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

[Component] Integrate DS Select + Multiselect #206

Merged
merged 32 commits into from
Feb 1, 2024
Merged

Commits on Nov 16, 2023

  1. feat: [Select] Single

    meissadia committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    44670e6 View commit details
    Browse the repository at this point in the history
  2. feat: [Select] Multi

    meissadia committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3014e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    759a799 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    e189ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733390b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    90f7fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4cea8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. test: Skip Multiselect test until we can figure out how to resolve th…

    …e .svg import issues in vitest
    meissadia committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4b9201a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. deps: Upgrade vitest to 1.2.1

    Upgrade @vitejs/plugin-react to 4.2.1
    Upgrade @vitest/coverage-istanbul to 1.2.1
    meissadia committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e196c2e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix: Update Multiselect tests now that we can rely on the DS to rende…

    …r it's Option elements
    meissadia committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d7828a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb49a26 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix: Config

    - Allow DS to render its own icons
    - Resolve SVG import error
    meissadia committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f8ed66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c82bff View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. fix: Resolve "Unknown file extension .svg

    fix: Explicitly set test.coverage.all = false
    meissadia committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ab2beaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d36f8e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update yarn.lock

    meissadia committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    76031f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. [Select] Code cleanup

    meissadia committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b5b2aba View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

  1. deps: update yarn.lock

    meissadia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7f880ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f105274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    147bca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db2caad View commit details
    Browse the repository at this point in the history
  5. [Select] Add custom Overiew

    meissadia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    45d1d93 View commit details
    Browse the repository at this point in the history
  6. fix: [Selects]

    - Update label from "Default" to "Label"
    - Update option names from 0 indexed to 1 indexed
    - Split options between Multi/Single
    meissadia committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a632a8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9a90c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cdaa74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7522f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    242dfe7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    110f4cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc3f625 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fix: [Selects] Render Multiselect story with a min height to allow ea…

    …sier interaction with the menu
    meissadia committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    640ea2b View commit details
    Browse the repository at this point in the history