- Introduced new localization strings for quota windows in English, Russian, Simplified Chinese, and Traditional Chinese.
- Enhanced quota types to include reset timestamps and period lengths for various providers (Claude, Antigravity, Codex, Kimi, Xai).
- Implemented utility functions for parsing reset instants from different formats (ISO, Unix, and offsets).
- Developed tests for new reset instant parsing utilities and timeline functionalities.
- Updated quota builders to utilize new reset instant logic and ensure accurate timeline projections.
- Removed deprecated localization keys related to excluded models in zh-TW.json.
- Introduced a new structure for excluded models with improved UI components.
- Refactored AuthFilesOAuthExcludedEditPage to utilize ExcludedModelsPicker for better handling of model exclusions.
- Consolidated styles in AuthFilesOAuthExcludedEditPage.module.scss by removing unused classes.
- Added comprehensive tests for excluded model rules and their matching logic.
- Deleted obsolete tests for OAuth excluded rules and replaced them with more relevant tests for the new structure.
- Ensured that the disabled state of providers is correctly managed and reflected in the UI.
- Implemented 'weighted-round-robin' as a new routing strategy in DashboardPage.
- Introduced weight input fields in ApiKeyEntriesEditor, BaseProviderForm, and SponsorProviderForm.
- Added validation for credential weights, including integer checks and maximum limits.
- Updated localization files to include new weight-related labels and hints.
- Created utility functions for credential weight validation and parsing.
- Added tests for credential weight handling and visual config routing strategy.
- Introduced LiveWire component for real-time traffic visualization.
- Added smooth line path rendering for Sparkline and LiveWire.
- Updated dashboard layout and styles for better responsiveness.
- Enhanced localization for dashboard verdicts and labels.
- Refactored styles for improved visual hierarchy and clarity.
- Translated and updated the zh-TW localization for the dashboard.
- Removed the old DashboardPage styles and component, replacing them with a new structure.
- Refactored routing to point to the new DashboardPage location.
- Eliminated unused utility functions related to dashboard model statistics.
- Introduced new formatting utilities for compact number and percentage display.
- Added comprehensive tests for new formatting utilities and dashboard metrics.