rspace-online/backlog/tasks/task-54 - Update-space-swit...

1.2 KiB

id title status assignee created_date labels dependencies references priority
TASK-54 Update space switcher with emoji visibility badges and button styling Done
@claude
2026-02-25 22:59
ux
shared-header
shared/components/rstack-space-switcher.ts
medium

Description

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.

Acceptance Criteria

  • #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)

Final Summary

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.