| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| DashboardSetting.js | ||
| ModelSetting.js | ||
| OperationSetting.js | ||
| OtherSetting.js | ||
| PersonalSetting.js | ||
| RateLimitSetting.js | ||
| SystemSetting.js |
- Replace local isDarkMode state with global useTheme hook in TopUp component - Replace local isDarkMode state with global useTheme hook in PersonalSetting component - Remove redundant theme detection useEffect hooks that caused state inconsistency - Update theme condition checks from isDarkMode to theme === 'dark' - Fix issue where components showed dark gradients in light mode due to theme state mismatch - Clean up trailing commas in import statements This ensures all components stay synchronized with the global theme system managed by HeaderBar's theme toggle button.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| DashboardSetting.js | Loading commit data... | |
| ModelSetting.js | Loading commit data... | |
| OperationSetting.js | Loading commit data... | |
| OtherSetting.js | Loading commit data... | |
| PersonalSetting.js | Loading commit data... | |
| RateLimitSetting.js | Loading commit data... | |
| SystemSetting.js | Loading commit data... |