Commit Graph

53 Commits

Author SHA1 Message Date
18ac660ab2 feat(transactions): wrap TransactionsPageContent in Suspense for loading state 2026-03-13 12:18:09 +08:00
a6621f975c feat: 添加信息和指标组件以增强充电订单和计量信息的展示 2026-03-13 12:11:33 +08:00
83e6ed2412 feat(transactions): add transaction detail page with live energy and cost estimation
feat(transactions): implement active transaction checks and idTag validation
feat(id-tag): enhance idTag card with disabled state for active transactions
fix(transactions): improve error handling and user feedback for transaction actions
2026-03-13 11:51:06 +08:00
c8ddaa4dcc feat(sidebar): update icons for navigation and charge items 2026-03-12 17:50:04 +08:00
88a80d2268 feat(transactions): add live energy and estimated cost to transaction data 2026-03-12 17:38:49 +08:00
f7ee298060 feat(charge-points): add pricing mode for charge points with validation
feat(pricing): implement tariff management with peak, valley, and flat pricing
feat(api): add tariff API for fetching and updating pricing configurations
feat(tariff-schema): create database schema for tariff configuration
feat(pricing-page): create UI for displaying and managing pricing tiers
fix(sidebar): update sidebar to include pricing settings link
2026-03-12 17:23:06 +08:00
2638af3f7f feat: 峰谷电价编辑器 2026-03-12 16:06:48 +08:00
2bbb8239a6 fix(web): dockerfile 2026-03-12 13:38:18 +08:00
d1bff8bfd9 feat: add grid view for IdTagsPage and toggle button 2026-03-12 13:30:02 +08:00
9f92b57371 feat: add card skins support 2026-03-12 13:19:46 +08:00
e759576b58 refactor(proxy): simplify isInitialized function and remove cookie caching 2026-03-12 10:18:06 +08:00
4703ef3548 refactor(proxy): rename middleware to proxy 2026-03-12 10:04:38 +08:00
50f5fbd122 refactor(middleware): improve isInitialized function and cookie handling 2026-03-12 09:41:57 +08:00
2cc7fbc5be style(charge-points): comment out connection info display for clarity 2026-03-12 01:25:16 +08:00
4e16e933f2 feat(login): enhance routing by preserving 'from' path in login redirects 2026-03-12 01:14:16 +08:00
2479653bab feat(qr-scanner): integrate jsQR for QR code scanning fallback 2026-03-12 01:07:55 +08:00
bf7c7c54cd fix(auth): correct session cookie names for authentication 2026-03-12 00:51:20 +08:00
20e0cd068f build(docker): add argument for CSMS URL in Dockerfile 2026-03-11 23:17:44 +08:00
9d76dc508a fix(web): wrap ChargePageContent in Suspense for improved loading handling 2026-03-11 22:42:09 +08:00
279e453ad6 feat(web): add tooltip for charge point status with online/offline indication 2026-03-11 22:01:43 +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
73f0c6243a feat(web): add remote start transaction feature and QR code scanning for charging 2026-03-11 18:09:00 +08:00
8ee2378c78 feat(web): integrate toast notifications for profile and passkey actions 2026-03-11 17:24:56 +08:00
168a5b5613 feat(web): integrate session management and improve API error handling 2026-03-11 17:19:14 +08:00
f1932676be feat(web): add SessionWatcher component for session management and handle session expiration 2026-03-11 17:08:52 +08:00
7bd4e379de feat: web docker 2026-03-11 16:59:56 +08:00
ce53a4f218 feat(csms): restructure deployment setup with Docker and improve build process 2026-03-11 15:39:31 +08:00
70ae7da0d9 feat(web): wrap LoginForm in Suspense for improved loading handling 2026-03-11 13:45:42 +08:00
9bdeea8a12 feat(web): add user ID and name to transaction details for better tracking 2026-03-11 12:09:15 +08:00
ee329c7b9b feat(web): add ScrollFade component for improved horizontal scrolling experience 2026-03-11 11:53:13 +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
f74939917b feat(csms, web): add charge point status and error code to charge point details, hide the connector 0 from connectors view 2026-03-11 11:00:16 +08:00
48d9580d36 chore(csms, web): update dependencies to use catalog references and rename web package 2026-03-11 09:55:50 +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
56bfdb4614 feat(settings): enhance user profile and password management with improved error handling and UI updates 2026-03-10 23:21:50 +08:00
9cc0e75293 feat(settings): enhance Passkey management with inline add and rename functionality 2026-03-10 23:17:32 +08:00
d3d25d56d8 feaeet: add passkeys support 2026-03-10 22:46:51 +08:00
476b48addb feat(users): add card management functionality with tag creation and binding 2026-03-10 22:03:40 +08:00
a349286049 feat(id-tags): add ParentTagAutocomplete component and enhance TagFormBody with random ID generation 2026-03-10 21:51:41 +08:00
4f9fbe13fd feat(csms): add setup routes and pages for initial user creation 2026-03-10 21:40:27 +08:00
6c2314d140 chore: add env example 2026-03-10 20:51:01 +08:00
b9c0f3025c feat: RBAC controlling 2026-03-10 17:59:44 +08:00
f803a447b5 feat(web): charge point details page 2026-03-10 16:12:38 +08:00
08cd00c802 feat(api): add create and update functionality for charge points with registration status 2026-03-10 15:48:03 +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
9a2668fae5 fix(web): css importing module 2026-03-10 11:24:42 +08:00
102e065979 chore(web): config oxc 2026-03-10 11:17:14 +08:00