Commit Graph
55 Commits
Author SHA1 Message Date
Shroominic 525476ccfa fix alias not displaying correctly 2025-12-25 22:34:52 +01:00
Shroominic b54812cb04 fix: alias_id not displayed correctly by dashboard 2025-12-25 22:28:26 +01:00
shroominicandGitHub c11cc107c8 Merge pull request #248 from Routstr/feature/dynamic-settings
feat(ui): make admin settings dynamic based on backend response
2025-12-11 14:04:49 +08:00
Shroominic 1e37c42ea0 fix ui build 2025-12-11 12:51:27 +08:00
Cursor Agent 2cc5063dee Merge branch 'origin/v0.2.1' into lightning to resolve conflicts 2025-12-11 02:59:20 +00:00
9qeklajc 7ca69063bd make format required & fix ui formating 2025-12-10 22:51:12 +01:00
9qeklajc 085ff75d1d create and topup token with lightning 2025-12-10 22:47:37 +01:00
Shroominic 02ca36141e fix linting typing/errors 2025-12-09 16:12:41 +08:00
Shroominic 20bf5e35a4 feat: add custom models and overrides 2025-12-09 15:59:07 +08:00
Shroominic 6b4b3924a1 feat(ui): make admin settings dynamic based on backend response
This update changes the admin settings page to dynamically render settings fields based on the JSON response from the backend, rather than hardcoding them. This ensures that new settings added to the backend are automatically available in the UI without code changes.

- Specific handling for known fields like name, description, urls, keys, mints, and relays remains to provide a polished UX.
- All other fields are rendered dynamically based on their type (boolean, number, string, array).
- Sensitive fields (keys, passwords) are automatically masked.
- Specific internal/unused fields are ignored.
2025-12-02 15:23:00 +08:00
Cursor Agent f7d6a0e349 Merge branch 'origin/v0.2.1' into cursor/recreate-branch-with-original-commits-gemini-3-pro-preview-bbe5 2025-11-23 22:23:00 +00:00
Shroominic 2cbf7b41f3 fix build error 2025-11-23 14:08:07 -08:00
ShroominicandCursor Agent 6f4e57eeff feat(ui): apply global currency formatting to stats components
- Update UsageSummaryCards to use global currency store and formatting
- Update RevenueByModelTable to use global currency store and formatting
- Ensure consistent sat/msat/usd display across all dashboard metrics
2025-11-23 21:51:36 +00:00
ShroominicandCursor Agent 3371b03068 feat(ui): update currency toggle to minimalistic dropdown
- Replace toggle group with dropdown menu for currency selection
- Update currency formatting to round USD to 2 decimals
- Improve header space utilization
2025-11-23 21:51:36 +00:00
ShroominicandCursor Agent 64b45a75c7 feat(ui): implement global currency selection
- Add global currency store (sat/msat/usd)
- Add currency toggle to site header
- Update currency formatting logic (integers for sats, 2 decimals for USD)
- Connect dashboard and balances pages to global currency state
2025-11-23 21:51:36 +00:00
ShroominicandCursor Agent dcfd398008 feat(ui): add balance summary to main dashboard
- Create DashboardBalanceSummary component for quick balance overview
- Add balance summary cards to top of main dashboard
- Separate current balance view from time-filtered usage analytics
2025-11-23 21:51:36 +00:00
ShroominicandCursor Agent 85962aa45a refactor(ui): restructure dashboard layout
- Move wallet balances to dedicated /balances page
- Promote usage statistics to main dashboard (/)
- Update sidebar navigation
- Update backend routes for new page structure
- Remove old usage page
2025-11-23 21:51:36 +00:00
ShroominicandCursor Agent d0aa91aa51 feat(ui): enhance dashboard visualizations
- Replace usage metrics line charts with gradient area charts
- Redesign summary cards with improved styling and icons
- Add revenue share progress bar to models table
- Format numbers in tables for better readability
2025-11-23 21:51:36 +00:00
Cursor Agent eb83b3c51a refactor: unify logs and usage implementation 2025-11-23 21:51:36 +00:00
Cursor Agent 13640d13d1 Merge remote-tracking branch 'remotes/origin/cursor/add-usage-tracking-dashboard-and-apis-32d6' into recreated-feature-branch 2025-11-23 21:51:16 +00:00
Shroominic 1a2b52ab90 fix ui build 2025-11-20 17:42:37 -08:00
Shroominic f45ff16674 api cheat sheet 2025-11-20 15:58:44 -08:00
Cursor Agentanddb2002dominic 99d98ffb2c feat: Add usage tracking dashboard and API
Co-authored-by: db2002dominic <db2002dominic@gmail.com>
2025-11-15 23:49:36 +00:00
9qeklajc 3e7d4c6e86 add date picker 2025-11-15 11:46:24 +01:00
9qeklajc 34cdbfe446 add logs page 2025-11-15 11:32:18 +01:00
9qeklajc cfe03d6dcb remove redundant setting & doc 2025-11-10 22:59:32 +01:00
9qeklajc 8c08be9e11 better ui 2025-11-05 00:12:23 +01:00
9qeklajc f5c9cde852 clean up 2025-11-04 23:46:38 +01:00
9qeklajc ded82cd729 fix model endpoint & filter query 2025-11-04 23:16:08 +01:00
9qeklajc 1b6188b130 better model update 2025-11-02 23:42:18 +01:00
Shroominic 293f8471b3 add: msat/sat/usd unit toggle 2025-11-02 13:34:57 +08:00
Shroominic a88f999dc5 add Node to title 2025-10-30 12:38:51 +08:00
9qeklajc d8d91ab57b better balance display 2025-10-26 00:39:36 +02:00
9qeklajc 8b0ced22e5 add dark mode 2025-10-25 00:21:41 +02:00
9qeklajc 8bb1e0d321 fix mobile view 2025-10-25 00:16:14 +02:00
9qeklajc 2c507796eb fix build 2025-10-24 22:25:16 +02:00
9qeklajc 430bf8a610 clean up 2025-10-24 22:11:40 +02:00
9qeklajc cf9a6d83ff add model filtering 2025-10-24 22:04:58 +02:00
9qeklajc 82e01e3e13 add temp balances 2025-10-24 21:31:35 +02:00
9qeklajc 65a211388e move to different repo 2025-10-24 19:56:56 +02:00
9qeklajc 014eba550d clean up 2025-10-24 17:56:41 +02:00
9qeklajc 86e4b99297 use different endpoint for models 2025-10-24 17:19:15 +02:00
9qeklajc f3e8718660 fix icon 2025-10-24 15:55:48 +02:00
9qeklajc e146b4a08a better passwrod setting 2025-10-24 15:22:45 +02:00
9qeklajc 57cace0e77 better setting ui 2025-10-24 14:37:56 +02:00
9qeklajc 90f56357d9 fmt 2025-10-24 14:20:27 +02:00
9qeklajc 793f33efb4 add settings 2025-10-24 13:53:32 +02:00
9qeklajc 769ad00e42 better price validation 2025-10-24 13:43:28 +02:00
9qeklajc 3716184ea9 clean up 2025-10-24 13:11:05 +02:00
9qeklajc 5f38f1a36b add delete and disable options 2025-10-24 13:06:39 +02:00