473 B
473 B
useCheckinSubmit Hook
- Created
src/hooks/data/useCheckinSubmit.tsusingpostEventCheckinSubmitMutationfrom@/client/@tanstack/react-query.gen. - Integrated
sonnerfor success and error toasts. - Followed the pattern from
useJoinEvent.ts.
CheckinScannerNav Implementation
CheckinScannerNavViewvalidation logic implemented with regex^\d{6}$.CheckinScannerNavContainerconnects the hook to the view.- Type checking passed with
bun tsc -b.