deerflow2/frontend
LofiSu 849cc4d771 feat: improve file upload message handling and UI
Backend:
- Handle both string and list format for message content in uploads middleware
- Extract text content from structured message blocks
- Add logging for debugging file upload flow

Frontend:
- Separate file display from message bubble for human messages
- Show uploaded files outside the message bubble for cleaner layout
- Improve file card border styling with subtle border color
- Add debug logging for message submission with files

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-01-29 12:51:21 +08:00
..
.vscode chore: specify project name 2026-01-14 09:58:53 +08:00
public feat: update a new demo 2026-01-28 14:19:00 +08:00
scripts feat: add uploads 2026-01-24 19:38:08 +08:00
src feat: improve file upload message handling and UI 2026-01-29 12:51:21 +08:00
.env.example feat: add unified development environment with nginx proxy 2026-01-22 12:00:46 +08:00
.gitignore chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
Dockerfile feat: adds docker-based dev environment (#18) 2026-01-24 22:01:00 +08:00
Makefile chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
TODO.md chore: update translation 2026-01-24 22:41:40 +08:00
components.json feat: implement the first section of landing page 2026-01-23 00:15:21 +08:00
eslint.config.js feat: ignore components from 3rd parties 2026-01-17 00:12:57 +08:00
next.config.js chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
package.json feat: refine citations format and improve content presentation 2026-01-29 12:29:13 +08:00
pnpm-lock.yaml feat: refine citations format and improve content presentation 2026-01-29 12:29:13 +08:00
pnpm-workspace.yaml chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
postcss.config.js chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
prettier.config.js chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
tsconfig.json feat: implement the first version of landing page 2026-01-23 13:24:03 +08:00