Skip to content

v1.7.1

Latest

Choose a tag to compare

@myakove myakove released this 08 Jun 09:13
· 2 commits to main since this release
d9b429d

πŸ› Bug Fixes

  • Centralize badge styles β€” Extract BADGE_STYLES constant to constants.ts as single source of truth for signal-color badge classes, eliminating duplication across RoleBadge, StatusBadge, and admin components (#92)
  • Prototype-safe role lookup β€” Switch RoleBadge from plain object indexing to Map.get() to prevent inherited keys like toString/constructor from bypassing the default style fallback (#92)

πŸ”§ Maintenance

  • Extract shared RoleBadge component β€” Deduplicate RoleBadge from UsersPanel.tsx and ApiKeyDisplay.tsx into frontend/src/components/shared/RoleBadge.tsx (#92)

Full Changelog: v1.7.0...v1.7.1