Skip to content

Commit 12334bf

Browse files
authored
Merge pull request #67 from kaitranntt/dev
feat(web-dashboard): add multi-account support and reactive dashboard
2 parents 68f165e + a7a4954 commit 12334bf

File tree

19 files changed

+1103
-106
lines changed

19 files changed

+1103
-106
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.0
1+
5.10.0-dev.1

docs/project-roadmap.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,24 @@ src/types/
584584
- **User Experience**: One-command channel switching without data loss
585585
- **Backward Compatibility**: Zero breaking changes, existing workflows preserved
586586

587+
### Version 4.5.1 - UI Layout Improvements
588+
**Release Date**: 2025-12-08
589+
590+
#### UI Fixes & Improvements
591+
-**CLIProxy Card Padding**: Removed excessive padding from CLIProxy cards for better visual integration.
592+
-**CLIProxy Dashboard Layout**: Improved overall layout and styling of the CLIProxy dashboard for enhanced user experience.
593+
-**Dropdown Styling**: Refined dropdown component styling for consistency and readability.
594+
595+
#### Technical Improvements
596+
- **Improved UI Responsiveness**: Adjustments ensure better display across various screen sizes.
597+
- **Enhanced User Experience**: Minor visual tweaks lead to a more polished and intuitive interface.
598+
599+
#### Validation Results
600+
- **UI Rendering**: ✅ All UI components render correctly after layout adjustments.
601+
- **Functional Impact**: ✅ No regressions introduced, core functionality remains stable.
602+
603+
---
604+
587605
#### Testing Infrastructure
588606
- **Version Comparison Tests**: 25 unit tests for all semantic version scenarios
589607
- **Flag Parsing Tests**: 4 integration tests for update command flags
@@ -794,6 +812,6 @@ src/types/
794812
---
795813

796814
**Document Status**: Living document, updated with each major release
797-
**Last Updated**: 2025-12-07 (React Dashboard Integration Complete)
815+
**Last Updated**: 2025-12-08 (UI Layout Improvements)
798816
**Next Update**: v4.6.0 UI Enhancements Planning
799817
**Maintainer**: CCS Development Team

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kaitranntt/ccs",
3-
"version": "5.10.0",
3+
"version": "5.10.0-dev.1",
44
"description": "Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)