gitdataai/src
ZhenYi a26551343c fix(frontend): refresh WS token after connection failures and handle AI/repo events
Clear wsToken on auth-related close codes (3000-4999), connection
timeout, and after 3 consecutive reconnect failures so the next connect
attempt fetches a fresh token. Add onRoomAiUpdated and onRepoChanged
callbacks that re-fetch AI configs and repo list when pushed via WS.
Fix AI member list to never display raw UUID.
2026-04-26 23:59:07 +08:00
..
app fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
assets init 2026-04-15 09:08:09 +08:00
client chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
components fix(frontend): refresh WS token after connection failures and handle AI/repo events 2026-04-26 23:59:07 +08:00
contexts fix(frontend): refresh WS token after connection failures and handle AI/repo events 2026-04-26 23:59:07 +08:00
hooks feat: add notification drawer, command registry, keyboard shortcuts, hooks 2026-04-25 09:53:49 +08:00
lib fix(frontend): refresh WS token after connection failures and handle AI/repo events 2026-04-26 23:59:07 +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(room): add category creation and drag-to-assign for channels 2026-04-19 16:44:31 +08:00
index.css feat(frontend): Discord design system tokens and palette variables 2026-04-20 19:32:59 +08:00
main.tsx feat: add notification drawer, command registry, keyboard shortcuts, hooks 2026-04-25 09:53:49 +08:00