refactor: update UI components for consistency and dark mode support

- Refactored PaymentsPage, RatingsPage, RepresentationDetailPage, RepresentationsPage, SecretariesPage, SettlementsPage, SmsPage, UserDetailPage, and UsersPage to use consistent class names for styling.
- Updated button styles to use new utility classes for primary, secondary, and danger buttons.
- Enhanced dark mode support across various components by adjusting text and background colors.
- Introduced new utility classes for form inputs, labels, and info rows to standardize styling.
- Implemented Zustand for persistent UI state management, including dark mode toggle functionality.
- Updated CSS to include new styles for skeleton loading and animations.
- Added optional dependencies for improved compatibility with different platforms.
This commit is contained in:
hamed
2026-06-10 12:30:14 +03:30
parent 16ae439675
commit 942634c98e
35 changed files with 967 additions and 549 deletions
+6
View File
@@ -36,6 +36,12 @@
"zod": "^3.0.0",
"zustand": "^5.0.0"
},
"optionalDependencies": {
"lightningcss-darwin-arm64": "^1.32.0",
"lightningcss-linux-arm64-gnu": "^1.32.0",
"@tailwindcss/oxide-darwin-arm64": "^4.3.0",
"@tailwindcss/oxide-linux-arm64-gnu": "^4.3.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {