Commit graph

3 commits

Author SHA1 Message Date
93795577cd fix: complete frontend component any type cleanup
- replace any with Prisma types (Post, Project, Album, Media)
- use Component type for Svelte component parameters
- use Snippet type for Svelte 5 render slots
- use Record<string, unknown> for dynamic objects
- add proper type guards for error handling
- fix editor extension types with proper generics
- all frontend components now have zero any type errors
2025-11-23 05:50:22 -08:00
cc6eba7df1 Linter 2025-06-13 21:22:49 -04:00
b1ddedd586 Embed URL cards 2025-06-13 17:29:29 -04:00