No description
Find a file
Zaldimmar 7bc71cef8d Send events oldest first so the carousel's past sits behind it
25e592b ordered /events upcoming-first, then past latest-first.
The carousel shows the list as it arrives and opens on the first
upcoming event, so past events landed after the upcoming ones and
"previous" no longer went back in time. Plain chronological order
(undated last) puts them before it again; the grid splits upcoming
from past itself, so it reads the same either way. Org pages share
the order and the carousel.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-26 17:22:40 -05:00
server Send events oldest first so the carousel's past sits behind it 2026-09-26 17:22:40 -05:00
src Clean up the schema: drop unused tables, rename scopes, publishable awards 2026-09-26 17:09:58 -05:00
.gitignore v1.0 - initial version 2026-09-25 02:20:07 -05:00
CLAUDE.md Clean up the schema: drop unused tables, rename scopes, publishable awards 2026-09-26 17:09:58 -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 Revert the implicit-any typing of src/ 2026-09-26 15:32:28 -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.