Anvil/src
André Jaenisch be36d6af3b
fix: prevent dangling list item
By moving the fallback text into its own component I was able to move
the list element into the History molecule. Its API has changed
accordingly. I have written tests to prevent regressions.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-07-02 11:02:38 +02:00
..
lib fix: prevent dangling list item 2024-07-02 11:02:38 +02:00
routes feat: query Vervis for information on a person 2024-06-15 12:45:46 +02:00
app.d.ts chore: introduce REUSE 2024-03-06 16:03:12 +01:00
app.html chore: introduce REUSE 2024-03-06 16:03:12 +01:00
app.postcss chore: introduce REUSE 2024-03-06 16:03:12 +01:00
hooks.server.ts chore: introduce REUSE 2024-03-06 16:03:12 +01:00
README.md docs: explain the folder structure of src & tests 2024-05-13 18:02:45 +02:00
theme.postcss chore: introduce REUSE 2024-03-06 16:03:12 +01:00

Source

These files here provide the server and client code of Anvil. We try to use TypeScript for an additional level of understandability. However, components cannot use TypeScript and have to be written in JavaScript in order to work with the component library. Otherwise their annotation cannot be parsed.