Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

web/Login: shrink text

+19 -8
+19 -8
web/src/pages/Login.tsx
··· 59 59 className="text-neutral-400 hover:text-neutral-300 underline underline-offset-2" 60 60 > 61 61 AT Protocol 62 - </a> 63 - {" "}account. 62 + </a>{" "} 63 + account. 64 64 </h1> 65 65 </div> 66 66 ··· 94 94 </form> 95 95 {dropdownOpen && ( 96 96 <div className="relative"> 97 - <div role="listbox" className="absolute left-0 right-0 mt-1 bg-neutral-900 border border-neutral-800 rounded shadow-lg z-10"> 97 + <div 98 + role="listbox" 99 + className="absolute left-0 right-0 mt-1 bg-neutral-900 border border-neutral-800 rounded shadow-lg z-10" 100 + > 98 101 {matches.map((match, index) => ( 99 102 <button 100 103 key={match.handle} ··· 131 134 )} 132 135 </div> 133 136 134 - <div className="bg-neutral-900 border border-neutral-800 rounded p-4 text-sm text-neutral-400 space-y-3"> 137 + <div className="bg-neutral-900 border border-neutral-800 rounded p-4 text-xs text-neutral-400 space-y-3"> 135 138 <p>Once signed in, you can:</p> 136 139 <ul className="space-y-2"> 137 - <li className="flex items-center gap-2"><MessageSquare size={14} /> Post threads and replies</li> 138 - <li className="flex items-center gap-2"><Pin size={14} /> Pin boards you like</li> 139 - <li className="flex items-center gap-2"><User size={14} /> Set up a profile</li> 140 - <li className="flex items-center gap-2"><Monitor size={14} /> Start your own community</li> 140 + <li className="flex items-center gap-2"> 141 + <MessageSquare size={14} /> Post threads and replies 142 + </li> 143 + <li className="flex items-center gap-2"> 144 + <Pin size={14} /> Pin boards you like 145 + </li> 146 + <li className="flex items-center gap-2"> 147 + <User size={14} /> Set up a profile 148 + </li> 149 + <li className="flex items-center gap-2"> 150 + <Monitor size={14} /> Start your own community 151 + </li> 141 152 </ul> 142 153 <p className="text-neutral-400 pt-3 border-t border-neutral-800"> 143 154 We'll redirect you to your provider to continue.