veza/apps/web/src/components/views
senke ae586f6134 Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy
Bloc A - Code mort:
- Suppression Studio (components, views, features)
- Suppression gamification + services mock (projectService, storageService, gamificationService)
- Mise à jour Sidebar, Navbar, locales

Bloc B - Frontend:
- Suppression modal.tsx deprecated, Modal.stories (doublon Dialog)
- Feature flags: PLAYLIST_SEARCH, PLAYLIST_RECOMMENDATIONS, ROLE_MANAGEMENT = true
- Suppression 19 tests orphelins, retrait exclusions vitest.config

Bloc C - Backend:
- Extraction routes_auth.go depuis router.go

Bloc D - Rust:
- Suppression security_legacy.rs (code mort, patterns déjà dans security/)
2026-02-14 17:23:32 +01:00
..
admin-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
analytics-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
auth-view Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
cart-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
chat-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
checkout-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
discover-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
education-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
file-details-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
file-manager-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
gear-view Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
live-view Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
marketplace-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
notifications-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
profile-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
purchases-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
settings-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
social-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
upload-view fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
AdminView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
AdminView.tsx refactor(web): split AdminView into admin-view module 2026-02-06 22:31:24 +01:00
AnalyticsView.stories.tsx style(views): elevate AnalyticsView to SaaS Premium standards 2026-02-07 09:44:52 +01:00
AnalyticsView.tsx refactor(web): split AnalyticsView into analytics-view module 2026-02-06 18:33:42 +01:00
AuthView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
AuthView.tsx refactor(web): split AuthView into auth-view module 2026-02-07 03:53:59 +01:00
CartView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
CartView.tsx refactor(web): split CartView into cart-view module 2026-02-06 21:49:55 +01:00
ChatView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
ChatView.tsx refactor(web): split ChatView into chat-view module 2026-02-07 03:59:32 +01:00
CheckoutView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
CheckoutView.tsx refactor(web): split CheckoutView into checkout-view module 2026-02-06 18:04:13 +01:00
DiscoverView.stories.tsx style(discover): elevate DiscoverView to SaaS Premium 2026-02-07 14:05:04 +01:00
DiscoverView.tsx refactor(views): decompose DiscoverView into discover-view module 2026-02-06 13:19:25 +01:00
EducationView.stories.tsx style(views): elevate EducationView to SaaS Premium standards 2026-02-07 09:40:54 +01:00
EducationView.tsx refactor(web): split EducationView into education-view module 2026-02-06 22:11:13 +01:00
FileDetailsView.stories.tsx refactor(web): split FileDetailsView into file-details-view module 2026-02-06 14:05:44 +01:00
FileDetailsView.tsx refactor(web): split FileDetailsView into file-details-view module 2026-02-06 14:05:44 +01:00
FileManagerView.tsx refactor(views): extract FileManagerView into file-manager-view module 2026-02-05 21:45:01 +01:00
GearView.stories.tsx Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
GearView.tsx refactor(views): decompose GearView into gear-view module with useGearView and sub-components 2026-02-05 20:38:45 +01:00
LiveView.stories.tsx Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
LiveView.tsx refactor(web): split LiveView into live-view module 2026-02-06 18:15:41 +01:00
MarketplaceView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
MarketplaceView.tsx refactor(web): split MarketplaceView into marketplace-view module 2026-02-06 18:42:16 +01:00
NotificationsView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
NotificationsView.tsx refactor(web): split NotificationsView into notifications-view module 2026-02-06 22:22:47 +01:00
ProfileView.stories.tsx style(settings,views): elevate AccountSettings and ProfileView to SaaS Premium 2026-02-07 15:09:53 +01:00
ProfileView.tsx refactor(views): decompose ProfileView into profile-view module with hook and sub-components 2026-02-05 20:30:36 +01:00
PurchasesView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
PurchasesView.tsx refactor(web): split PurchasesView into purchases-view module 2026-02-06 21:42:35 +01:00
SettingsView.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
SettingsView.tsx refactor(web): split SettingsView into settings-view module 2026-02-06 21:59:42 +01:00
SocialView.stories.tsx feat(ui): Zone 10 - SocialView SaaS polish (glass, glow, motion, error/empty) 2026-02-07 16:43:04 +01:00
SocialView.tsx refactor(web): split SocialView into social-view module 2026-02-06 21:34:18 +01:00
UploadView.stories.tsx style(views): elevate UploadView to SaaS Premium 2026-02-07 14:54:19 +01:00
UploadView.tsx refactor(views): UploadView module, re-export, stories 2026-02-06 01:12:24 +01:00