Anvil/src
André Jaenisch a3a1f778c7
feat: populate settings
It's a very rough first shot at it. I want to get all the elements
included first, so that I can think better about the semantic
representation. In the next iteration I'm going to break the content
into smaller components, so that I can properly test and document them
before I reassemble the interface.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-07-28 12:12:17 +02:00
..
lib feat: populate settings 2024-07-28 12:12:17 +02:00
routes feat: register Settings as a modal 2024-07-28 12:11:42 +02:00
app.d.ts chore: introduce REUSE 2024-03-06 16:03:12 +01:00
app.html feat: translate sidebar elements + drawer 2024-07-28 12:10:32 +02:00
app.postcss refactor: extract first page into a component 2024-07-06 17:25:21 +02: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.