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
Supra4E8C and GitHub
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
Supra4E8C and GitHub
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
Supra4E8C
38d7e20320
feat(ai-providers): add ampcode multi-upstream routing and vertex excluded models
2026-03-07 15:36:47 +08:00
Claw Bot
b4358e3f4a
feat(theme): add switchable pure-white theme
2026-03-07 07:32:20 +00:00
Supra4E8C
dd08c469f4
fix(config): label payload editor row inputs
2026-03-07 14:51:53 +08:00
Supra4E8C
f37e6dac93
refactor(config): extract visual editor blocks
2026-03-07 14:50:07 +08:00
Supra4E8C
b00d647066
perf(config): memoize heavy visual editor blocks
2026-03-07 14:47:06 +08:00
Supra4E8C
8796a5f618
fix(ui): improve editor accessibility flows
2026-03-07 14:43:39 +08:00
Supra4E8C
1fc12c504f
fix(config): localize api key card title
2026-03-07 14:28:44 +08:00
Supra4E8C
bfd3632f95
fix(config): make api key modal input layout responsive
2026-03-07 14:24:26 +08:00
Supra4E8C
56da24765f
perf(config): narrow api key editor store subscription
2026-03-07 14:22:23 +08:00
Supra4E8C
ffc4fcd5b3
fix(config): edit api keys by stable item id
2026-03-07 14:21:00 +08:00
Supra4E8C
ac44308fbd
fix(config): stabilize string list item keys
2026-03-07 14:19:33 +08:00
Supra4E8C
6da473ed0f
fix(config): validate payload param value types
2026-03-07 14:08:25 +08:00
Supra4E8C
b1f05e8cd7
fix(config): validate visual numeric fields
2026-03-07 14:03:53 +08:00