- 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.
- Updated SCSS styles for filter sections, controls, and buttons for better consistency and responsiveness.
- Replaced filter controls with a more flexible toolbar layout.
- Introduced display settings button with a popover for page size and compact mode options.
- Enhanced accessibility with appropriate ARIA attributes and keyboard navigation support.
- Cleaned up unused styles and improved overall code readability.
feat(layout): enhance sidebar navigation with tooltips and accessibility improvements
fix(i18n): add translations for authentication files count in multiple languages
style(layout): improve styles for navigation tooltips and badges