Commit Graph

10 Commits

Author SHA1 Message Date
DJObleezy
0d0a707019 Add responsive theme toggle and dynamic styling
Introduces a responsive theme toggle button with styles for desktop and mobile views in `theme-toggle.css`. Updates `BitcoinProgressBar.js` to support dynamic theme changes and adds a new `updateTheme` method. Enhances `main.js` for theme management based on user preferences in `localStorage`. Modifies `base.html` and other HTML files to include the theme toggle button and necessary scripts. Introduces `theme.js` for managing theme constants and applying the DeepSea theme.
2025-04-22 17:43:46 -07:00
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
6cb74188b1
Update BitcoinProgressBar.js 2025-04-10 16:52:07 -07:00
DJObleezy
4be19833d7
Add files via upload 2025-04-09 11:46:24 -07:00
DJObleezy
d374bc3ba1
Delete static directory 2025-04-09 11:43:06 -07:00
DJObleezy
fd412b9f22
Update BitcoinProgressBar.js 2025-03-29 20:32:40 -07:00
DJObleezy
9656368478
Update BitcoinProgressBar.js 2025-03-28 19:14:02 -07:00
DJObleezy
651ed80bbd
Update BitcoinProgressBar.js 2025-03-27 16:09:33 -07:00
DJObleezy
1e85ebb48d
Update BitcoinProgressBar.js 2025-03-27 09:48:39 -07:00
DJObleezy
8c5c39d435
Add files via upload 2025-03-25 08:18:59 -07:00