8ec4c582c1
fix: eliminate remaining any types in API routes
...
- use Prisma.JsonValue and Prisma input types throughout
- add proper type guards for array and object checks
- replace any with Record<string, unknown> where appropriate
- all API/RSS routes now have zero any type errors
2025-11-23 05:28:05 -08:00
94e13f1129
chore: auto-fix linting issues with eslint --fix
...
Apply automatic fixes for prefer-const violations and other
auto-fixable linting errors. Reduces error count from 613 to 622.
2025-11-23 04:48:06 -08:00
3d993d76ed
Remove old post types to reduce confusion
2025-06-11 00:06:44 -07:00
4a82426dd5
Get rid of explicit excerpt on Post
2025-06-02 13:03:03 -07:00
78443e2bdd
Prettier + build errors
2025-06-02 08:41:03 -07:00
b2ad9efd9c
Fixes for UniverseComposer and delete modals.
...
Also standardizing Publish buttons and whatnot
2025-06-02 06:19:39 -07:00
2f504abb57
big update
2025-06-01 23:48:10 -07:00
b314be59f4
Library support in Edra
2025-05-31 13:17:38 -07:00
80d54aaaf0
Admin WIP
...
Projects and Posts sorta work, need design help
2025-05-27 16:57:51 -07:00