-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Overview
Audit of Tenants components (TenantCard, TenantSwitcher) found export and theming issues.
Critical Issues
1. Missing index.ts Barrel File
- Problem: No barrel file for clean imports
- Fix: Create
tenants/index.ts
2. TenantCard - Wrong Icon Name
- Problem: Uses
name="menu"for edit button - Fix: Use proper edit icon
3. TenantSwitcher - Inconsistent Styling
- Problem: Uses hex colors instead of Material 3 tokens
- Fix: Use
--md-sys-color-*
Warning Issues
4. No ARIA Label on TenantSwitcher Select
- Missing accessible label for dropdown
5. No Keyboard Alternative for Voice
- TenantCard edit actions keyboard accessible but could be improved
6. No Loading State
- No skeleton when tenant data loading
Enhancement Suggestions
- Add avatar image support to TenantCard
- Add tenant status indicators
- Add search/filter for TenantSwitcher with many tenants
- Add recent tenants section
- Export Tenant and Membership types
Acceptance Criteria
- Barrel file created
- Edit icon fixed
- CSS variables standardized
- ARIA labels added
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels