Files
multica/packages
Lambda 38a8d19229 fix(chat): restore the original floating window instead of rewriting it
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>
2026-07-08 18:56:40 +08:00
..