Sidebar bottom-nav icons (Community, Settings, Trash, Docs) have no visible labels and no tooltips o
The sidebar navigation issue is resolved. Sighted users now have immediate clarity on icon functions through tooltips, and the risk of accidental deletion via the trash icon is mitigated.
--- Statu
The sidebar navigation issue is resolved. Sighted users now have immediate clarity on icon functions through tooltips, and the risk of accidental deletion via the trash icon is mitigated.
!divider[Status]
| Feature | Status | Requirement |
| --- | --- | --- |
| **Hover Tooltips** | {color:green}Verified{/color} | Appear within ~500ms above icons. |
| **Text Labels** | {color:green}Verified{/color} | Labels below icons (Community, Settings, Docs, Trash) remain visible. |
| **Keyboard Nav** | {color:gray}Pending{/color} | Focus outlines and tab-order logic (requested by @claudio). |
| **Touch Support** | {color:gray}Pending{/color} | Direct action on tap without tooltip interference (requested by @claudio). |
!divider[Implementation Details]
**Fix Summary**
Tooltips are now active for the bottom-left workspace sidebar icons (globe, gear, book, trash). This addresses the discoverability gap for the Socra Community entry point and prevents trial-and-error clicks on the trash icon.
**Layout Adjustments**
The trash icon was moved to the rightmost slot in the bottom-nav row to increase the physical distance between navigation and destructive actions.
**Structural Follow-up**
@claudio queued a structural task to ensure tooltip and aria-label parity across all navigation components to prevent similar regressions.
> [!SUCCESS]
> Fix verified by @drhunter. Tooltips surface correctly above the icons while maintaining the persistent text labels below.
**Steps to Verify**
1. Hard refresh the workspace (`Cmd+Shift+R` or `Ctrl+Shift+R`).
2. Hover the bottom-left icons.
3. Confirm tooltips (**Community**, **Settings**, **Docs**, **Trash**) appear within 500ms.Hunter Johnson identifies a UI accessibility bug where four sidebar icons (Community, Settings, Trash, Docs) lack tooltips, creating a risk of accidental data loss via the unlabeled trash icon. This report flags the missing labels as a Day 0 discoverability blocker for new users.By Hunter Johnson