Sidebar redesign, dropdown fixes, and soft-delete UI #57

Merged
uz1mani merged 50 commits from staging into main 2026-03-19 00:08:16 +00:00
14 changed files with 1597 additions and 309 deletions
Showing only changes of commit c24a053c07 - Show all commits

View File

@@ -132,7 +132,7 @@ function SitePicker({ sites, siteId, collapsed, onExpand, onCollapse, wasCollaps
{faviconUrl && !faviconFailed && (
<img
src={faviconUrl}
alt={currentSite?.name || ''}
alt=""
className="w-5 h-5 object-contain"
onError={() => setFaviconFailed(true)}
/>