No description
Find a file
Zaldimmar 6a69084de2 Replace the front page with an admin-driven home
The home page is rebuilt from scratch and configured from a new
Front page tab in the admin, backed by migration 017 and served by
GET /api/front-page.

Hero: brand, photos (crossfading slideshow with progress and pause)
or livestream (YouTube/Facebook/Vimeo embed with a LIVE badge),
switched by hand. After it, bands the admin can reorder, retitle or
hide: a countdown to the next event (series-aware), the National
Retreats carousel, a numbers band (typed in or counted from the
database), a horizontal rail of featured timeline entries, and a
"Find your way in" pathfinder replacing the old connect section.

The CRUD engine gains a `singleton` flag: the entity has one row,
made by its migration, and create and delete are refused. The list
screen opens that row and the editor drops the slug, back link and
delete. shapeSeries moves to shape.js so /front-page can share it.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-25 05:37:42 -05:00
server Replace the front page with an admin-driven home 2026-09-25 05:37:42 -05:00
src Replace the front page with an admin-driven home 2026-09-25 05:37:42 -05:00
.gitignore v1.0 - initial version 2026-09-25 02:20:07 -05:00
CLAUDE.md Add commands section to CLAUDE.md and fix role/logo details 2026-09-25 03:24:00 -05:00
index.html v1.2 - added react router 2026-09-25 02:34:15 -05:00
package.json v1.1 - added navigation 2026-09-25 02:31:56 -05:00
pnpm-lock.yaml v1.2 - added react router 2026-09-25 02:34:15 -05:00
README.md Add README with test line 2026-09-25 03:06:55 -05:00
site.json v1.0 - initial version 2026-09-25 02:20:07 -05:00
tsconfig.json v1.0 - initial version 2026-09-25 02:20:07 -05:00
vite.config.ts v1.5 - history and timeline as well as many datastructure updates added, polished, fixes 2026-09-25 02:38:51 -05:00

Test line added by Claude Code.