AltitudeWeb/frontend/src/app
Teriuihi dbfe5b38ab Add theme switcher component with dark and light mode support
Extracted theme toggle functionality into a new `app-theme` component to improve modularity and reusability. Integrated theme settings with a service using cookies for persistence and introduced the `THEME_MODE` enum. Updated header component to utilize the new theme switcher and removed inline implementation.
2025-04-03 22:21:21 +02:00
..
header Add theme switcher component with dark and light mode support 2025-04-03 22:21:21 +02:00
home Refactor homepage and header components. 2025-04-03 21:37:48 +02:00
theme Add theme switcher component with dark and light mode support 2025-04-03 22:21:21 +02:00
app.component.html Not fully styled/finished version of header and home page + all images 2025-04-02 22:52:15 +02:00
app.component.scss Initial setup 2025-04-02 19:18:39 +02:00
app.component.spec.ts Initial setup 2025-04-02 19:18:39 +02:00
app.component.ts Not fully styled/finished version of header and home page + all images 2025-04-02 22:52:15 +02:00
app.config.ts Remove SSR support and associated server-side code. 2025-04-02 19:48:07 +02:00
app.module.ts Add theme switcher component with dark and light mode support 2025-04-03 22:21:21 +02:00
app.routes.ts Remove SSR support and associated server-side code. 2025-04-02 19:48:07 +02:00
constant.ts Add theme switcher component with dark and light mode support 2025-04-03 22:21:21 +02:00