Commit Graph

37 Commits (d3009ef2f8c9733bb0301ab96dae47eefa6b8b51)

Author SHA1 Message Date
sp mac bookpro 2605 d3009ef2f8 refactor: batch convert mobile layout from px to rem for better h5 adaptation 2026-06-12 22:20:12 +08:00
sp mac bookpro 2605 780ce6edba fix: prevent h5 chat input toolbar overlap 2026-06-12 13:26:42 +08:00
sp mac bookpro 2605 c0c489d443 fix: improve h5 chat input toolbar layout with rem scaling 2026-06-11 19:27:51 +08:00
sp mac bookpro 2605 481165c16a chore: adjust chat h5 layout and input actions 2026-06-11 19:11:13 +08:00
sp mac bookpro 2605 e4b45b2cf8 fix: unify chat outline title and show outline in mobile drawer 2026-06-11 18:52:44 +08:00
sp mac bookpro 2605 deab555b3a fix: add mobile navigation and restore chat outline/history access 2026-06-11 14:01:00 +08:00
sp mac bookpro 2605 faef8b6aea fix: stabilize build and improve mobile chat layout 2026-06-11 13:50:08 +08:00
sp mac bookpro 2605 0327034874 fix: 强制发送按钮宽高一致为40x40 2026-06-08 01:38:38 +08:00
sp mac bookpro 2605 9cc6cb3a62 fix: 修复发送按钮为圆形 2026-06-08 01:36:49 +08:00
sp mac bookpro 2605 1bee34b423 fix: 用户气泡中的@提及改为橙色 2026-06-08 01:30:13 +08:00
sp mac bookpro 2605 e6116c1c80 fix: 按 speaker.type 区分消息左右与头像,并改为 iMessage 气泡样式 2026-06-08 01:15:12 +08:00
sp mac bookpro 2605 6378159406 fix: 调整聊天窗口样式 - 名字更浅更小,AGENT气泡白底,修正AGENT用户布局位置 2026-06-08 01:06:38 +08:00
sp mac bookpro 2605 92799189e2 feature: support @mention other agent to answer in current session 2026-06-07 20:19:17 +08:00
sp mac bookpro 2605 d30150f94b style: tweak drawer header padding 2026-06-06 15:02:45 +08:00
sp mac bookpro 2605 1c2c7bd06a ui: refactor session sidebar styles and widen history drawer 2026-06-06 14:46:07 +08:00
sp mac bookpro 2605 3110c0275f chat: tweak session actions labels and positioning 2026-06-06 14:16:36 +08:00
sp mac bookpro 2605 d7bf0e5c9d chat: reposition session actions and refine history drawer 2026-06-06 14:11:49 +08:00
sp mac bookpro 2605 3f5b737fbb chat: add history/new session actions and fix icons 2026-06-06 13:45:07 +08:00
sp mac bookpro 2605 fb78c4e64a style: tweak chat outline text clamp 2026-06-05 23:35:51 +08:00
sp mac bookpro 2605 6b393a7214 chat: add right-side outline for quick navigation 2026-06-05 23:31:11 +08:00
sp mac bookpro 2605 088ab7ab73 chat: improve copy with icon and plain/markdown modes 2026-06-05 23:23:56 +08:00
sp mac bookpro 2605 2be250b56c .. 2026-06-05 23:10:15 +08:00
sp mac bookpro 2605 e1cf2dfc40 feat: 积分商城功能优化与消费积分打通
- 积分消费打通:1美元=1000积分
- 优化积分商城页面,移除alert组件
- 新增兑换弹窗,支持完整收货地址表单
- 统计页面新增消费与积分展示
- 重构静态内联样式为CSS类,新增30+语义化样式类
2026-06-02 23:46:00 +08:00
sp mac bookpro 2605 b083d3e064 .. 2026-06-02 21:29:17 +08:00
sp mac bookpro 2605 b2df36647c feat: token stats and feature gating 2026-05-29 22:39:13 +08:00
sp mac bookpro 2605 e3997c661e style(chat): compact markdown and scroll to latest on refresh 2026-05-29 21:48:07 +08:00
sp mac bookpro 2605 cc4aaffa5f style(chat): reduce markdown spacing 2026-05-29 21:23:19 +08:00
sp mac bookpro 2605 cb115f1a88 fix(chat): respect user scroll and tighten markdown 2026-05-29 20:43:28 +08:00
sp mac bookpro 2605 72dc484f80 fix(chat): create session and send model for stream 2026-05-29 15:48:20 +08:00
sp mac bookpro 2605 bd8a494cb2 fix(chat): keybinds and composer ui 2026-05-29 14:55:03 +08:00
sp mac bookpro 2605 4a2578121a fix(chat): remove aggregated default model option 2026-05-29 14:42:15 +08:00
sp mac bookpro 2605 f665030ee6 refactor(chat): use select model picker in composer 2026-05-29 14:11:22 +08:00
sp mac bookpro 2605 6ad8a1517f refactor(agent-editor): use dropdown checkbox model picker 2026-05-29 14:05:12 +08:00
sp mac bookpro 2605 1d79e929f9 feat(chat): load allowed llms per agent 2026-05-29 13:58:04 +08:00
sp mac bookpro 2605 109d9cc779 fix(agent): replace tailwind classes with custom css for avatar hover overlay 2026-05-25 19:28:20 +08:00
sp mac bookpro 2605 889a58b4e8 feat(login): refactor layout and defer auth request
- Login 内容区固定 1440px,左右分栏对齐
- 将 LoginPage 内联样式抽离到 styles.css
- 移除启动时 /api/auth/me;改为点击登录时调用 https://api.redhare.cc/aura/v1/urser(失败默认通过)
2026-05-24 16:47:38 +08:00
sp mac bookpro 2605 607b9bb9e7 chore: migrate from my-content-site (Next.js) to Vite-based aura-web
- Remove legacy my-content-site Next.js scaffold
- Add new Vite project structure (src/, public/, index.html, vite.config.ts)
- Add Docker support (Dockerfile, docker-compose.yml, nginx.conf)
- Add .env.example, .gitignore and updated README
2026-05-24 16:19:15 +08:00