gitdataai/libs/api
ZhenYi dfa5f7664a feat: add notification drawer, command registry, keyboard shortcuts, hooks
New components:
- NotificationDrawer: global bell button with unread badge + Sheet drawer
- CommandPalette: Cmd+K / Ctrl+Alt+F command palette with real API data
- KeyboardShortcutsSheet: ? shortcut reference sheet
- GlobalNavigationShortcuts: g+n/i/r/m two-key navigation
- useNotification: real-time notification management hook
- useCommandRegistry: global command registration hook
- useKeyboardShortcut: keyboard shortcut formatting hook
- useTypingIndicator: unified typing indicator hook
- LinkPreview / CodeBlock / CodeReference: code-aware chat rendering
- ContentRenderer: unified content rendering
- MiniChat: compact inline chat component
- MentionBadge: @mention badge renderer

New libs:
- libs/api/agent/issue_triage.rs: AI issue triage API endpoint
- libs/service/agent/issue_triage.rs: AI triage service
- src/lib/mention.ts: mention parsing and rendering
- src/lib/link-unfurl.ts: URL pattern detection
- src/lib/code-lang-detect.ts: code language detection
- src/lib/code-ref-parser.ts: line-level code reference parsing
2026-04-25 09:53:49 +08:00
..
admin feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
agent feat: add notification drawer, command registry, keyboard shortcuts, hooks 2026-04-25 09:53:49 +08:00
auth feat(room): add category creation and drag-to-assign for channels 2026-04-19 16:44:31 +08:00
git fix(api): fix branch route order to prevent shadowing 2026-04-17 16:11:23 +08:00
issue init 2026-04-15 09:08:09 +08:00
project init 2026-04-15 09:08:09 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
room fix(ws): replace unreachable_unchecked with safe fallback for TypingStart/TypingStop 2026-04-24 00:04:18 +08:00
search init 2026-04-15 09:08:09 +08:00
user feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
workspace feat(backend): add workspace invitation list and slug-based accept APIs 2026-04-18 19:05:07 +08:00
build.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
Cargo.toml chore(deps): replace slog with tracing in workspace Cargo.toml and crates 2026-04-21 22:31:30 +08:00
dist.rs chore(api): update dist.rs 2026-04-20 15:45:30 +08:00
error.rs init 2026-04-15 09:08:09 +08:00
gen_api.rs init 2026-04-15 09:08:09 +08:00
lib.rs feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
openapi.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
route.rs feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
skill.rs init 2026-04-15 09:08:09 +08:00