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

refactor(VSlideGroup): replace css transform with native scroll #17286

Merged
merged 17 commits into from
Apr 23, 2024

Commits on May 3, 2023

  1. refactor(VSlideGroup): replacement of css transform with native scroll

    Replacement of css transform which repeats native scroll functionality but makes it impossible to use the touchpad.
    
    - RTL support implemented
    - Vertical direction implemented
    - Scroll animation implemented
    men232 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3c4b28d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6cc5b1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    529f023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad7e6fd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    70f88ec View commit details
    Browse the repository at this point in the history
  2. fix(VSlideGroup) shouldn't take into account border offset while scro…

    …ll position computation
    men232 committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e2f1ce0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

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

Commits on Aug 29, 2023

  1. chore: changes from review

    johnleider committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3a1da13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee078b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

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

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    5705cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba8eed View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    ee0bcf3 View commit details
    Browse the repository at this point in the history
  2. remove log

    KaelWD committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    75f4d92 View commit details
    Browse the repository at this point in the history
  3. formatting

    KaelWD committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3c00e24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    598689a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix tests

    KaelWD committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fd38a7d View commit details
    Browse the repository at this point in the history