Commit Graph

10 Commits

Author SHA1 Message Date
DJObleezy
97fe19d61d Add configurable timezone support throughout the app
Updated the application to use a configurable timezone instead of hardcoding "America/Los_Angeles". This change impacts the dashboard, API endpoints, and worker services. Timezone is now fetched from a configuration file or environment variable, enhancing flexibility in time display. New API endpoints for available timezones and the current configured timezone have been added. The frontend now allows users to select their timezone from a dropdown menu, which is stored in local storage for future use. Timestamps in the UI have been updated to reflect the selected timezone.
2025-04-18 11:08:35 -07:00
DJObleezy
4be19833d7
Add files via upload 2025-04-09 11:46:24 -07:00
DJObleezy
f73a1825b6
Delete worker_service.py 2025-04-09 11:45:17 -07:00
DJObleezy
b15dfc8691
Update worker_service.py 2025-03-30 10:15:22 -07:00
DJObleezy
8e6af4043a
Update worker_service.py 2025-03-28 19:25:59 -07:00
DJObleezy
33a96600a4
Update worker_service.py 2025-03-28 19:21:55 -07:00
DJObleezy
f89b7b2825
Update worker_service.py 2025-03-28 19:17:46 -07:00
DJObleezy
2b05ec885a
Update worker_service.py 2025-03-28 19:07:03 -07:00
DJObleezy
3fcd56784b
Update worker_service.py 2025-03-25 08:12:35 -07:00
DJObleezy
29ecc7732b
Add files via upload
v0.3 Update
2025-03-23 23:39:04 -07:00