veza/apps/web/src
senke e7eb77f078 chore(web): remove orphaned legacy test files for deleted services
Delete 3 test files that import from service modules that no longer exist
after the previous service consolidation:

- services/__tests__/trackService.test.ts (imports ../trackService)
- services/__tests__/playlistService.test.ts (imports ../playlistService)
- services/playlistService.test.ts (imports ./playlistService)

These caused import resolution failures in test runs.

Addresses audit finding D6: orphaned test files.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 23:23:48 +01:00
..
__tests__ aesthetic-improvements: add automated contrast testing for WCAG compliance 2026-01-16 10:26:20 +01:00
app fix(web): reduce console noise when backend unavailable 2026-02-10 19:29:10 +01:00
components fix(web): gate ghost routes behind ComingSoon placeholder component 2026-02-11 23:23:26 +01:00
config feat(web): externalize feature flags via VITE_FEATURE_* env vars (P3.2) 2026-02-11 22:11:38 +01:00
context refactor(web): split AudioContext into context/audio-context module 2026-02-06 13:46:29 +01:00
docs state-utilities: remove unused stateMiddleware utility 2026-01-15 19:36:45 +01:00
features refactor(web): consolidate duplicate services into feature modules 2026-02-11 22:52:09 +01:00
hooks test(web): player, playlists, tracks tests; feat(playlists): permissions utils 2026-02-11 22:19:24 +01:00
lib incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
locales [FE-COMP-024] fe-comp: Add tooltips and help text 2025-12-25 12:25:39 +01:00
mocks chore: remove dead code, backups, and deprecated docker-compose files 2026-02-11 22:52:59 +01:00
pages refactor(ui): Design tokens - gradients, duration, textarea 2026-02-10 22:56:30 +01:00
providers feat(auth): add centralized AuthProvider component 2026-01-29 23:42:26 +01:00
router fix(web): gate ghost routes behind ComingSoon placeholder component 2026-02-11 23:23:26 +01:00
schemas incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
services chore(web): remove orphaned legacy test files for deleted services 2026-02-11 23:23:48 +01:00
stores feat(ui): Sidebar refactor, premium skeletons, ContentFadeIn transitions 2026-02-10 22:51:51 +01:00
stories chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
styles feat(ui): Sidebar refactor, premium skeletons, ContentFadeIn transitions 2026-02-10 22:51:51 +01:00
test state-utilities: remove unused undoRedo and stateNormalization utilities 2026-01-15 19:35:37 +01:00
types feat(storybook): add stories for Social, Notifications, and Modals (Batches 17-19) 2026-02-02 20:33:45 +01:00
utils chore: remove dead code, backups, and deprecated docker-compose files 2026-02-11 22:52:59 +01:00
index.css style(ui): pixel-perfect alignment for Sidebar, Header, Player via Spotify/Discord standard 2026-02-10 23:09:24 +01:00
main.tsx refactor of veza frontend ui- batch 1 2026-01-22 17:23:11 +01:00
setupTests.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
vite-env.d.ts feat(web): externalize feature flags via VITE_FEATURE_* env vars (P3.2) 2026-02-11 22:11:38 +01:00