Rework recent activity page

This commit is contained in:
Jon Staab
2026-02-02 15:36:50 -08:00
parent d646ddd91d
commit 4b8cf53731
3 changed files with 172 additions and 107 deletions
+1
View File
@@ -167,6 +167,7 @@ src/
- Do not use `any`. If there are type errors related to `unknown`, they are likely because the upstream definition of the data is incorrect.
- When dynamically building classes, use `cx` from `classnames` rather than embedded ternaries or svelte 4's old `class:` syntax.
- When creating forms, use `FieldInline` or `Field` instead of custom elements/tailwindcss
- Do not define svelte event handlers inline, instead name them and put them in the script section of templates
## Common Tasks