Commit Graph
30 Commits
Author SHA1 Message Date
LTbinglingfeng 0fa6b741b2 chore: remove unused hooks and utils 2026-05-21 01:29:27 +08:00
LTbinglingfeng f0d669f98a feat: remove Home control plane configuration and related validation logic 2026-05-19 00:25:45 +08:00
LTbinglingfeng d6f5c45aa5 feat(i18n): add Home control plane settings and various enhancements
- Introduced Home control plane configuration options in English, Russian, Simplified Chinese, and Traditional Chinese locales.
- Added new fields for error log retention, usage statistics, and image generation settings in visual configuration.
- Enhanced payload model entries to include header management and condition matching capabilities.
- Updated default visual configuration values to accommodate new settings.
2026-05-18 03:08:05 +08:00
Supra4E8C 632be0bbe0 refactor: remove unused chart configuration and latency utilities
- Deleted chartConfig.ts and its exports from index.ts, as they are no longer needed.
- Removed latency.ts and its related functions for latency statistics and formatting.
- Cleaned up usageIndex.ts by removing functions related to indexing usage details, as they are not in use.
2026-05-02 03:41:14 +08:00
Supra4E8C c27707cbd1 feat(logs): integrate useLocalStorage for auto-refresh and filter states 2026-04-29 23:57:41 +08:00
Supra4E8C 0546f43337 fix(config): preserve antigravity credits absence 2026-04-29 23:57:41 +08:00
Supra4E8C 3212f6591b feat(config): add session affinity routing settings 2026-04-20 23:44:22 +08:00
Supra4E8C 5cbfbe8fea feat(config): add antigravity credits visual toggle 2026-04-12 00:41:53 +08:00
Supra4E8C 7747c95afb fix(config): make visual dirty tracking strictmode-safe 2026-04-03 02:42:41 +08:00
Supra4E8C de0ebf310d perf(config): remove stringify dirty tracking 2026-04-03 01:39:16 +08:00
Supra4E8C 0eaf3e84e9 perf(ai-providers): fully disable background refresh 2026-04-03 00:52:14 +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 033be261f5 fix(config): preserve api key storage structure 2026-03-07 14:15:41 +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
Supra4E8C 3308307dc3 fix(config): block visual mode on invalid yaml 2026-03-07 13:56:09 +08:00
Supra4E8C 5ccf1da86b fix(config-editor): preserve source YAML edits and empty keys 2026-02-28 13:33:20 +08:00
Supra4E8C 3397b34dcc fix(editing): narrow allowNextNavigation 2026-02-22 12:37:20 +08:00
Supra4E8C 028568c3ae fix(editing): harden unsaved navigation and draft cleanup 2026-02-22 02:51:09 +08:00
Supra4E8C 8e9235f66c fix(ai-providers): prompt on unsaved edits and preserve editor drafts 2026-02-22 02:10:25 +08:00
Supra4E8C 86a5b94cac feat(ai-providers): confirm before leaving with unsaved changes 2026-02-22 00:52:38 +08:00
Supra4E8C b957d05636 Localize visual config select option labels 2026-02-12 23:57:02 +08:00
Supra4E8C 4d5bb7e575 fix(config-editor): preserve comments when saving config.yaml in visual mode 2026-02-12 20:26:38 +08:00
LTbinglingfeng 6c2cd761ba refactor(core): harden API parsing and improve type safety 2026-02-08 09:42:00 +08:00
LTbinglingfeng f833f0dfd2 fix(config): align visual editor with backend config semantics 2026-02-06 18:14:13 +08:00
LTbinglingfeng 11c2498be6 feat: add visual configuration editor and YAML handling
- Implemented a new hook `useVisualConfig` for managing visual configuration state and YAML parsing.
- Added types for visual configuration in `visualConfig.ts`.
- Enhanced `ConfigPage` to support switching between visual and source editors.
- Introduced floating action buttons for save and reload actions.
- Updated translations for tab labels in English and Chinese.
- Styled the configuration page with new tab and floating action button styles.
2026-02-06 02:15:40 +08:00
LTbinglingfeng 8148851a06 feat: add OAuth model alias editing page and routing 2026-01-29 02:21:04 +08:00
LTbinglingfeng db376c7504 fix(layout): wire header refresh to page loaders and quota config refresh 2026-01-03 01:40:54 +08:00
Supra4E8C 450964fb1a feat: initialize new React application structure with TypeScript, ESLint, and Prettier configurations, while removing legacy files and adding new components and pages for enhanced functionality 2025-12-07 11:32:31 +08:00