CampgroundTickets/app/lib
Hank 1ca2c38fbf
Some checks failed
Build Android APK / build-apk (push) Failing after 57m31s
Fix login hang after PIN + enrich Banquet mode
- Auth: introduce a shared AuthProvider/useAuth so entering the PIN updates
  reactive state and the layout's gate navigates immediately (previously it
  cached the token check at startup, so login appeared to hang until a manual
  refresh). login/scanner now use signIn/signOut.
- Banquet: donor lookup now returns lifetime giving, last-12-months giving
  (computed from dated transactions), member/donor status, bear name, and tags.
  The banquet result screen shows status badge + lifetime and last-year figures.
  Tickets are irrelevant in banquet mode.
- Admin: fix "‹ Scanner" back link wrapping (remove fixed width).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 16:01:41 +00:00
..
api.ts Fix login hang after PIN + enrich Banquet mode 2026-07-08 16:01:41 +00:00
auth.tsx Fix login hang after PIN + enrich Banquet mode 2026-07-08 16:01:41 +00:00
feedback.ts Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00
storage.ts Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00
theme.ts Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00