diff --git a/apps/web/docs/AUDIT_UI_SPOTIFY_DISCORD_20260210.md b/apps/web/docs/AUDIT_UI_SPOTIFY_DISCORD_20260210.md index a6b0b379d..34bebe47e 100644 --- a/apps/web/docs/AUDIT_UI_SPOTIFY_DISCORD_20260210.md +++ b/apps/web/docs/AUDIT_UI_SPOTIFY_DISCORD_20260210.md @@ -102,7 +102,28 @@ Audit complet du frontend pour la phase d'amélioration UI autonome. Basé sur l --- -## 6. Commandes de vérification +## 6. Progrès réalisés (10 feb 2026) + +### Phase 1 — Commits effectués +- **Commit 1** : Tokens layout chat/stream/modal + ChatPage, LiveStreamDetailView, Modal, ChatRoom, ChatInput +- **Commit 2** : ImageCropper (h-layout-modal-sm), PlaybackSummary (min-h-50) + +### Phase 3 — Commit 3 (suite) +- **rounded-[var(--radius-xl/md/lg/sm)]** → rounded-xl, rounded-md, rounded-lg, rounded-sm (composants + skeletons + stories) +- **min-w/min-h** : Timeline (min-w-50), AddEquipmentView (min-h-25), MetadataForm (min-h-25) +- **NavigationProgress** : shadow-[...] → shadow-button-primary-glow +- **Stories** : ActivityGraph, StatCard, NotificationBell, LoadingState, ScrollArea, Skeleton, FileUploadZone → min-h-layout-page-sm, w-80, w-96, min-h-50, max-w-xl + +### Arbitraires restants (priorité basse, exceptions documentées) +- AstralBackground : w-[60%] h-[60%] (décoratif) +- ChatInput : h-[450px] (emoji picker tiers) +- ChatMessage : max-w-[80%], max-w-[150px], h-[400px] (bulles chat) +- GlobalPlayer : max-w-[45%] (responsive) +- ChatMessage.stories : min-h-[200px] + +--- + +## 7. Commandes de vérification ```bash # Rapport arbitraire diff --git a/apps/web/src/components/dashboard/ActivityGraph.stories.tsx b/apps/web/src/components/dashboard/ActivityGraph.stories.tsx index fa5e41947..380f50a0a 100644 --- a/apps/web/src/components/dashboard/ActivityGraph.stories.tsx +++ b/apps/web/src/components/dashboard/ActivityGraph.stories.tsx @@ -7,7 +7,7 @@ const meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
), diff --git a/apps/web/src/components/dashboard/StatCard.stories.tsx b/apps/web/src/components/dashboard/StatCard.stories.tsx index 01e80a0e1..fea4e2a80 100644 --- a/apps/web/src/components/dashboard/StatCard.stories.tsx +++ b/apps/web/src/components/dashboard/StatCard.stories.tsx @@ -8,7 +8,7 @@ const meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
), diff --git a/apps/web/src/components/data/Timeline.tsx b/apps/web/src/components/data/Timeline.tsx index 1bfbe10cc..e1adaec3c 100644 --- a/apps/web/src/components/data/Timeline.tsx +++ b/apps/web/src/components/data/Timeline.tsx @@ -44,7 +44,7 @@ export function Timeline({ {items.map((item, index) => (
{/* Ligne horizontale */} {index < items.length - 1 && ( diff --git a/apps/web/src/components/inventory/AddEquipmentView.tsx b/apps/web/src/components/inventory/AddEquipmentView.tsx index 33f7c623d..6df97324d 100644 --- a/apps/web/src/components/inventory/AddEquipmentView.tsx +++ b/apps/web/src/components/inventory/AddEquipmentView.tsx @@ -175,7 +175,7 @@ export const AddEquipmentView: React.FC = () => { Notes