gitdataai/src
ZhenYi 867f216a1f feat(theme): add preset color schemes and theme token system
Add 9 preset themes (Midnight, Forest, Sunset, Rose, Lavender,
Arctic, Nord, Dracula, Clean Light) with full palette definitions.

Implement theme token encoding/decoding algorithm:
- Token format: "T1:" + base64url(minified JSON)
- Share any theme via copyable token string
- Import themes by pasting tokens
- Only 16 core color fields encoded (badge classes derived)
2026-04-29 09:50:13 +08:00
..
app feat(frontend): 替换全屏loading动画为SVG逐帧绘制动画 2026-04-28 19:59:31 +08:00
assets init 2026-04-15 09:08:09 +08:00
client feat(client): generate API client SDK with auto-generated exports 2026-04-29 00:06:30 +08:00
components feat(theme): add preset color schemes and theme token system 2026-04-29 09:50:13 +08:00
contexts fix(room): increase streaming timeout from 60s to 120s 2026-04-29 09:03:33 +08:00
data docs(changelog): add April 28 entry for semantic search and tag vectorization 2026-04-28 13:15:58 +08:00
hooks feat(ssh): add complete SSH server implementation for Git operations 2026-04-28 21:29:34 +08:00
lib feat(ssh): add complete SSH server implementation for Git operations 2026-04-28 21:29:34 +08:00
types feat(frontend): add push notification hooks, image compression, and update room/chat components 2026-04-20 15:45:47 +08:00
App.css init 2026-04-15 09:08:09 +08:00
App.tsx feat(changelog): add /changelog page with i18n support 2026-04-27 21:59:50 +08:00
index.css feat(frontend): Discord design system tokens and palette variables 2026-04-20 19:32:59 +08:00
main.tsx feat(i18n): integrate i18n into main.tsx, routes and settings page 2026-04-27 18:19:42 +08:00