36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
---
|
|
id: TASK-54
|
|
title: Update space switcher with emoji visibility badges and button styling
|
|
status: Done
|
|
assignee:
|
|
- '@claude'
|
|
created_date: '2026-02-25 22:59'
|
|
labels:
|
|
- ux
|
|
- shared-header
|
|
dependencies: []
|
|
references:
|
|
- shared/components/rstack-space-switcher.ts
|
|
priority: medium
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Update rstack-space-switcher to use emoji visibility indicators (green unlocked, yellow key, red lock) instead of text labels, and match the trigger button styling to the rApp switcher.
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Acceptance Criteria
|
|
<!-- AC:BEGIN -->
|
|
- [ ] #1 Public spaces show green unlocked emoji
|
|
- [ ] #2 Permissioned spaces show yellow key emoji
|
|
- [ ] #3 Private spaces show red lock emoji
|
|
- [ ] #4 Trigger button matches app-switcher style (font-size, colors, no slash prefix)
|
|
<!-- AC:END -->
|
|
|
|
## Final Summary
|
|
|
|
<!-- SECTION:FINAL_SUMMARY:BEGIN -->
|
|
Implemented in commit 0647f19. Visibility badges changed from text (PUBLIC/PRIVATE/PERMISSIONED) to emojis (🔓/🔑/🔒) with color-coded backgrounds. Trigger button updated: removed slash prefix, bumped font to 0.9rem, matched app-switcher color scheme.
|
|
<!-- SECTION:FINAL_SUMMARY:END -->
|