retrotoon-studio/server/_core
Ubuntu 03a924490c feat: améliorations UX/UI workspace
Chat IA:
- Scroll natif avec auto-scroll vers le dernier message
- Input toujours visible en bas du panneau
- Remplace ScrollArea (ref cassé) par div overflow-y-auto

Panneaux redimensionnables:
- Bottom panel (timeline): drag vertical pour ajuster la hauteur (120-600px)
- Right panel (assistant): drag horizontal pour ajuster la largeur (280-700px)
- Handles visuels avec feedback hover

Timeline:
- Molette = zoom (sans Ctrl), Shift+molette = scroll horizontal
- Zoom max augmenté à 20x
- Clic droit = menu contextuel (aller à frame, set IN/OUT, effacer)
- data-seq-id sur les blocs de séquence pour identification

Génération IA:
- Meilleur error handling avec message dans le toast (8s durée)
- Console.error pour debug navigateur

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-21 03:13:34 +00:00
..
types Initial project bootstrap 2026-05-19 23:15:42 +00:00
context.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
cookies.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
dataApi.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
env.ts feat: Import vidéo robuste + Multi-LLM Gemini + NLE Workspace complet 2026-05-20 01:51:58 +00:00
heartbeat.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
imageGeneration.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
index.ts Checkpoint: RetroToon Studio v1.0 - Application professionnelle de recomposition d'animation. Inclut : thème blueprint architectural, schéma DB complet (8 tables), timeline NLE multipistes, segmentation IA (SAM 2), assistant opérateur autonome avec LLM, moteur de regénération IA, système Character Sheet, administration IA modulaire, mode test/simulation, 22 tests passants, 0 erreur TypeScript. 2026-05-19 23:38:28 +00:00
llm.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
localAuth.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
map.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
notification.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
oauth.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
sdk.ts feat: améliorations UX/UI workspace 2026-05-21 03:13:34 +00:00
storageProxy.ts perf: optimisation lecture temps réel et cache images 2026-05-21 01:49:45 +00:00
systemRouter.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
trpc.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
vite.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
voiceTranscription.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00