DerYeger / yeger

Monorepo for @yeger/ NPM packages
MIT License
306 stars 23 forks source link

feat(turbo-graph-ui): support multiple filters #321

Closed foufee closed 3 weeks ago

foufee commented 3 weeks ago

Description

Enables the use of a comma separated list for filtering

Type of change

Checklist:

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.77%. Comparing base (5c06c9c) to head (e700760). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #321 +/- ## ======================================= Coverage 82.77% 82.77% ======================================= Files 47 47 Lines 3339 3339 Branches 564 564 ======================================= Hits 2764 2764 Misses 575 575 ``` | [Flag](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | Coverage Δ | | |---|---|---| | [d3-graph-controller](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [debounce](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [fol](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [resumon](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [vecti](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [vite-plugin-ssg-utils](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [vue-marmoset-viewer](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [vue-masonry-wall](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [vue-persistent-storage-manager](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | | [vue2-masonry-wall](https://app.codecov.io/gh/DerYeger/yeger/pull/321/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller) | `82.77% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+M%C3%BCller#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DerYeger commented 3 weeks ago

Thank you for the contribution! I've just added a changeset for the automated release and will merge soon.