objective categorical abstract machine language personal data server
65
fork

Configure Feed

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

Drop @ from user handle in account switcher

futurGH e8abd4ae 37ab234d

+2 -2
+2 -2
frontend/src/components/AccountSwitcher.mlx
··· 12 12 <button className="flex px-2 py-1.5 -mx-2 rounded-lg"> 13 13 <span className="text-mana-100 font-serif flex items-center gap-x-2"> 14 14 <div className="w-5 h-5 mr-1 rounded-md bg-mist-20" /> 15 - <span className="self-baseline">(string ("@" ^ handle))</span> 15 + <span className="self-baseline">(string handle)</span> 16 16 <ChevronDownIcon 17 17 className="w-3 h-3 mt-0.5 text-mana-100" 18 18 strokeWidth="3" ··· 68 68 | None -> 69 69 null ) 70 70 <span className="self-baseline select-none"> 71 - (string ("@" ^ user.handle)) 71 + (string user.handle) 72 72 </span> 73 73 <ChevronDownIcon 74 74 className="w-3 h-3 mt-0.5 text-mana-100 hidden \