Commit Graph
596 Commits
Author SHA1 Message Date
liucong2013 be92535c98 fix(openai): polish provider list overlays and i18n 2026-04-22 17:48:58 +00:00
liucong2013 b753145887 fix(openai): address provider UI review feedback 2026-04-20 16:21:05 +00:00
liucong2013 d81c5c93ec Merge upstream/main into feat/openai-provider-ui-enhancements 2026-04-19 18:42:57 +00:00
liucong2013 389604825d feat(openai): improve floating header behavior and provider cards
- align the floating OpenAI header with the original card layout on desktop
- disable the floating header on small screens
- refine spacing, borders, and toolbar positioning for the floating header
- keep long model names and aliases fully visible without overflowing cards
2026-04-19 18:10:13 +00:00
Supra4E8C a28920de94 feat: enhance source information handling and disambiguation in usage components 2026-04-18 23:34:40 +08:00
Supra4E8C a1401d40c0 feat: enhance usage tracking with auth index support across providers 2026-04-18 18:14:22 +08:00
liucong2013 feff3f376c Fix provider list scope and key stability 2026-04-17 21:34:00 +00:00
Supra4E8CandGitHub cf41ca3edb Merge pull request #216 from CtriXin/fix/usage-rfc3339-nanoseconds
fix(usage): normalize high-precision RFC3339 timestamps
2026-04-17 23:17:07 +08:00
Supra4E8C 18544b79f9 fix(i18n): map zh-HK and zh-MO to zh-TW 2026-04-17 23:16:02 +08:00
Supra4E8CandGitHub fa01f2a395 Merge pull request #206 from lmanchu/feat/add-zh-TW-locale
feat(i18n): add Traditional Chinese (Taiwan) locale (zh-TW)
2026-04-17 23:11:05 +08:00
liucong2013 e801844f3b fix: improve OpenAI provider model dropdown behavior 2026-04-16 01:43:25 +00:00
xin 0c39e8d16f fix(usage): handle Date inputs in timestamp parser 2026-04-15 19:55:50 +08:00
xin 496f9900c6 fix(usage): normalize high-precision RFC3339 timestamps 2026-04-15 19:12:48 +08:00
liucong2013 4c4856794f feat(openai): add provider sorting and model filters 2026-04-14 22:58:26 +00:00
Supra4E8C 74badcac8b fix(oauth): remove iflow cookie login 2026-04-14 23:25:17 +08:00
Supra4E8C 70a12bba4f fix(oauth): remove qwen oauth card 2026-04-14 23:22:20 +08:00
lmanchuandlmanchu 30f14500c8 feat(i18n): add Traditional Chinese (Taiwan) locale
Add zh-TW as a new supported language, covering all 1500+ translation keys
with Taiwan-standard terminology and phrasing.

Changes:
- src/i18n/locales/zh-TW.json: new file, full Traditional Chinese translation
- src/i18n/index.ts: import and register zh-TW locale
- src/types/common.ts: add 'zh-TW' to Language union type
- src/utils/constants.ts: add zh-TW to LANGUAGE_ORDER and LANGUAGE_LABEL_KEYS
- src/utils/language.ts: add zh-tw/zh-hant browser locale detection
- src/i18n/locales/*.json: add chinese_tw label key to all locales

Co-authored-by: lmanchu <lman.chu@gmail.com>
2026-04-12 14:15:46 +08:00
Supra4E8C 5cbfbe8fea feat(config): add antigravity credits visual toggle 2026-04-12 00:41:53 +08:00
Supra4E8C 62cc7cc92d fix(usage): match non-standard source ids
Include normalizeUsageSourceId(apiKey) in candidate ids so provider stats can match usage rows when source is classified as text (issue #198).
2026-04-11 23:35:47 +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
Supra4E8CandGitHub e33c8906cb Merge pull request #193 from LucasInsight/feat/request-time-display
feat(usage): show request time in usage stats
2026-04-11 13:20:44 +08:00
Supra4E8C f408e56ca7 feat(authFiles): enhance header validation and error handling in editor 2026-04-11 13:15:06 +08:00
Supra4E8CandGitHub cd2f19bb16 Merge pull request #191 from DEAN-Cherry/feat/custom-headers-auth-files
feat(authFiles): support customizing headers for auth files
2026-04-11 13:01:13 +08:00
Supra4E8C c20f705723 fix(ai-providers): include base-url when deleting provider configs 2026-04-09 23:58:09 +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
Bryan Nie b5aaba447b fix(authFiles): address PR review comments for custom headers
- Add missing translation keys for headers hint

- Use dynamic translation key for headers textarea placeholder

- Add validation and error throwing for invalid JSON headers

- Prevent saving if headers JSON is invalid
2026-04-04 21:33:11 +08:00
Bryan Nie 3345fa2b88 feat(authFiles): support customizing headers for auth files
This feature adds a new UI to edit custom headers for auth files, following the backend enhancement (router-for-me/CLIProxyAPI#2457).
2026-04-04 21:03:16 +08:00
Supra4E8C 7747c95afb fix(config): make visual dirty tracking strictmode-safe 2026-04-03 02:42:41 +08:00
Supra4E8C d94321d2d6 chore(config): remove unused import 2026-04-03 01:52:33 +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 de0ebf310d perf(config): remove stringify dirty tracking 2026-04-03 01:39:16 +08:00
Supra4E8C b88eb47918 perf(claude): replace signature dirty tracking 2026-04-03 01:33:11 +08:00
Supra4E8C 5527c1e5d4 perf(openai): replace signature dirty tracking 2026-04-03 01:33:05 +08:00
Supra4E8C 73e260c37f perf(ai-providers): lighten dirty checks for edits 2026-04-03 01:32:49 +08:00
Supra4E8C 4d3bd279a0 fix(usage): resolve nullable merge in index 2026-04-03 01:32:35 +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 5a7b7e0b52 fix(auth-files): optimize status bar cache 2026-04-02 23:52:12 +08:00
Supra4E8C f3b0bde343 fix(usage): guard service health tooltip anchor 2026-04-01 23:51:08 +08:00
Supra4E8C 4b4e37d4fd fix(auth-files): persist auth files UI state in localStorage 2026-03-30 13:19:57 +08:00
paulbettner 05de780e15 Remove redundant body notranslate markers 2026-03-29 18:44:07 -05:00
paulbettner 66c26191d8 Prevent browser translation from mutating the app shell 2026-03-29 18:05:49 -05:00
Supra4E8C 7aa6744f20 refactor(VisualConfigEditor): simplify floating element positioning and style management 2026-03-28 06:36:43 +08:00