multica/apps/web/features/modals
Naiyuan Qing 7cc4e63e0e fix(editor): unify image upload flow for paste and button
Paste/drop and attachment button previously used separate upload paths.
The button uploaded first then called insertFile (which replaced the
current selection), while paste inserted a blob preview first. This
caused the second image to overwrite the first when both were used.

Now both paths share the same flow via uploadAndInsertFile():
blob preview with uploading animation → background upload → replace URL.

- Extract shared uploadAndInsertFile() function
- Replace insertFile ref method with uploadFile (inserts at doc end)
- Simplify FileUploadButton to onSelect(file) — no more onUpload/onInsert
- Wire onUploadFile in comment edit mode (was missing, upload was no-op)
- Unify image border-radius CSS for both editing and readonly modes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:02:28 +08:00
..
create-issue.tsx fix(editor): unify image upload flow for paste and button 2026-04-02 18:02:28 +08:00
create-workspace.tsx feat(ui): UI/UX polish — layout, sidebar, button, theme improvements 2026-03-25 18:53:14 +08:00
index.ts refactor: migrate stores to features/, remove dead packages, add modals + workspace sync 2026-03-25 16:37:22 +08:00
registry.tsx Revert "feat: add global issue search" 2026-04-01 22:24:35 +08:00
store.ts Revert "feat: add global issue search" 2026-04-01 22:24:35 +08:00