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

2907 range slider component #2938

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    803b21c View commit details
    Browse the repository at this point in the history
  2. Add fieldset tags to slider

    maiyerlee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2377b24 View commit details
    Browse the repository at this point in the history
  3. Fix key warnings

    maiyerlee committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    54e82c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d7d7c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    590c995 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    974ce75 View commit details
    Browse the repository at this point in the history
  2. deps: adds react-slider and styled-components

    consider removing styled-components in favor of css modules
    fpigeonjr committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4f50a34 View commit details
    Browse the repository at this point in the history
  3. style: adds UX fixes

    fpigeonjr committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    16a8a43 View commit details
    Browse the repository at this point in the history
  4. refactor: better var names

    fpigeonjr committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    425b34a View commit details
    Browse the repository at this point in the history
  5. filtering is kinda working

    fpigeonjr committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8e54797 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e03fd5 View commit details
    Browse the repository at this point in the history
  7. chore: updates deps

    fpigeonjr committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b0a4c15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52e27e4 View commit details
    Browse the repository at this point in the history
  9. chore: updates deps

    fpigeonjr committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    162e953 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. wip (#2944)

    * raises fiscal year filter to parent
    - adds state for Thumbs
    fpigeonjr authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e1a7a0a View commit details
    Browse the repository at this point in the history
  2. wip: fix range text and FY values (#2946)

    * Fix: don't show range text with no cans
    
    * Fix: use non-changing filtered cans when calculating FY min, max
    
    * feat: no cans no filter
    
    ---------
    
    Co-authored-by: Frank Pigeon Jr <[email protected]>
    maiyerlee and fpigeonjr authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bbff0d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1b856d View commit details
    Browse the repository at this point in the history
  4. refactor: better state

    moved to useEffect since min and maxBudget need to be calculated and are undefined until then
    fpigeonjr committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7a2a802 View commit details
    Browse the repository at this point in the history
  5. docs: adds JSDocs

    fpigeonjr committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    69e215d View commit details
    Browse the repository at this point in the history
  6. fix: fixes reset

    fpigeonjr committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    01c571e View commit details
    Browse the repository at this point in the history
  7. refactor: adds helper fns

    - reduces duplication
    fpigeonjr committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8ae6575 View commit details
    Browse the repository at this point in the history
  8. chore: cleanup

    fpigeonjr committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6d0c622 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08d5fd3 View commit details
    Browse the repository at this point in the history
  10. chore: adds deps

    fpigeonjr committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e38554a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. test: builds

    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    10c9221 View commit details
    Browse the repository at this point in the history
  2. wip: bring back the linting

    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    301ff78 View commit details
    Browse the repository at this point in the history
  3. chore: install deps

    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    41a679a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    421239a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d54126 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e81076 View commit details
    Browse the repository at this point in the history
  7. feat: adds pills

    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    760f932 View commit details
    Browse the repository at this point in the history
  8. chore: cleanup

    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6696e09 View commit details
    Browse the repository at this point in the history
  9. refactor: remove unneeded state

    - combines useEffect for budget changes
    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cc232c2 View commit details
    Browse the repository at this point in the history
  10. refactor: resets budget state

    - rather than setting to initial state
    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    dd60727 View commit details
    Browse the repository at this point in the history
  11. chore: cleanup

    fpigeonjr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ecc556c View commit details
    Browse the repository at this point in the history