Merge agenda author change #4

Merged
nvirellia merged 5 commits from develop into main 2026-06-04 14:12:24 +00:00

5 Commits

Author SHA1 Message Date
8aff9f6c80 feat: display agenda author on event detail page
All checks were successful
Client Prod Build (NixCN) TeamCity build finished
Client Check Build (NixCN) TeamCity build finished
Show the presenter's linked name beneath each item in the
published schedule. Fixes stale DataAgendaDoc refs now that
getAgendaSchedule returns ServiceAgendaAgendaListItem[].

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 22:02:38 +08:00
54bad60264 docs: add agenda author display implementation plan
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 22:02:38 +08:00
cd9c32d3be docs: add agenda author display design spec
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 22:02:38 +08:00
f6fd1cc0fb fix: rename agenda form field name→title to prevent 1Password person-name autofill
All checks were successful
Client Check Build (NixCN CMS) TeamCity build finished
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 22:06:26 +08:00
2482b392b5 fix: remove resolve() wrapping of page.url.pathname in attendance pagination
All checks were successful
Client Check Build (NixCN CMS) TeamCity build finished
resolve() prepends the /app base path, but page.url.pathname already
includes it — causing double /app/ in pagination hrefs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 21:45:18 +08:00