Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
98b5e0e
feat(usage): add bulk delete and manual set-price for imported usage
njbrake Jul 24, 2026
3109d3d
feat(dashboard): add shared table framework primitives on HeroUI v3
njbrake Jul 24, 2026
52b39d9
feat(usage): support api_key_id in the bulk selection filter
njbrake Jul 24, 2026
bc12596
feat(dashboard): adopt the shared table framework on the Activity log
njbrake Jul 24, 2026
9829c5b
fix(dashboard): repaint the shared table header with the brand tint
njbrake Jul 24, 2026
98bf27f
feat(dashboard): adopt the shared table on the Aliases page
njbrake Jul 24, 2026
354ce16
feat(dashboard): adopt the shared table on the Budgets page
njbrake Jul 24, 2026
372058f
feat(dashboard): adopt the shared table on the Users page
njbrake Jul 24, 2026
99c8445
feat(dashboard): adopt the shared table on the API keys page
njbrake Jul 24, 2026
bdcbbd5
feat(dashboard): adopt the shared table on the Providers page
njbrake Jul 24, 2026
a3e8ef5
feat(dashboard): adopt the shared table on the Overview recent-activi…
njbrake Jul 24, 2026
724518e
feat(dashboard): adopt the shared table on the Models page
njbrake Jul 24, 2026
e4e02b0
feat(dashboard): adopt shared table on Usage; remove the hand-rolled …
njbrake Jul 24, 2026
e6c9da9
fix(models): discover models only from configured providers
njbrake Jul 24, 2026
de8880a
fix(dashboard): clean up the shared table header styling
njbrake Jul 24, 2026
9961296
fix(dashboard): make the shared table its own card so header meets th…
njbrake Jul 24, 2026
f07d12b
fix: address PR #415 review feedback (CodeRabbit, Copilot, khaledosman)
njbrake Jul 24, 2026
cbc4aa5
Merge remote-tracking branch 'origin/main' into feat/shared-table-fra…
njbrake Jul 24, 2026
2ad10c5
feat(dashboard): add a custom time range to the Usage page
njbrake Jul 24, 2026
1c76ca3
chore(openapi): regenerate Postman collection for the new usage endpo…
njbrake Jul 24, 2026
2bb99e8
test(e2e): update dashboard selectors for the react-aria table roles
njbrake Jul 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ otari-smoke.db
.DS_Store

.idea/

# Stray node_modules from running npx at the repo root (web has its own)
node_modules/
Loading
Loading