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

[joy-ui][Drawer] Add Drawer component #38169

Merged
merged 59 commits into from
Sep 8, 2023

Commits on Jul 26, 2023

  1. [joy] Add Drawer component

    mnajdova committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ef80412 View commit details
    Browse the repository at this point in the history
  2. remove unused types

    mnajdova committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e65a5ed View commit details
    Browse the repository at this point in the history
  3. lint issues

    mnajdova committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ca0e781 View commit details
    Browse the repository at this point in the history
  4. type issue

    mnajdova committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    10dbfb4 View commit details
    Browse the repository at this point in the history
  5. more fixes

    mnajdova committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8d9e244 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    2999d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce3781f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfc709f View commit details
    Browse the repository at this point in the history
  4. fixes

    mnajdova committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d849af5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    16a3376 View commit details
    Browse the repository at this point in the history
  2. resolving merge changes

    mnajdova committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    76fb874 View commit details
    Browse the repository at this point in the history
  3. fixes with imports/exports

    mnajdova committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4cd1c0a View commit details
    Browse the repository at this point in the history
  4. wip

    mnajdova committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    344b06b View commit details
    Browse the repository at this point in the history
  5. wip

    mnajdova committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    90e186c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

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

Commits on Aug 21, 2023

  1. permanent drawer

    mnajdova committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dc14a16 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    c24f506 View commit details
    Browse the repository at this point in the history
  2. more fixes

    mnajdova committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    65d6a4a View commit details
    Browse the repository at this point in the history
  3. more improvements

    mnajdova committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    07fb66c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    fb72edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1ba116 View commit details
    Browse the repository at this point in the history
  3. CI fixes

    mnajdova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e97d6d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44a0968 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8ebda9 View commit details
    Browse the repository at this point in the history
  6. add missing proptypes

    mnajdova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    32b47d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Improve demos

    mnajdova committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    43ea805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4fca6d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    9e5ee83 View commit details
    Browse the repository at this point in the history
  2. Jun's review

    mnajdova committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bb96ac7 View commit details
    Browse the repository at this point in the history
  3. ci fixes

    mnajdova committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c7e3bd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    1501ea5 View commit details
    Browse the repository at this point in the history
  2. update the transition

    mnajdova committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3c901ba View commit details
    Browse the repository at this point in the history
  3. simplify demos

    mnajdova committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    98a2f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    5c1eebc View commit details
    Browse the repository at this point in the history
  2. simplify drawer styles

    siriwatknp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8768e6c View commit details
    Browse the repository at this point in the history
  3. add transition example

    siriwatknp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    176e19d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd81608 View commit details
    Browse the repository at this point in the history
  5. add scrollable demo

    siriwatknp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1c8075e View commit details
    Browse the repository at this point in the history
  6. add DrawerMobileNavigation

    siriwatknp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2dcc153 View commit details
    Browse the repository at this point in the history
  7. add change filters example

    siriwatknp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6b639ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2bda1a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge branch 'master' into joy/drawer-component

    Signed-off-by: Marija Najdova <mnajdova@gmail.com>
    mnajdova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0870756 View commit details
    Browse the repository at this point in the history
  2. CI fixes

    mnajdova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c0632db View commit details
    Browse the repository at this point in the history
  3. docs:api

    mnajdova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7fef056 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    9236d62 View commit details
    Browse the repository at this point in the history
  2. Visual tweaks to demos

    zanivan committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d5866ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1923983 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fix demo layout

    zanivan committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    08c40f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. simplify basic demo

    mnajdova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7c06507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63dcd8d View commit details
    Browse the repository at this point in the history
  3. invertedColors fix

    mnajdova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5ab6781 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    ad2cd8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b5a5a View commit details
    Browse the repository at this point in the history
  3. Small design tweaks

    zanivan committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    120eaf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    fbb2d6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a9d59 View commit details
    Browse the repository at this point in the history
  3. and and update demos

    siriwatknp committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0732b24 View commit details
    Browse the repository at this point in the history
  4. remove the minus

    siriwatknp committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    84208ea View commit details
    Browse the repository at this point in the history