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

slider snaps from edge in RangedFilterState #189

Merged
merged 35 commits into from
Feb 13, 2023
Merged

Commits on Feb 3, 2023

  1. tweak docs and format

    Aleksander Chlebowski committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f4e7681 View commit details
    Browse the repository at this point in the history
  2. disable validation in set_selected method

    Aleksander Chlebowski committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    93e47d4 View commit details
    Browse the repository at this point in the history
  3. prettify initial selection

    Aleksander Chlebowski committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a9a5413 View commit details
    Browse the repository at this point in the history
  4. move finding actual limits section to format method

    Aleksander Chlebowski committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    bb2177f View commit details
    Browse the repository at this point in the history
  5. remove redundant validation

    Aleksander Chlebowski committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    41963e1 View commit details
    Browse the repository at this point in the history
  6. modify ui_inputs display

    Aleksander Chlebowski committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ce72bb3 View commit details
    Browse the repository at this point in the history
  7. add range validation to format method

    Aleksander Chlebowski committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2fa8619 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. remove commented code

    Aleksander Chlebowski committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7479efc View commit details
    Browse the repository at this point in the history
  2. update unit tests

    Aleksander Chlebowski committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    69c6151 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. modify init method of RangeFiltrerState"

    Aleksander Chlebowski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    aaf73c3 View commit details
    Browse the repository at this point in the history
  2. restore set_selected method in parent class

    Aleksander Chlebowski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6fae8a7 View commit details
    Browse the repository at this point in the history
  3. waive selection validation in RangedFilterState

    Aleksander Chlebowski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f4fc325 View commit details
    Browse the repository at this point in the history
  4. modify initial slider setup

    Aleksander Chlebowski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a0da45f View commit details
    Browse the repository at this point in the history
  5. minor code tweaks

    Aleksander Chlebowski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6ea198f View commit details
    Browse the repository at this point in the history
  6. adjust unit tests

    Aleksander Chlebowski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b486897 View commit details
    Browse the repository at this point in the history
  7. rearrange unit tests

    Aleksander Chlebowski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fa107da View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    f96f03a View commit details
    Browse the repository at this point in the history
  2. merge main branch

    Aleksander Chlebowski committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9e6fc27 View commit details
    Browse the repository at this point in the history
  3. clean up

    Aleksander Chlebowski committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    362dca5 View commit details
    Browse the repository at this point in the history
  4. adjust slider to programmatic selection

    Aleksander Chlebowski committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    028fb94 View commit details
    Browse the repository at this point in the history
  5. initiate slider with private() not

    Aleksander Chlebowski committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8a16200 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. add function contain_interval with docs and unit tests

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c7d30d7 View commit details
    Browse the repository at this point in the history
  2. use contain_interval for adjusting selection

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9493e91 View commit details
    Browse the repository at this point in the history
  3. modify conditions in observers in RangeFilterState

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7c615b9 View commit details
    Browse the repository at this point in the history
  4. adjust unit tests for filter api

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5bccb2b View commit details
    Browse the repository at this point in the history
  5. amend documentation

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    878a98b View commit details
    Browse the repository at this point in the history
  6. amend NEWS

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    848fdc2 View commit details
    Browse the repository at this point in the history
  7. remove leftover assertion

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    470f0b6 View commit details
    Browse the repository at this point in the history
  8. round slider properties in RangeFilterState

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    27910b1 View commit details
    Browse the repository at this point in the history
  9. Merge 27910b1 into 4abdf2b

    chlebowa committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c6621eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efec0de View commit details
    Browse the repository at this point in the history
  11. linter

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    168fe4e View commit details
    Browse the repository at this point in the history
  12. spelling

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e71af10 View commit details
    Browse the repository at this point in the history
  13. patch check

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    fc8ae9f View commit details
    Browse the repository at this point in the history
  14. improve docs of internals

    Aleksander Chlebowski committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    02ac57a View commit details
    Browse the repository at this point in the history