Commit Graph
532 Commits
Author SHA1 Message Date
Supra4E8C 5a44e2c0ad type(scope): feat(logs): restrict request trace to supported endpoints 2026-02-21 19:43:16 +08:00
Supra4E8C 362ca6dcd9 feat(logs): align trace source labels with credential mapping 2026-02-21 19:17:10 +08:00
Supra4E8C fe213b0386 feat(usage): align request event source labels with credential mapping 2026-02-21 19:04:53 +08:00
Supra4E8C 10cd44c0d5 fix(ui): stabilize filter state and auth refresh timing 2026-02-21 17:37:43 +08:00
Supra4E8C bebdfe12f6 chore(i18n): polish auth file health status fallback text 2026-02-21 17:33:50 +08:00
Supra4E8C 2552a19891 feat(logs): add request trace modal with heuristic usage matching 2026-02-21 17:32:49 +08:00
Supra4E8C 26d1349667 feat(logs): add structured method status and path chip filters 2026-02-21 17:27:21 +08:00
Supra4E8C 8861384bcc feat(usage): add filterable request events table with export 2026-02-21 17:23:21 +08:00
Supra4E8C 6ae85cf715 feat(auth-files): add health badge and refresh status on cards 2026-02-21 17:17:52 +08:00
Supra4E8C 7b99f5b207 feat(dashboard): show routing strategy badge in current config 2026-02-21 17:15:13 +08:00
Supra4E8C 6442501cbb fix(quota): sync gemini-3-1-pro-preview with Gemini Pro Series quota v1.5.6 2026-02-21 02:30:13 +08:00
Supra4E8C 4f8b421d68 feat(claude-edit): implement draft state management for Claude provider editor v1.5.5 2026-02-17 13:31:24 +08:00
Supra4E8C 3769447604 feat(ai-providers): add Claude model discovery and connectivity test v1.5.4 2026-02-17 01:22:45 +08:00
Supra4E8C 7d4c400084 fix(config): show diff chunks with line numbers and context 2026-02-17 00:01:54 +08:00
Supra4E8C 32bf103f15 fix(ui): add batch bar exit animation and chunked diff cards 2026-02-16 23:51:23 +08:00
Supra4E8C 47c3874244 fix(auth-files): polish selection UI and animate batch action bar 2026-02-16 23:13:26 +08:00
Supra4E8C b7794a91b4 feat(config): add YAML diff confirmation before save 2026-02-16 22:04:55 +08:00
Supra4E8C 470ff51579 feat(auth-files): add bulk select, status toggle, and delete actions 2026-02-16 21:58:22 +08:00
Supra4E8C d09ea6aeab feat(config): add secure API key generator in visual editor 2026-02-16 21:49:45 +08:00
Supra4E8C 8a4eb267f0 fix(QuotaSection): update MAX_ITEMS_PER_PAGE from 14 to 25 for improved pagination v1.5.3 2026-02-16 19:49:53 +08:00
Supra4E8C 63db0b11bc chore(release): update Node.js version from 18 to 20 in workflow 2026-02-15 12:33:57 +08:00
Supra4E8C 8dfa71b81e feat(AiProviders): refactor layout for upstream API key display 2026-02-15 11:59:59 +08:00
Supra4E8C d140fe1061 feat(AiProviders): improve layout and styling for OpenAI edit and models pages v1.5.2 2026-02-14 20:35:16 +08:00
Supra4E8C b702cd6e4c feat(OAuthPage): enhance layout and styling for better user experience 2026-02-14 20:32:31 +08:00
Supra4E8C 211f9f280c feat(usage): increase font size of health title for better visibility 2026-02-14 20:18:53 +08:00
Supra4E8C 6d96c92233 feat(edit-page): replace select element with custom Select component for model testing 2026-02-14 20:11:12 +08:00
Supra4E8C 52cf9d86c0 feat(usage): enhance ServiceHealthCard with scrollable health grid v1.5.1 2026-02-14 15:03:02 +08:00
Supra4E8C a2507b1373 feat(usage): add service health card with 7-day contribution grid 2026-02-14 14:57:06 +08:00
Supra4E8C 1f8c4331c7 feat(status-bar): add gradient colors and tooltip with mobile support 2026-02-14 13:24:53 +08:00
Supra4E8C faadc3ea3e refactor(select): unify dropdown implementations 2026-02-14 12:50:03 +08:00
Supra4E8C 32b576123c feat(usage): use modal dialog for editing model prices 2026-02-14 12:09:02 +08:00
Supra4E8C 5dce24e3ea feat(select): implement custom Select component with dropdown functionality 2026-02-14 12:01:11 +08:00
Supra4E8C bf824f8561 fix(clipboard): add shared helper and remove lint warnings v1.5.0 2026-02-14 03:33:09 +08:00
Supra4E8C 3a7ddfdff1 fix(clipboard): add fallback helper and unify copy actions 2026-02-14 03:25:33 +08:00
Supra4E8C 431ec1e0f5 fix(theme): improve dark mode contrast and enforce white button text 2026-02-14 03:06:07 +08:00
Supra4E8C e2368ddfd7 Refactor color variables and styles across components for a cohesive design update
- Updated active state colors in ToastSelect component for better visibility.
- Adjusted box-shadow and border colors in ModelMappingDiagram styles.
- Changed provider colors in ModelMappingDiagram for improved aesthetics.
- Modified background and border styles in ProviderNav for a more modern look.
- Updated accent colors in StatCards to align with new color scheme.
- Refined token colors in TokenBreakdownChart for consistency.
- Adjusted sparkline colors in useSparklines hook to match new design.
- Changed error icon color in AiProvidersOpenAIEditPage for better contrast.
- Updated failure badge styles in AiProvidersPage for a cleaner appearance.
- Refined various status styles in AuthFilesPage for improved clarity.
- Updated colors in ConfigPage to use new variable definitions.
- Refined error and warning styles in LoginPage for better user feedback.
- Adjusted log status colors in LogsPage for consistency with new theme.
- Updated OAuthPage styles to reflect new color variables.
- Refined quota styles in QuotaPage for better visual hierarchy.
- Updated system page styles for improved user experience.
- Adjusted usage page styles to align with new design language.
- Refactored component styles to use new color variables in components.scss.
- Updated layout styles to reflect new primary color definitions.
- Refined theme colors in themes.scss for a more cohesive look.
- Updated color variables in variables.scss to reflect new design choices.
- Adjusted chart colors in usage.ts for consistency with new color scheme.
2026-02-14 02:25:58 +08:00
Supra4E8C 6f4bc7c3bb fix(format): use page locale by default 2026-02-14 00:26:54 +08:00
Supra4E8C 3937a403b1 fix(i18n): localize splash strings 2026-02-14 00:24:52 +08:00
Supra4E8C f003a34dc0 fix(auth-files): unify max auth file size 2026-02-14 00:19:04 +08:00
Supra4E8C dc4ceabc7b refactor(api): centralize url normalization 2026-02-14 00:16:14 +08:00
Supra4E8C e13d7f5e0f refactor(auth-files): split AuthFilesPage 2026-02-14 00:11:41 +08:00
Supra4E8C 03a1644df7 chore(build): bump Vite build target to ES2020 and update compatibility docs v1.4.19 2026-02-13 22:41:53 +08:00
Supra4E8C 9a6a8ba7fa docs: update README for v6.8.x and add missing section v1.4.18 2026-02-13 20:56:29 +08:00
Supra4E8C 3b886e47d2 chore: add MIT License file 2026-02-13 20:41:10 +08:00
Supra4E8C 06201a9fc4 feat(ai-providers): add Gemini proxy URL support in provider edit UI 2026-02-13 20:38:54 +08:00
Supra4E8CandGitHub ef448806aa Merge pull request #104 from moxi000/dev
feat(quota): support dynamic Codex additional limits and i18n
2026-02-13 20:22:19 +08:00
moxi 8a33f5ab55 fix(quota): use i18n params for additional limits and keep primary/secondary mapping 2026-02-13 19:52:38 +08:00
Supra4E8C ab3922f9e6 fix(usage): make api details card scrollable v1.4.17 2026-02-13 16:13:15 +08:00
Supra4E8C 5dbff4c3e0 fix(usage): make model stats card scrollable 2026-02-13 16:11:28 +08:00
Supra4E8C 4dde62ac58 chore(usage): remove unused formatTokensInMillions 2026-02-13 15:59:07 +08:00