mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 01:45:52 +02:00
Review feedback: my previous commit hand-wrote a new, simplified ChatWindow and lost the original's animations / drag-resize / expand-minimize. The floating window is just a quick entry point — it should be the original UI, not a rewrite. - Restore chat-window.tsx, chat-fab.tsx, chat-resize-handles.tsx and use-chat-resize.ts verbatim from main (motion animations + resize + session dropdown intact). Typecheck confirms they still compile against V2's shared components (store/queries/mutations are supersets). - The Settings-gating stays: FloatingChat still wraps the original FAB + window, gated by floatingChatEnabled (default off) and hidden on /chat. - Drop the now-unused window.open_full_tooltip i18n key. Co-authored-by: multica-agent <github@multica.ai>