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

[Dialog] Create new component and hook #372

Merged
merged 107 commits into from
Jun 17, 2024
Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    577dcfc View commit details
    Browse the repository at this point in the history
  2. Experiment

    michaldudak committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    774d060 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Directory structure

    michaldudak committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d58c3ff View commit details
    Browse the repository at this point in the history
  2. Uncontrolled open/close

    michaldudak committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b91aef2 View commit details
    Browse the repository at this point in the history
  3. Wire up aria attributes

    michaldudak committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e8d09d3 View commit details
    Browse the repository at this point in the history
  4. Lint + proptypes

    michaldudak committed May 1, 2024
    Configuration menu
    Copy the full SHA
    369c620 View commit details
    Browse the repository at this point in the history
  5. closeOnClickOutside

    michaldudak committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f9b3ab8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Use ClickAwayListener

    michaldudak committed May 3, 2024
    Configuration menu
    Copy the full SHA
    09fc8c4 View commit details
    Browse the repository at this point in the history
  2. Trying out FocusTrap

    michaldudak committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cfdf07c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a58db0 View commit details
    Browse the repository at this point in the history
  4. useDialogRoot

    michaldudak committed May 3, 2024
    Configuration menu
    Copy the full SHA
    975edb8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Popup hook

    michaldudak committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b5cfa50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a315473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91bac5b View commit details
    Browse the repository at this point in the history
  4. More hooks

    michaldudak committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1621d04 View commit details
    Browse the repository at this point in the history
  5. Backdrop types

    michaldudak committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2af67f4 View commit details
    Browse the repository at this point in the history
  6. Proptypes

    michaldudak committed May 6, 2024
    Configuration menu
    Copy the full SHA
    96174bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7d248d View commit details
    Browse the repository at this point in the history
  8. Exports and API docs

    michaldudak committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f937183 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Conformance tests

    michaldudak committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cc88b1a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Tests

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3315a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab473ce View commit details
    Browse the repository at this point in the history
  3. More tests

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    985fd41 View commit details
    Browse the repository at this point in the history
  4. Revert popup

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    98ecc8f View commit details
    Browse the repository at this point in the history
  5. Tests

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e30f281 View commit details
    Browse the repository at this point in the history
  6. Restore the experiment

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2479109 View commit details
    Browse the repository at this point in the history
  7. Simplify

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5406250 View commit details
    Browse the repository at this point in the history
  8. docs:i18n

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9c6e81a View commit details
    Browse the repository at this point in the history
  9. Playing with transitions

    michaldudak committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4983100 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Using the animation prop

    michaldudak committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b8b7985 View commit details
    Browse the repository at this point in the history
  2. useTransitionStatus

    michaldudak committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1e9eb84 View commit details
    Browse the repository at this point in the history
  3. Fix demos

    michaldudak committed May 9, 2024
    Configuration menu
    Copy the full SHA
    78b963c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Docs

    michaldudak committed May 10, 2024
    Configuration menu
    Copy the full SHA
    82be3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d8764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1433b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4906b5 View commit details
    Browse the repository at this point in the history
  5. useDialogBackdrop hook

    michaldudak committed May 10, 2024
    Configuration menu
    Copy the full SHA
    de14c09 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    michaldudak committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5e849dc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. JSDocs

    michaldudak committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e0e2b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425e8a5 View commit details
    Browse the repository at this point in the history
  3. Animations with a glitch

    michaldudak committed May 13, 2024
    Configuration menu
    Copy the full SHA
    123397b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbe6bcc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Animations demo

    michaldudak committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b7adc71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c16a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    052d402 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    michaldudak committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a1a509e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. Support nested dialogs

    michaldudak committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2b883e9 View commit details
    Browse the repository at this point in the history
  2. Try out @starting-style

    michaldudak committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c17ba54 View commit details
    Browse the repository at this point in the history
  3. Fix API docs gen

    michaldudak committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b5b23e4 View commit details
    Browse the repository at this point in the history
  4. Fixing the build

    michaldudak committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7bb60e4 View commit details
    Browse the repository at this point in the history
  5. Nested children info

    michaldudak committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fbb2a23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb6575a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    cefdfc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebc2e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f88adf View commit details
    Browse the repository at this point in the history
  4. JSDocs

    michaldudak committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c804959 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37a9830 View commit details
    Browse the repository at this point in the history
  6. Nested dialog docs

    michaldudak committed May 22, 2024
    Configuration menu
    Copy the full SHA
    906ca99 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    4ef48dd View commit details
    Browse the repository at this point in the history
  2. Introduction demo

    michaldudak committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7ccf6fd View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    76cce38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941182f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    848c22f View commit details
    Browse the repository at this point in the history
  2. Fixes

    michaldudak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    87870e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22850e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4da94f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3156e7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ba9468 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61d2696 View commit details
    Browse the repository at this point in the history
  8. Fix the build

    michaldudak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8c9c23c View commit details
    Browse the repository at this point in the history
  9. Animation docs

    michaldudak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    592ac01 View commit details
    Browse the repository at this point in the history
  10. Prettier

    michaldudak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ab72fda View commit details
    Browse the repository at this point in the history
  11. Fix the CI

    michaldudak committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d5ff23c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    f2cdfd7 View commit details
    Browse the repository at this point in the history
  2. Lock scroll

    michaldudak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7c153c1 View commit details
    Browse the repository at this point in the history
  3. James' feedback

    michaldudak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f689774 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary files

    michaldudak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    43acf9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c4b3c4 View commit details
    Browse the repository at this point in the history
  6. Revert Popup changes

    michaldudak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7149a7d View commit details
    Browse the repository at this point in the history
  7. useScrollLock docs

    michaldudak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    64fbdeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0978384 View commit details
    Browse the repository at this point in the history
  9. Update the intro demo

    michaldudak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f9a4622 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    02fb4f1 View commit details
    Browse the repository at this point in the history
  2. Add AlertDialog component

    michaldudak committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3bb7912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dcf980 View commit details
    Browse the repository at this point in the history
  4. Alert Dialog docs

    michaldudak committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dd7cc9b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    9372780 View commit details
    Browse the repository at this point in the history
  2. Update docs

    michaldudak committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b34abca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad929f View commit details
    Browse the repository at this point in the history
  4. Prettier

    michaldudak committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1a70349 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    79dfff0 View commit details
    Browse the repository at this point in the history
  2. docs:api

    michaldudak committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ddc96ea View commit details
    Browse the repository at this point in the history
  3. Use the correct context

    michaldudak committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f4e08de View commit details
    Browse the repository at this point in the history
  4. Fix soft close

    michaldudak committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    266a449 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d34358a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5dbeb2 View commit details
    Browse the repository at this point in the history
  7. Slow down the tests

    michaldudak committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    97794d6 View commit details
    Browse the repository at this point in the history
  8. Set closeOnFocus=false

    michaldudak committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6c9f081 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a0eb8e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    d2d7c4b View commit details
    Browse the repository at this point in the history
  2. Test the animated prop

    michaldudak committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    faeaed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064d6a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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