Commit Graph

7 Commits

Author SHA1 Message Date
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
9f92b57371 feat: add card skins support 2026-03-12 13:19:46 +08:00
2479653bab feat(qr-scanner): integrate jsQR for QR code scanning fallback 2026-03-12 01:07:55 +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