veza/apps/web/src/components
senke 320c8e3435 ui(tokens): replace arbitrary max-h/h viewport values with layout tokens
Migrate all max-h-[XXvh] and h-[XXvh] to design system tokens:
- max-h-[85vh] → max-h-layout-modal (9 modals)
- max-h-[80vh] → max-h-layout-modal-sm (4 modals + notification bell)
- max-h-[70vh] → max-h-layout-modal-xs (AddToPlaylistModal)
- max-h-[90vh] → max-h-layout-modal-lg (CreatorModal)
- max-h-[400px] → max-h-layout-list (QueuePanel, OfflineQueueManager)
- max-h-[500px] → max-h-layout-drawer (APIPlaygroundView)
- h-[60vh] → h-layout-lyrics (FullPlayer, TrackDetailPageHero/Skeleton)
- max-w-[400px] → max-w-lg (FullPlayer)

Zero arbitrary viewport heights remain in modals and panels.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 22:47:41 +01:00
..
admin ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
analytics ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
auth chore: remove production logs in components 2026-01-07 10:31:02 +01:00
base incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
charts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
commerce ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
dashboard feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
data refactor(data): Table module, useTable, TableHeadRow, TableBodyRows, re-export, stories, tests 2026-02-06 11:22:47 +01:00
demo improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
developer ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
education ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
feedback feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
filters chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
forms feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
gamification feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
inventory feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
keyboard aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
layout ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
library ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
live ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
marketplace ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
modals ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
monitoring style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
navigation chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
notifications ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
player ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
pwa ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
search ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
seller ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
settings ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
share refactor(share): extract ShareLinkManager into share-link-manager module 2026-02-05 22:09:31 +01:00
social feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
studio style: fix leftover kodo tokens in ProjectDetailView, ProductDetailView, CourseDetailView, UploadViewStepper 2026-02-07 15:08:19 +01:00
theme feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
ui feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
upload ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
user ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
views feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
AdvancedFilters.tsx aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
BulkModeBanner.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
COMPONENT_USAGE.md consistency: remove unused button variants (neon, glass, premium, link) 2026-01-16 02:13:51 +01:00
ErrorBoundary.stories.tsx chore(storybook): reclassify story hierarchy (App/Pages, Layouts, UI, Features, Docs/Failures) and enable autodocs 2026-02-05 13:21:54 +01:00
ErrorBoundary.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ErrorBoundary.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
index.ts incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
OfflineIndicator.stories.tsx chore(storybook): reclassify story hierarchy (App/Pages, Layouts, UI, Features, Docs/Failures) and enable autodocs 2026-02-05 13:21:54 +01:00
OfflineIndicator.tsx stabilized but still broken MVP VERSION 2026-01-18 16:28:22 +01:00
OfflineQueueManager.tsx ui(tokens): replace arbitrary max-h/h viewport values with layout tokens 2026-02-08 22:47:41 +01:00
Onboarding.tsx fix: Corriger URL Swagger et finaliser implémentation DeveloperPage 2026-01-18 13:55:28 +01:00
RateLimitIndicator.tsx aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
types.ts incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00