Conversation
- normalize right-panel header spacing across teams/supervisors/posts/equipment - prevent team/supervisor cards from stretching; use non-stretch two-column layout - support team edits via pencil action and existing AddTeamModal flow - center Lite nav links and add AppNavbar-style right-side auth/profile controls - document Lite mode workflow and team edit behavior in user guide Closes #3
- remove unused variable in codesnippet.tsx - wrap useSearchParams in Suspense boundary for static generation
…persistence BREAKING: Lite dispatch page is now a thin wrapper around the shared dispatch page Changes: - Unified dispatch UI: Both cloud and lite modes use the same DispatchPage component - Mode-aware persistence: updateEvent() automatically routes to Firestore (cloud) or IndexedDB (lite) - Lite navbar parity: Matching dispatch controls (Posting Schedule, End Event dropdown) - Local actions: Clear Event (with confirmation), Export Summary (CSV) - Clock display: Added next to logo in dispatch navbar (both navbars) - Logo sizing: Ensured responsive sizing consistency between appnavbar and litenavbar - Lite mode indicator: Single green 'Lite Mode' tag in dispatch navbar - Map feature: Disabled in lite mode (cloud-only) - Auth checks: Bypassed for lite mode - Data persistence: Extended LiteEventDraft to support posting schedule fields Files modified: - src/app/(main)/events/[eventId]/dispatch/page.tsx: Refactored to shared component - src/app/lite/events/[localEventId]/dispatch/page.tsx: Reduced to 22-line wrapper - src/components/layout/litenavbar.tsx: Added dispatch controls + logo consistency - src/lib/liteEventStore.ts: Extended with posting schedule support - src/app/events.d.ts: Added custom event types Testing: Visual testing performed to confirm: - Clock appears next to logo on dispatch pages - Logo responsive sizing matches between navbars - Posting Schedule modal opens in lite mode - Clear Event works with confirmation dialog - Export Summary generates CSV - No Firebase calls in lite mode - All dispatch features functional without cloud sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR finalizes Lite Mode end-to-end and closes the remaining tracked sub-issues on the same branch.
What changed
Lite Mode parity + UX
Dispatch architecture and behavior
Build, type, and lint hardening
npm run build).Docs and release notes
Unreleasedsection with Lite completion + build fixes.Validation
npm run buildpassesRelated issues
Closes #1
Closes #3
Closes #4
Closes #5