Add event check in to Welcome landing page#2130
Open
bconti123 wants to merge 8 commits intohackforla:developmentfrom
Open
Add event check in to Welcome landing page#2130bconti123 wants to merge 8 commits intohackforla:developmentfrom
bconti123 wants to merge 8 commits intohackforla:developmentfrom
Conversation
Remove unused styles/state, extract helpers to reduce duplication, add error handling for check-in, and remove debug console.logs.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an event check-in section to the logged-in Welcome landing page, including fetching checkInReady events and posting check-ins, with styling aligned to the existing check-in UI.
Changes:
- Fetches
checkInReady=trueevents on the Welcome page and displays a meeting selector. - Adds a CHECK IN action that POSTs to
/api/checkinsand renders a success state. - Introduces new local styling constants for the check-in section and empty-state messaging.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
Thanks! I’ve started addressing the feedback. |
Member
Author
|
Updated based on your feedback. Let me know if I missed anything. |
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.
Fixes #2106
What changes did you make and why did you make them ?
Notes:
checkInReady: trueon the event document.checkInReadyistrue.Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Visuals before changes are applied
Visuals after changes are applied