Commit Graph
243 Commits
Author SHA1 Message Date
Supra4E8C 5cbfbe8fea feat(config): add antigravity credits visual toggle 2026-04-12 00:41:53 +08:00
Supra4E8C 7d58341941 fix(quota): distinguish codex pro plan labels 2026-04-11 16:47:34 +08:00
Supra4E8C 74d9adc5fb feat: add latency tracking and display enhancements across usage components 2026-04-11 13:34:15 +08:00
Michael d84cf61915 feat: improve usage latency formatting 2026-04-05 11:14:46 +08:00
Michael 13a0283e00 feat(usage): show request time in usage stats 2026-04-05 01:36:36 +08:00
Supra4E8C 7333e98db0 perf(config): gate visual editor observers by layer 2026-04-03 01:46:23 +08:00
Supra4E8C 66a03364a7 perf(config): lazy-mount source editor 2026-04-03 01:45:20 +08:00
Supra4E8C f8455dcdb8 perf(usage): streamline pre-index collection 2026-04-03 00:54:09 +08:00
Supra4E8C 0eaf3e84e9 perf(ai-providers): fully disable background refresh 2026-04-03 00:52:14 +08:00
Supra4E8C 811b5958e5 perf(page-transition): stabilize layer context 2026-04-03 00:49:33 +08:00
Supra4E8C 5ad32a1892 perf(styles): degrade glass blur on mobile 2026-04-03 00:04:26 +08:00
Supra4E8C ab6ead7027 perf(ai-providers): disable background stats refresh 2026-04-03 00:00:46 +08:00
Supra4E8C 6637bc70a0 perf(ai-providers): index usage details by source 2026-04-02 23:58:48 +08:00
Supra4E8C f3b0bde343 fix(usage): guard service health tooltip anchor 2026-04-01 23:51:08 +08:00
Supra4E8C 7aa6744f20 refactor(VisualConfigEditor): simplify floating element positioning and style management 2026-03-28 06:36:43 +08:00
Supra4E8C d23daddc0b feat(QuotaSection): update button styles and text for refresh functionality 2026-03-28 02:20:02 +08:00
Supra4E8C 3f2078a45b feat(QuotaCard, QuotaSection): add refresh functionality and styling for quota messages 2026-03-28 02:13:31 +08:00
Supra4E8C 2534578eae fix(quota): use three-color thresholds for quota change indicators 2026-03-28 02:05:31 +08:00
Supra4E8CandGitHub 3868ca172e Merge pull request #166 from Xvvln/feat/expandable-payload-inputs
feat(config): add expandable input for long payload override values
2026-03-28 01:10:30 +08:00
Supra4E8C 6006efb00a feat(ServiceHealthCard): implement tooltip positioning and rendering logic 2026-03-28 01:08:00 +08:00
Supra4E8C 208a26441d fix(config): prevent mobile section jump scroll conflicts 2026-03-27 21:15:06 +08:00
Supra4E8C f9ef96a501 fix(ui): make modals safer on small screens 2026-03-27 19:42:54 +08:00
Supra4E8C 12103835ec fix(config): tighten visual editor small-screen layout 2026-03-27 19:40:22 +08:00
Supra4E8C 8ac6b3bcfa feat(config): add mobile section quick navigation 2026-03-27 19:38:29 +08:00
Supra4E8C b823bc38ea feat(ConfigPage, VisualConfigEditor): integrate page transition layer for improved rendering control 2026-03-27 19:23:00 +08:00
Supra4E8C 33462df1ff feat(AiProviders): add model selection and toolbar for visible models 2026-03-27 19:11:35 +08:00
Supra4E8C 1318cfaf86 feat(Select): improve dropdown positioning and style management 2026-03-27 18:36:38 +08:00
Supra4E8C 693d821e1a feat(VisualConfigEditor): enhance sidebar behavior and styling for better responsiveness 2026-03-22 23:28:16 +08:00
Xvvln bcaf637253 feat(config): add expandable input for long payload override values
- Add ExpandableInput component that toggles between single-line <input>
  and auto-resizing <textarea> for long content (>30 chars)
- Apply to all payload rule fields: model name (both layout branches),
  json_path, param value, filter model name, and string list items
- Strip newline characters in both input and textarea onChange handlers
  to prevent multi-line values from breaking YAML serialization
- Use useLayoutEffect for resize to avoid visual flicker
- Remove redundant autoResize call from click handler (handled by effect)
- Disable expand/collapse buttons when field is disabled, with proper
  cursor and opacity styles
- Localize button labels via i18n (en, zh-CN, ru)
- Use explicit .expandableInputExpanded class instead of CSS :has()
  for cross-browser compatibility
2026-03-22 18:52:32 +08:00
Supra4E8C 8758a75b39 feat(visual-config): enhance overview layout and improve visual section translations 2026-03-22 17:35:06 +08:00
Supra4E8C 868ac6b61b feat(theme): update theme colors and improve theme resolution logic 2026-03-22 17:28:17 +08:00
Supra4E8C 5469945019 refactor: enhance ConfigPage styling and structure
- Updated SCSS for ConfigPage to improve layout and visual hierarchy.
- Introduced new styles for page header, including background gradients and responsive design.
- Refined tab bar and status badge styles for better user experience.
- Adjusted search input and actions for improved accessibility and usability.
- Enhanced editor wrapper and floating actions to prevent overlap with content.
- Cleaned up code structure in ConfigPage component for better readability and maintainability.
2026-03-22 17:10:17 +08:00
Supra4E8C 34a6f44b85 feat(visual-config): add max retry credentials configuration and update validation messages 2026-03-22 16:14:46 +08:00
Supra4E8C e50e088409 feat(payload-rules): add support for raw JSON rules in payload configuration 2026-03-22 15:55:17 +08:00
Supra4E8C 013759c7da feat(status-panel): enhance layout and styling for compact status panels 2026-03-22 15:09:48 +08:00
Supra4E8C e44a9fc099 feat(auth-files): improve credential cards, bulk actions, and dedupe auth file list 2026-03-22 14:41:57 +08:00
Supra4E8C 3f1f6a1323 feat(quota): add gold premium pill badge for Gemini CLI Ultra and Codex Pro tiers 2026-03-17 23:56:54 +08:00
Supra4E8C 436b4b1744 feat(icons): replace codex_light and codex_drak with a single codex.svg icon
refactor(CodexSection, ProviderNav, AiProvidersPage, OAuthPage): update icon imports to use new codex.svg
2026-03-17 02:08:15 +08:00
Supra4E8C aa34487313 refactor(system-page): clean up version check logic and enhance layout 2026-03-17 01:09:35 +08:00
Supra4E8C ffce798ce8 feat(sidebar): add backdrop for improved sidebar interaction 2026-03-17 00:53:14 +08:00
Supra4E8C 6d91cd0c06 fix(quota): avoid blocking gemini cli quota refresh on code assist 2026-03-17 00:46:32 +08:00
Supra4E8C e83f99ba95 feat(icons): update sidebar icons for improved design and clarity 2026-03-15 18:23:46 +08:00
Supra4E8C a354787fb6 style(sidebar): redesign sidebar icons with sharper visual languag 2026-03-14 23:34:00 +08:00
Supra4E8C 180b097b11 refactor(login): use auth file checkbox style for login options 2026-03-14 15:33:57 +08:00
Supra4E8C df96297c68 feat(ai-providers): add Vertex AI config toggle 2026-03-14 15:25:29 +08:00
Supra4E8C e833c03c68 fix(quota): detect Claude plan from account flags 2026-03-14 14:53:10 +08:00
Supra4E8C beeecf7d01 fix(types): restore missing deps and resolve type-check errors 2026-03-13 12:24:50 +08:00
Supra4E8C 310caa676b fix(layout): restore auto theme option and prevent mobile theme picker overflow 2026-03-07 17:01:16 +08:00
Supra4E8CandGitHub 2b8934307c Merge pull request #129 from GrothKeiran/feat/add-switchable-pure-white-theme
feat(theme): add switchable pure-white theme
2026-03-07 16:20:11 +08:00
Supra4E8C ccf90f88dd feat(quota): restore Claude plan detection via profile API 2026-03-07 15:48:03 +08:00