gitdataai/src/components
ZhenYi 1deea4c671 fix(frontend): resolve TypeScript type errors in repository pages
- commits.tsx: fix Unix timestamp (time_secs) not multiplied by 1000
- RoomMessageSearch.tsx: add explicit generic type for resp.data
- RoomPinPanel.tsx: make sender_id optional (string | null)
- message-list.tsx: remove unused index variable in map
- repository-context.tsx: use correct RepoInfo field names
- use-audio-recording.ts: use audioStream state instead of undefined var
- universal-ws.ts: rename unused id to _id
2026-04-27 16:39:43 +08:00
..
auth init 2026-04-15 09:08:09 +08:00
landing fix(frontend): remove unused Zap import in landing-sections.tsx 2026-04-16 21:10:39 +08:00
layout feat(command): use real API data for navigation, fix notification button 2026-04-25 09:53:12 +08:00
notify feat: add notification drawer, command registry, keyboard shortcuts, hooks 2026-04-25 09:53:49 +08:00
project fix(frontend): Discord UI polish, room streaming and kanban improvements 2026-04-21 22:31:48 +08:00
repository chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
room fix(frontend): resolve TypeScript type errors in repository pages 2026-04-27 16:39:43 +08:00
shared feat(frontend): add repo type to mention autocomplete system 2026-04-26 23:58:59 +08:00
ui fix(frontend): resolve TypeScript type errors in repository pages 2026-04-27 16:39:43 +08:00
init-layout.tsx init 2026-04-15 09:08:09 +08:00
site-footer.tsx init 2026-04-15 09:08:09 +08:00