veza/apps/web/src/features/tracks/components
senke 73e8372b0e refactor: Phase 7 — Clean up legacy components and remove dead tokens
- Bulk replace text-white → text-foreground across 116 component files
  (preserving text-white/ opacity variants)
- Remove hover-glow-cyan, shadow-card-glow-cyan, shadow-button-primary-glow
  classes from all components
- Replace --duration-normal/--duration-immersive/--duration-slow with
  --sumi-duration-normal/--sumi-duration-slow across 130+ files
- Replace --ease-out/--ease-in-out with --sumi-ease-out/--sumi-ease-in-out
- Replace focus:ring-blue-500 → focus:ring-primary (4 files)
- Remove hover:scale-105/110 and hover:-translate-y-1/0.5 transforms
  (SUMI anti-pattern: no scale on hover)
- Clean up stale kodo- references in comments

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 02:09:29 +01:00
..
comment-thread refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
comments refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
track-filters refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
track-history refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
track-list-pagination refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
track-search-filters refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
CommentForm.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
CommentItem.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
CommentSection.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
CommentSection.tsx refactor(comments): modularize CommentSection with atomic sub-components 2026-02-07 07:32:37 +01:00
CommentThread.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
CommentThread.test.tsx test(tracks): add stories and mocks for CommentThread 2026-02-05 19:20:58 +01:00
CommentThread.tsx refactor(tracks): decompose CommentThread into sub-components 2026-02-05 19:20:47 +01:00
LikeButton.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
LikeButton.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
LikeButton.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
PlaysChart.test.tsx feat: Visual masterpiece - true light mode & premium UI 2026-01-11 02:32:21 +01:00
ShareDialog.stories.tsx style(ShareDialog): elevate visual fidelity to premium standards 2026-02-07 09:04:19 +01:00
ShareDialog.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
ShareDialog.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
ShareLinkDisplay.test.tsx batch 1 2025-12-22 22:00:50 +01:00
TrackCard.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackCard.test.tsx test(web): player, playlists, tracks tests; feat(playlists): permissions utils 2026-02-11 22:19:24 +01:00
TrackCard.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackCardSkeleton.stories.tsx feat(ui): Sidebar refactor, premium skeletons, ContentFadeIn transitions 2026-02-10 22:51:51 +01:00
TrackCardSkeleton.tsx feat(ui): Sidebar refactor, premium skeletons, ContentFadeIn transitions 2026-02-10 22:51:51 +01:00
TrackDelete.test.tsx stabilisation commit A 2026-01-07 19:39:21 +01:00
TrackDownloadButton.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TrackEdit.test.tsx batch 1 2025-12-22 22:00:50 +01:00
TrackFilters.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackFilters.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TrackFilters.tsx refactor(tracks): extract TrackFilters into track-filters module 2026-02-05 22:46:11 +01:00
TrackGrid.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackGrid.test.tsx feat(ui): Sidebar refactor, premium skeletons, ContentFadeIn transitions 2026-02-10 22:51:51 +01:00
TrackGrid.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackGridDensitySelector.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackGridDensitySelector.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TrackGridDensitySelector.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackHistory.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackHistory.test.tsx refactor(tracks): TrackHistory module, re-export, stories, tests 2026-02-06 01:34:58 +01:00
TrackHistory.tsx refactor(tracks): TrackHistory module, re-export, stories, tests 2026-02-06 01:34:58 +01:00
TrackList.stories.tsx style(tracks): elevate visual fidelity to premium standards 2026-02-07 08:35:52 +01:00
TrackList.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TrackList.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackListContainer.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackListContainer.test.tsx test(web): player, playlists, tracks tests; feat(playlists): permissions utils 2026-02-11 22:19:24 +01:00
TrackListContainer.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackListEmpty.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
TrackListEmpty.test.tsx fix(tests): cycles 12–18 – corrections services, mocks et design tokens 2026-02-11 09:43:55 +01:00
TrackListEmpty.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackListPagination.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackListPagination.test.tsx refactor(web): split TrackListPagination into module (info, nav, utils, skeleton) 2026-02-07 05:03:53 +01:00
TrackListPagination.tsx refactor(web): split TrackListPagination into module (info, nav, utils, skeleton) 2026-02-07 05:03:53 +01:00
TrackListRow.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackListRow.test.tsx fix(tests): cycles 12–18 – corrections services, mocks et design tokens 2026-02-11 09:43:55 +01:00
TrackListRow.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackListSelectionActions.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackListSelectionActions.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TrackListSelectionActions.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackListSkeleton.stories.tsx feat(tracks): use TrackListSkeleton for loading state and add Error story 2026-02-07 07:40:16 +01:00
TrackListSkeleton.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TrackListSkeleton.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackSearch.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackSearch.test.tsx fix(tests): cycles 12–18 – corrections services, mocks et design tokens 2026-02-11 09:43:55 +01:00
TrackSearch.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackSearchFilters.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackSearchFilters.test.tsx refactor(tracks): split TrackSearchFilters into module (Basic, Advanced, Skeleton) 2026-02-05 23:09:36 +01:00
TrackSearchFilters.tsx refactor(tracks): split TrackSearchFilters into module (Basic, Advanced, Skeleton) 2026-02-05 23:09:36 +01:00
TrackSearchResults.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackSearchResults.test.tsx batch 1 2025-12-22 22:00:50 +01:00
TrackSearchResults.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackShareDialog.test.tsx batch 1 2025-12-22 22:00:50 +01:00
TrackSort.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackSort.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TrackSort.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackStats.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
TrackStatsDisplay.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
TrackStatsDisplay.test.tsx fix(tests): cycles 12–18 – corrections services, mocks et design tokens 2026-02-11 09:43:55 +01:00
TrackStatsDisplay.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
TrackUpload.test.tsx batch 1 2025-12-22 22:00:50 +01:00
TrackVersionHistory.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
UploadQuota.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
UploadQuota.test.tsx fix(tests): cycles 12–18 – corrections services, mocks et design tokens 2026-02-11 09:43:55 +01:00
UploadQuota.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
ViewToggle.stories.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00
ViewToggle.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ViewToggle.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00