Anvil/stories
André Jaenisch 5af877bcaa
feat: add Appearance panel to Settings modal
This features two knobs: theming and indent.
I was curious whether I could actually hand the theme switching to the
parent, so I created an event dispatcher for it.

It works! But I had to hack the Svelte component a little.
I also need to sync it two the theme switcher in the popup and go over
every component that is focused on light mode only at the moment. To
limit the work I will constraint myself to the Profile page here. If the
theme is meant to apply to other pages as well, we will need to persist
the setting. That means a database in Anvil, I guess. I'm not willing to
take that step right now. It must come at some point (e.g. when talking
to Vervis to actually inform about changes made in Anvil).

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-08-09 08:32:15 +02:00
..
atoms refactor: extract sidebar to component 2024-07-22 09:46:57 +02:00
icons feat: add new settings view for Keys 2024-08-06 09:36:27 +02:00
molecules feat: add Appearance panel to Settings modal 2024-08-09 08:32:15 +02:00
organisms feat: add new components to Storybook 2024-07-04 08:21:35 +02:00
pages chore: update dependencies 2024-07-30 12:55:35 +02:00
templates refactor: extract Welcome page into component 2024-07-06 18:29:39 +02:00
ColorPalette.mdx feat: add new components to Storybook 2024-07-04 08:21:35 +02:00
Typography.mdx feat: add new components to Storybook 2024-07-04 08:21:35 +02:00