Anvil/src
André Jaenisch 55602e359a
feat: add new settings view for Keys
Currently the SSH and GPG keys are hardcoded. In a refactoring those
will be passed down as prop to the component. But I would need to query
Vervis to receive the real keys. Likewise I am not talking to Vervis
when updating (remove, add) a key.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-08-06 09:36:27 +02:00
..
lib feat: add new settings view for Keys 2024-08-06 09:36:27 +02:00
routes feat: bringing it all together 2024-07-27 14:12:08 +02:00
app.d.ts chore: introduce REUSE 2024-03-06 16:03:12 +01:00
app.html fix: ensure screen is full size 2024-07-07 13:56:03 +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.