-
Notifications
You must be signed in to change notification settings - Fork 2
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
Andrei/phs 50 ii hifi home screen web and design updates #78
Merged
andreisito
merged 53 commits into
main
from
andrei/phs-50-II-hifi-home-screen-web-and-design-updates
Sep 16, 2024
Merged
Andrei/phs 50 ii hifi home screen web and design updates #78
andreisito
merged 53 commits into
main
from
andrei/phs-50-II-hifi-home-screen-web-and-design-updates
Sep 16, 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
…instead of md: needed
… Custom shadow classes added to tailwind config, for use in future hifi styles. Hunter-cream renamed to hunter-cream for figma design system consistency. syncing but some weird issues with the npm run pre-commit command, some files committed by mistake
…ting to the home page components
…laxy Fold 5 boundary issues + button icon gap fixes incoming
… max prefix on measurements for parent tags to avoid this in the future
…uld look into using other React Contexts in the future
* done with popup styling * updated package lock for npm install * Revert "fix: remove formatting changes to media/queries.tsx" This reverts commit f6e1d69. * cont. rebase * cont. rebase * rebase 3 * rebase 4 * refactor: add formatting changes * refactor: add jsdoc, imports, change queries.tsx -> .ts * edited to accomodate database changes for categories and exhibits * claire's approval * figma dev changes resolved * updated desktop version * finished all desktop feedback - delted display component (not using) changed navbar component to huntergreen * done with claire's mobile edits --------- Co-authored-by: sarahhpeng <[email protected]> Co-authored-by: Noah Hernandez <[email protected]> Co-authored-by: jxmoose <[email protected]>
* news feed web * small change * added web screen, fixed styling when screen between certain sizes, fixed coloring using h-full (?), changed margins to padding, changed to rem * just used gradient for now for epic styling lol.. * changed bg to mint cream for now :( * changed web detection * removed text from web --------- Co-authored-by: sarahhpeng <[email protected]>
* added database and page * fixed lint errors lol... * style changes * prettier * added database and page * fixed lint errors lol... * update package-lock * small style * added exhibit component * adding comp * finished? * added to nav bar * removed cateogry for now * prettier changes * feat: disabling github actions until MPH / post-MPH * chore: prettier * chore: disabled only the tsc compiler for now * adding comp * finished? * prettier changes * removed category from table and small fixes * added linking from map * added database and page * fixed lint errors lol... * style changes * prettier * added database and page * fixed lint errors lol... * update package-lock * small style * added exhibit component * adding comp * finished? * added to nav bar * removed cateogry for now * prettier changes * feat: disabling github actions until MPH / post-MPH * chore: prettier * chore: disabled only the tsc compiler for now * adding comp * finished? * prettier changes * removed category from table and small fixes * added linking from map * design changes + adding active state to buttons * big database edits to make fun facts possible on map * supabase function change * documentation changes + tailwind changes * small styling changes * some wbe changes * maybe will make components equal heightsl ater if have time i cant figure it out lol fml * web resize changes * edit nav bar * added database and page * fixed lint errors lol... * style changes * prettier * added database and page * fixed lint errors lol... * update package-lock * small style * added exhibit component * adding comp * finished? * added to nav bar * removed cateogry for now * prettier changes * feat: disabling github actions until MPH / post-MPH * chore: prettier * chore: disabled only the tsc compiler for now * adding comp * finished? * prettier changes * removed category from table and small fixes * added linking from map * added database and page * fixed lint errors lol... * style changes * prettier * fixed lint errors lol... * update package-lock * small style * added exhibit component * adding comp * finished? * added to nav bar * removed cateogry for now * prettier changes * adding comp * finished? * prettier changes * removed category from table and small fixes * added linking from map * design changes + adding active state to buttons * big database edits to make fun facts possible on map * supabase function change * documentation changes + tailwind changes * small styling changes * some wbe changes * maybe will make components equal heightsl ater if have time i cant figure it out lol fml * web resize changes * edit nav bar * small post rebase fixes --------- Co-authored-by: Andrei Tan <[email protected]> Co-authored-by: sarahhpeng <[email protected]>
…#70) Co-authored-by: sarahhpeng <[email protected]>
* done with popup styling * updated package lock for npm install * Revert "fix: remove formatting changes to media/queries.tsx" This reverts commit f6e1d69. * cont. rebase * cont. rebase * rebase 3 * rebase 4 * refactor: add formatting changes * refactor: add jsdoc, imports, change queries.tsx -> .ts * edited to accomodate database changes for categories and exhibits * claire's approval * figma dev changes resolved * updated desktop version * finished all desktop feedback - delted display component (not using) changed navbar component to huntergreen * done with claire's mobile edits * added working nav bar to mihas pr * fixed bracket issue in the siteMapPage * filter button duplicated import statement * changed hunterGreen to hunter-green for filter button * testing w-auto * minor change * fixed alignment issues and used andrei's resizing * fixed popup alignment * resolved justin's comments * fixed fonts * fixing lag from tours to exhibit * combined use affects * trying to push with eslint fixes * fixed eslint errors - ready to push --------- Co-authored-by: sarahhpeng <[email protected]> Co-authored-by: Noah Hernandez <[email protected]> Co-authored-by: jxmoose <[email protected]>
* . * refinements * . * style: make navbar sticky * style: rename pages * feat: hours and location web layout * style: make image carousel fit to parent container * style: update mobile and web designs * style: fix virtual tours button radius * style: tour end page fills screen height * style: back to tours button height adjustment * style: adjust button-text spacing * style: update space between title and subtitle for spotlight buttons * style * style: fix button radius under more in this spotlight * style: add back button click effect * style: tour button with text click effect * style: add last and next stop button click effects * style: add spotlight display button click effect * style: text on click effect * style: add line clamp 2 to related spotlights * style: specifically define each font feature * feat: add links table to supabase * style: related links component uses new links table * style: fix eslint and prettier errors * style: rename navBar.tsx to NavBar.tsx * style: update page path names * feat: add exhibits to navigation bar * style: fix eslint and prettier issues * style: fix text overflow in spotlight page
* fixed colors and deleted the ts file for category queries * supabase fix * supabase types added * fixed eslint and prettier things for all pages pertaining to site maps
* added footer file * added footer component to all pages, plus small edits to footer * made links open new tab instead of change exisitng --------- Co-authored-by: sarahhpeng <[email protected]>
* fix: move window into useEffect * fix: remove news state dependency from useEffect
* added correct links to site map * made images fit to exhibit component
… Custom shadow classes added to tailwind config, for use in future hifi styles. Hunter-cream renamed to hunter-cream for figma design system consistency. syncing but some weird issues with the npm run pre-commit command, some files committed by mistake
…ting to the home page components
…instead of md: needed
… Custom shadow classes added to tailwind config, for use in future hifi styles. Hunter-cream renamed to hunter-cream for figma design system consistency. syncing but some weird issues with the npm run pre-commit command, some files committed by mistake
…ting to the home page components
* done with popup styling * updated package lock for npm install * Revert "fix: remove formatting changes to media/queries.tsx" This reverts commit f6e1d69. * cont. rebase * cont. rebase * rebase 3 * rebase 4 * refactor: add formatting changes * refactor: add jsdoc, imports, change queries.tsx -> .ts * edited to accomodate database changes for categories and exhibits * claire's approval * figma dev changes resolved * updated desktop version * finished all desktop feedback - delted display component (not using) changed navbar component to huntergreen * done with claire's mobile edits --------- Co-authored-by: sarahhpeng <[email protected]> Co-authored-by: Noah Hernandez <[email protected]> Co-authored-by: jxmoose <[email protected]>
… Custom shadow classes added to tailwind config, for use in future hifi styles. Hunter-cream renamed to hunter-cream for figma design system consistency. syncing but some weird issues with the npm run pre-commit command, some files committed by mistake
…ting to the home page components
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.
✨ New in this PR ✨
DRAFT. To clean up.
One liner: what did you do? 🛠
Coverage 🙆♀️
use this section to break up your task into submodules and track progress, copy from Linear and mark what was completed
How can the reviewer test your code? Where is this sprint located in the codebase? 👩💻
REQUIRED: Link a short video demo of the feature you have added. 👩💻
Any bugs you encountered or still having trouble with? 🐛
Resources 📔
REQUIREMENTS in this section: Link all relevant online resources and related PRs. Write down any new dependencies or packages and link to their documentation. If you ran into bugs, link any stack overflow or online resources that helped you unblock yourself
❗IF this sprint was marked as FRONTEND on linear, cc Claire Wang
REMEMBER: once PR is made, also request a PR review Sarah, CC'ing is NOT enough!
🏚 cc: @andreisito