Commit Graph

12 Commits

Author SHA1 Message Date
654a2a66d9 feat(csms): 充电桩添加 deviceName 字段,区别于 identifier 用于区分设备 2026-03-16 13:43:46 +08:00
a6621f975c feat: 添加信息和指标组件以增强充电订单和计量信息的展示 2026-03-13 12:11:33 +08:00
c8ddaa4dcc feat(sidebar): update icons for navigation and charge items 2026-03-12 17:50:04 +08:00
02a361488b feat(api): add stats chart endpoint for admin access with time series data
feat(dayjs): integrate dayjs for date handling and formatting across the application
refactor(routes): update date handling in id-tags, transactions, users, and dashboard routes to use dayjs
style(globals): improve CSS variable definitions for better readability and consistency
deps: add dayjs as a dependency for date manipulation
2026-03-11 21:34:21 +08:00
9bdeea8a12 feat(web): add user ID and name to transaction details for better tracking 2026-03-11 12:09:15 +08:00
1619ed22a0 feat(web): enhance charge point status display with fault indication and link to details 2026-03-11 11:22:24 +08:00
a84393590e feat: add refresh button to various dashboard pages for improved data fetching 2026-03-11 00:29:04 +08:00
4d0c429d5f chore: format code 2026-03-11 00:18:12 +08:00
eac81d2fab feat: integrate React Query for data fetching and state management across dashboard components 2026-03-11 00:15:07 +08:00
984274bfb7 feat(stats): enhance admin and user statistics with additional metrics for revenue and user count 2026-03-10 23:37:49 +08:00
b9c0f3025c feat: RBAC controlling 2026-03-10 17:59:44 +08:00
2cb89c74b3 feat(dashboard): add transactions and users management pages with CRUD functionality
feat(auth): implement login page and authentication middleware
feat(sidebar): create sidebar component with user info and navigation links
feat(api): establish API client for interacting with backend services
2026-03-10 15:17:32 +08:00