Commit Graph
675 Commits
Author SHA1 Message Date
Supra4E8C 7e4e87bda5 feat(DashboardPage): add dynamic greetings and time-based messages 2026-03-28 06:23:18 +08:00
Supra4E8C 4b28d8a496 refactor(auth-files): replace regex search with wildcard matching v1.7.24 2026-03-28 02:40:27 +08:00
Supra4E8C d23daddc0b feat(QuotaSection): update button styles and text for refresh functionality v1.7.23 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 135619ff49 feat(AuthFilesPage): add regex search mode with validation and toggle
feat(i18n): update search placeholders and error messages for regex support
feat(uiState): include regex search mode in AuthFiles UI state
feat(regexSafety): implement regex safety check to prevent catastrophic backtracking
v1.7.22
2026-03-28 01:52:55 +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 4d864d182e refactor(authFiles): simplify AuthFilesPage filter and card styles 2026-03-28 00:19:10 +08:00
Supra4E8C a388f72f5f feat(authFiles): enhance file upload and deletion handling with batch processing v1.7.21 2026-03-27 23:22:38 +08:00
Supra4E8C 75f4c7cd1a chore(storage): clarify local storage is obfuscation v1.7.20 2026-03-27 22:06:45 +08:00
Supra4E8C 163c1ac29d fix(openai): treat Authorization header as case-insensitive 2026-03-27 22:03:57 +08:00
Supra4E8C 1bf7b23f75 fix(config): invalidate in-flight fetch on section updates 2026-03-27 22:01:40 +08:00
Supra4E8C f66deb36dd fix(models): avoid cross-session stale model cache 2026-03-27 21:49:22 +08:00
Supra4E8C 0273d3c8fd fix(config): refresh global store after yaml save 2026-03-27 21:47:04 +08:00
Supra4E8C 208a26441d fix(config): prevent mobile section jump scroll conflicts 2026-03-27 21:15:06 +08:00
Supra4E8C af36f6fb2d fix(config): keep mobile action status visible 2026-03-27 19:47:41 +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 v1.7.19 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 v1.7.18 2026-03-27 18:36:38 +08:00
Supra4E8C 4587df2bdb feat(AuthFilesPage): add persistent compact mode state management 2026-03-27 18:18:53 +08:00
Supra4E8C 922dc7d622 fix(auth-files): make auth file grid responsive to screen width v1.7.17 2026-03-27 18:07:32 +08:00
Supra4E8C 70d7c224ce feat(styles): refactor filter section layout and improve filter tag styling v1.7.16 2026-03-25 18:21:44 +08:00
Supra4E8C 2dcba439ad feat(styles): simplify filterAllIconWrap background and shadow styles v1.7.15 2026-03-22 23:42:36 +08:00
Supra4E8C bf8dafcab5 feat(styles): update card background gradients and synchronize theme colors 2026-03-22 23:38:27 +08:00
Supra4E8C 693d821e1a feat(VisualConfigEditor): enhance sidebar behavior and styling for better responsiveness 2026-03-22 23:28:16 +08:00
Supra4E8C 9bd12155a9 feat(styles): enhance premium plan value styling with improved gradients and shadows 2026-03-22 22:57:35 +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 v1.7.14 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 1b85f4d80c feat(SystemPage): add header wrapper for version label in info tile 2026-03-22 17:16: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 8ff2ae0fe2 feat(styles): enhance layout and responsiveness for buttons and form elements 2026-03-22 16:49:11 +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 82aa44d996 feat(auth-files): add support for separate regular and compact page sizes 2026-03-22 15:15:45 +08:00
Supra4E8C 013759c7da feat(status-panel): enhance layout and styling for compact status panels 2026-03-22 15:09:48 +08:00
Supra4E8C 7495604ad3 fix(auth-files): prevent batch status race conditions 2026-03-22 14:55:45 +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 975d0471f7 feat(auth-files): revamp Auth Files page filters and card layout 2026-03-22 13:30:53 +08:00
Supra4E8C faf1e3fbab feat(auth-files): merge auth file details into editor modal 2026-03-22 01:29:23 +08:00
Supra4E8CandGitHub e3e1db0272 Merge pull request #162 from zccing/main
fix(authFiles): 统一 Codex 认证文件的 websockets 字段
v1.7.13
2026-03-21 21:21:36 +08:00
CcandCo-authored-by: cc@net-cc.com 4c2c2c4773 fix(authFiles): 统一 Codex 认证文件的 websockets 字段
Co-authored-by: Co-authored-by: cc@net-cc.com
2026-03-19 14:18:13 +08:00
Supra4E8C 3f1f6a1323 feat(quota): add gold premium pill badge for Gemini CLI Ultra and Codex Pro tiers v1.7.12 2026-03-17 23:56:54 +08:00
Supra4E8C d4ab2850bf feat(AuthFilesOAuthExcludedEditPage): refactor model item rendering to use SelectionCheckbox component v1.7.11 2026-03-17 02:22:12 +08:00
Supra4E8C 6d9d041aa4 feat(authFiles): add filter tag icons and improve layout for better visibility 2026-03-17 02:13:30 +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