privatecoffee-website/assets
Kumi 0601a39829
feat: add dev mode warning and styling
Introduced a development mode toggle for the app, which, when enabled, displays a distinctive warning on every page to inform users they are viewing a development version of the site. This warning is styled for clear visibility. Development mode is toggled with a new `--dev` command line argument or by setting an environment variable. The change aims to prevent confusion between the development and production environments for both developers and early users.

- Added new CSS rules for a warning alert style in `base.css`.
- Modified `main.py` to check for a development mode flag and pass a warning message to the template if the flag is set.
- Updated `base.html` to include the warning message when present.
- Added a new template for the development warning message.
2024-05-27 17:37:30 +02:00
..
css feat: add dev mode warning and styling 2024-05-27 17:37:30 +02:00
dist/css feat: update primary theme color and adjust style variables 2024-05-08 19:20:37 +02:00
img Added cool logo .png. 2024-04-14 14:37:46 +02:00
js First draft of the website 2023-03-09 16:18:31 +00:00