-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: availability card component and display #38
Merged
celinechoiii
merged 8 commits into
main
from
aiden/bre-36-create-availability-card-component-and-display
Dec 7, 2024
Merged
feat: availability card component and display #38
celinechoiii
merged 8 commits into
main
from
aiden/bre-36-create-availability-card-component-and-display
Dec 7, 2024
Conversation
This file contains 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
LGTM! |
RohinJ444
pushed a commit
that referenced
this pull request
Dec 7, 2024
* created querying functions * created AvailabilityCard component and added to general page * changed styling and updates colors file to include new pomegranate color * resolved ESLint errors * added message for no availabilities * updated to reflect new design and implemented content moving when menubar is expanded * changed design for date range on availability card
celinechoiii
pushed a commit
that referenced
this pull request
Dec 8, 2024
* created querying functions * created AvailabilityCard component and added to general page * changed styling and updates colors file to include new pomegranate color * resolved ESLint errors * added message for no availabilities * updated to reflect new design and implemented content moving when menubar is expanded * changed design for date range on availability card
celinechoiii
added a commit
that referenced
this pull request
Dec 8, 2024
* refactor: create role selection component * feat: error messages in login screen * feat: availability card component and display (#38) * created querying functions * created AvailabilityCard component and added to general page * changed styling and updates colors file to include new pomegranate color * resolved ESLint errors * added message for no availabilities * updated to reflect new design and implemented content moving when menubar is expanded * changed design for date range on availability card * fix: update continue button style * temp feat: added discover to menu bar --------- Co-authored-by: aidenm1 <[email protected]>
celinechoiii
added a commit
that referenced
this pull request
Dec 30, 2024
#37) * [feat] new success and verification pages with full functionality EXCEPT automatic rerouting from verification to success is not yet functional * [fix] added automatic routing from verification to success page * [fix] added automatic routing from verification to success page * [fix] addressed comments: removed unused imports, reformatted import path directories, and removed local styles from global styles file * feat: availability card component and display (#38) * created querying functions * created AvailabilityCard component and added to general page * changed styling and updates colors file to include new pomegranate color * resolved ESLint errors * added message for no availabilities * updated to reflect new design and implemented content moving when menubar is expanded * changed design for date range on availability card * fix: update continue button style * [fix] addressed comments: removed unused imports, reformatted import path directories, and removed local styles from global styles file * fix: redirection fixes and separate inserting user flow * fix: linting issues --------- Co-authored-by: Rohin Juneja <[email protected]> Co-authored-by: aidenm1 <[email protected]> Co-authored-by: Celine Ji-Won Choi <[email protected]> Co-authored-by: Celine Choi <[email protected]>
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.
🍞 What's new in this PR
🥐 Description
Created availability page
🥖 Screenshots
🥪 How to review
review component and styles within components/AvailabilityCard, then page and styles within app/availability/general, then check MenuBar component
🥧 Next steps
🥞 Relevant links
🥨 Online sources
🥯 Related PRs
CC: @celinechoiii