objective categorical abstract machine language personal data server
65
fork

Configure Feed

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

Handle long handles in frontend account switcher

futurGH 5d674bcf 5bc8d727

+2 -2
+2 -2
frontend/src/components/AccountSwitcher.mlx
··· 14 14 (match avatar with 15 15 | Some uri -> <img className="w-5 h-5 mr-1 rounded-md" src=uri /> 16 16 | None -> null) 17 - <span className="self-baseline">(string handle)</span> 17 + <span className="truncate self-baseline select-none">(string handle)</span> 18 18 <ChevronDownIcon 19 19 className="w-3 h-3 mt-0.5 text-mana-100" 20 20 strokeWidth="3" ··· 70 70 <img src className="w-5 h-5 mr-1 rounded-md" /> 71 71 | None -> 72 72 null ) 73 - <span className="self-baseline select-none"> 73 + <span className="truncate self-baseline select-none"> 74 74 (string user.handle) 75 75 </span> 76 76 <ChevronDownIcon