Skip to content
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

597: Accept or Decline Cookies #635

Merged

Commits on May 15, 2024

  1. Create CookieConsentBanner

    Create UI component for users to accept or decline cookies in their Web browser.
    CodeWritingCow committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4f00cd0 View commit details
    Browse the repository at this point in the history
  2. Add Cookie Settings link to footer

    Add link to footer.
    Update footer styling to match new UX requirements. Center align footer elements and separate them with dash symbols.
    CodeWritingCow committed May 15, 2024
    Configuration menu
    Copy the full SHA
    28f79a1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    d49291f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    a45f2e3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add padding-top to cookie banner buttons

    Add padding to match wireframe.
    CodeWritingCow committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c33d681 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    b7b8463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e01b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2fedfd View commit details
    Browse the repository at this point in the history
  4. Change anchor tag to Next.js Link

    Use Link so state will persist when user navigates
    to linked page.
    CodeWritingCow committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b88fb5b View commit details
    Browse the repository at this point in the history
  5. Replace NextUI Link with Next.js Link in IconLink

    Use Next.js Link so cookie state will persist when user navigates
    to linked pages.
    CodeWritingCow committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3777ed7 View commit details
    Browse the repository at this point in the history
  6. Add new state to CookieProvider

    Add shouldAllowCookies, setShouldAllowCookies to CookieProvider.
    CodeWritingCow committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f109a78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36a3207 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add cookie consent logic to Save Property button

    If user clicks Save Property button after declining cookies,
    display cookie-consent banner again.
    CodeWritingCow committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c8e7a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990e70d View commit details
    Browse the repository at this point in the history
  3. Refactor onClickSaveButton to improve code legibility

    Rewrite parts of click handler into helper methods.
    CodeWritingCow committed May 29, 2024
    Configuration menu
    Copy the full SHA
    99a6593 View commit details
    Browse the repository at this point in the history