Commit graph

8 commits

Author SHA1 Message Date
3a588fdf89 refactor(admin): load posts list on server 2025-10-07 05:30:50 -07:00
a31291d69f refactor: replace deprecated $grey- variables with $gray-
- Replace 802 instances of $grey- variables with $gray- across 106 files
- Remove legacy color aliases from variables.scss
- Maintain consistent naming convention throughout codebase

This completes the migration to the new color scale system.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 21:41:50 -04:00
a468668858 Fix styling of embeds in public site 2025-06-13 18:34:59 -04:00
81af86ae7f Add sorts in admin interface 2025-06-13 14:50:22 -04:00
c6ce13a530 Simplify posts
We had a lot of unnecessary complexity here due to post types that never ended up getting used.

We also made the post slug field reactive and bound to the title field.

We also fixed filters on the Universe admin page so we can filter by unpublished posts too (WIP)

We also fixed the hover state of BackButton
2025-06-11 00:53:54 -07:00
3d993d76ed Remove old post types to reduce confusion 2025-06-11 00:06:44 -07:00
78443e2bdd Prettier + build errors 2025-06-02 08:41:03 -07:00
cc09c9cd3f Componentization and styling 2025-06-02 03:43:13 -07:00