Anvil/tests
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
..
components feat: add Appearance panel to Settings modal 2024-08-09 08:32:15 +02:00
README.md docs: explain the folder structure of src & tests 2024-05-13 18:02:45 +02:00
test.ts chore: introduce REUSE 2024-03-06 16:03:12 +01:00

tests

These are the tests for our application. Right now there are mainly component tests because those are under development.

  • components - Components tests matching the folder structure of src.
  • README.md - This document.
  • test.ts - An example end-to-end test.