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
Timothy Yin2026-03-13 11:51:06 +08:00
c8ddaa4dcc
feat(sidebar): update icons for navigation and charge items
Timothy Yin2026-03-12 17:50:04 +08:00
88a80d2268
feat(transactions): add live energy and estimated cost to transaction data
Timothy Yin2026-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
Timothy Yin2026-03-12 17:23:06 +08:00
d49c80cc05
style(auth): fix comment and return value in getParentDomain function
Timothy Yin2026-03-12 00:48:52 +08:00
8d0164208d
feat(auth): update cookie prefix and default cookie attributes for better security
Timothy Yin2026-03-12 00:36:00 +08:00
f753550d44
fix(csms): fix comment and return value in getParentDomain function
Timothy Yin2026-03-12 00:27:21 +08:00
fb0d135a79
feat(auth): implement cross-subdomain cookie support with dynamic domain resolution
Timothy Yin2026-03-12 00:16:27 +08:00
103c86e14d
feat(auth): add support for cross-subdomain cookies and improve environment variable handling
Timothy Yin2026-03-11 23:39:14 +08:00
20e0cd068f
build(docker): add argument for CSMS URL in Dockerfile
Timothy Yin2026-03-11 23:17:44 +08:00
f8ff5c3d31
build(docker): add build argument for CSMS URL in web service
Timothy Yin2026-03-11 23:00:34 +08:00
9d76dc508a
fix(web): wrap ChargePageContent in Suspense for improved loading handling
Timothy Yin2026-03-11 22:42:09 +08:00
279e453ad6
feat(web): add tooltip for charge point status with online/offline indication
Timothy Yin2026-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
Timothy Yin2026-03-11 21:34:21 +08:00
73f0c6243a
feat(web): add remote start transaction feature and QR code scanning for charging
Timothy Yin2026-03-11 18:09:00 +08:00
8ee2378c78
feat(web): integrate toast notifications for profile and passkey actions
Timothy Yin2026-03-11 17:24:56 +08:00
168a5b5613
feat(web): integrate session management and improve API error handling
Timothy Yin2026-03-11 17:19:14 +08:00
f1932676be
feat(web): add SessionWatcher component for session management and handle session expiration
Timothy Yin2026-03-11 17:08:52 +08:00
1619ed22a0
feat(web): enhance charge point status display with fault indication and link to details
Timothy Yin2026-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
Timothy Yin2026-03-11 11:00:16 +08:00
48d9580d36
chore(csms, web): update dependencies to use catalog references and rename web package
Timothy Yin2026-03-11 09:55:50 +08:00
a84393590e
feat: add refresh button to various dashboard pages for improved data fetching
Timothy Yin2026-03-11 00:29:04 +08:00
eac81d2fab
feat: integrate React Query for data fetching and state management across dashboard components
Timothy Yin2026-03-11 00:15:07 +08:00
984274bfb7
feat(stats): enhance admin and user statistics with additional metrics for revenue and user count
Timothy Yin2026-03-10 23:37:49 +08:00
56bfdb4614
feat(settings): enhance user profile and password management with improved error handling and UI updates
Timothy Yin2026-03-10 23:21:50 +08:00
9cc0e75293
feat(settings): enhance Passkey management with inline add and rename functionality
Timothy Yin2026-03-10 23:17:32 +08:00
f803a447b5
feat(web): charge point details page
Timothy Yin2026-03-10 16:12:38 +08:00
08cd00c802
feat(api): add create and update functionality for charge points with registration status
Timothy Yin2026-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
Timothy Yin2026-03-10 15:17:32 +08:00
4fce1c6bdd
feat(ocpp): implement BootNotification, Heartbeat, and StatusNotification actions with database integration
Timothy Yin2026-03-10 10:42:20 +08:00
0f47b3d382
feat(firmware): add OCPP schema and constants for charge point management
Timothy Yin2026-03-10 10:14:39 +08:00
6014114098
feat(firmware): integrate WiFiManager for improved WiFi configuration and connection handling
Timothy Yin2025-11-24 23:21:18 +08:00
d583370c6d
feat(firmware): implement smart configuration for WiFi setup and connection
Timothy Yin2025-11-24 21:02:04 +08:00
cc6641b526
refactor(firmware): migrate to Arduino framework and impl connection, status indicating and firmware configuration
Timothy Yin2025-11-24 19:39:50 +08:00