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

Vinicius: Contra Frontend Assessment #94

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Apr 5, 2023

  1. feat: placeholder modal component

    vi-alt-hidden (aka Vinicius) committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e18ad1d View commit details
    Browse the repository at this point in the history
  2. feat: isOpen prop

    vi-alt-hidden (aka Vinicius) committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1164b07 View commit details
    Browse the repository at this point in the history
  3. feat: add basic modal behavior

    vi-alt-hidden (aka Vinicius) committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4c3be1a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. feat: nested modals w/ close on esc (also simplified css)

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    628d661 View commit details
    Browse the repository at this point in the history
  2. refactor: move useIsRunningOnClient

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f6b2566 View commit details
    Browse the repository at this point in the history
  3. feat: scroll lock

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5577283 View commit details
    Browse the repository at this point in the history
  4. feat: focus trap

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6deae65 View commit details
    Browse the repository at this point in the history
  5. refactor: move some components around, clean up InnerModal

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e8eac1c View commit details
    Browse the repository at this point in the history
  6. test: add test - and fix focus trap issue

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ab957e6 View commit details
    Browse the repository at this point in the history
  7. chore: whoops, remove package-lock

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ccdd766 View commit details
    Browse the repository at this point in the history
  8. refactor: turn FocusTrap into a hook

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e105d62 View commit details
    Browse the repository at this point in the history
  9. test: simplify jest config

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    45b30d2 View commit details
    Browse the repository at this point in the history
  10. feat: add infinitely stacking modals

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cfd9f66 View commit details
    Browse the repository at this point in the history
  11. chore: make long text more spaced

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3ff419f View commit details
    Browse the repository at this point in the history
  12. feat: custom container example

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    bd298c6 View commit details
    Browse the repository at this point in the history
  13. feat: adding modalId to focus trap calculation

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    aa458fb View commit details
    Browse the repository at this point in the history
  14. chore: remove styling from custom container

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    5959227 View commit details
    Browse the repository at this point in the history
  15. refactor: use variable for currently active element

    vi-alt-hidden (aka Vinicius) committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cb04f4a View commit details
    Browse the repository at this point in the history