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

New filtered dropdown and run filters #1089

Merged
merged 75 commits into from
May 7, 2024
Merged

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    ae93d97 View commit details
    Browse the repository at this point in the history
  2. WIP on Combobox

    matt-aitken committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f0a9b2e View commit details
    Browse the repository at this point in the history
  3. Revert "WIP on Combobox"

    This reverts commit f0a9b2e.
    matt-aitken committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    afc2050 View commit details
    Browse the repository at this point in the history
  4. Added ariakit

    matt-aitken committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2954fea View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Listbox WIP

    matt-aitken committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9f4fb0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7de6e View commit details
    Browse the repository at this point in the history
  3. More WIP on the list box

    matt-aitken committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    979d6d5 View commit details
    Browse the repository at this point in the history
  4. More work on the Listbox

    matt-aitken committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cf217b8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. WIP on filterable Listbox using headless… but it’s going to be a nigh…

    …tmare to make it good. Wrong approach
    matt-aitken committed May 1, 2024
    Configuration menu
    Copy the full SHA
    17c4a7a View commit details
    Browse the repository at this point in the history
  2. WIP using Ariakit

    matt-aitken committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4a991a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bce012c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49fea37 View commit details
    Browse the repository at this point in the history
  5. Nicer API for listbox

    matt-aitken committed May 1, 2024
    Configuration menu
    Copy the full SHA
    161243e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    847244f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0c1655 View commit details
    Browse the repository at this point in the history
  8. The empty state

    matt-aitken committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1ae060c View commit details
    Browse the repository at this point in the history
  9. Removed focus outline

    matt-aitken committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f9933d4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    a85385b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a2bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a338950 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62050e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39125bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a7cf08 View commit details
    Browse the repository at this point in the history
  7. Only how heading if true

    matt-aitken committed May 2, 2024
    Configuration menu
    Copy the full SHA
    68f8356 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63a1580 View commit details
    Browse the repository at this point in the history
  9. useShortcutKeys fixes

    - Can be passed an undefined definition (so we render the same number of hooks always).
    - Fix for enabledOnInputElements not being used…
    matt-aitken committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a123433 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    567f10c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c7da19 View commit details
    Browse the repository at this point in the history
  12. More improvements

    matt-aitken committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3ab7140 View commit details
    Browse the repository at this point in the history
  13. WIP on a Link row

    matt-aitken committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1bc28b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8524bdf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae3ce40 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    538842e View commit details
    Browse the repository at this point in the history
  2. Heading separated out

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a1ec69b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf7dff View commit details
    Browse the repository at this point in the history
  4. Removed unused element

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5defb50 View commit details
    Browse the repository at this point in the history
  5. Reordered statuses

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a70d152 View commit details
    Browse the repository at this point in the history
  6. Added search context

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6e4e102 View commit details
    Browse the repository at this point in the history
  7. Fixes for default values

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ab76dcd View commit details
    Browse the repository at this point in the history
  8. Removed tab elements

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f367d71 View commit details
    Browse the repository at this point in the history
  9. Combo box

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2b6c76a View commit details
    Browse the repository at this point in the history
  10. Simplified it more

    matt-aitken committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a8f7516 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2041b2b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9bf577 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d09fe3d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1eb0460 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    65a18d0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    214475b View commit details
    Browse the repository at this point in the history
  2. Added other variants

    matt-aitken committed May 4, 2024
    Configuration menu
    Copy the full SHA
    98c544a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6007d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2208168 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4657d0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Feedback new Select

    matt-aitken committed May 5, 2024
    Configuration menu
    Copy the full SHA
    85ec09b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d9eac View commit details
    Browse the repository at this point in the history
  3. New project page

    matt-aitken committed May 5, 2024
    Configuration menu
    Copy the full SHA
    e224f32 View commit details
    Browse the repository at this point in the history
  4. Renamed storybook pages

    matt-aitken committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ce6d752 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d98988 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Added new tasks filters

    matt-aitken committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5e7d659 View commit details
    Browse the repository at this point in the history
  2. Show the applied filters

    matt-aitken committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a7d9e8d View commit details
    Browse the repository at this point in the history
  3. Added period filtering

    matt-aitken committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b4e4449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a00cb5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49f87a2 View commit details
    Browse the repository at this point in the history
  6. Removed unused code

    matt-aitken committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fd0d6b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b50bde View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    d5effd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eed330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b2f72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c4bf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed74688 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bb8388 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2f2b99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55ab0ef View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/main' into multi-filterable-comb…

    …oboxes
    
    # Conflicts:
    #	pnpm-lock.yaml
    matt-aitken committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4faa4a7 View commit details
    Browse the repository at this point in the history
  10. Latest lockfile

    matt-aitken committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e637882 View commit details
    Browse the repository at this point in the history