Commit Graph

7 Commits

Author SHA1 Message Date
88a80d2268 feat(transactions): add live energy and estimated cost to transaction data 2026-03-12 17:38:49 +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
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
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