center-for-threat-informed-defense / attack-powered-suit

ATT&CK Powered Suit is a browser extension that puts the complete MITRE ATT&CK® knowledge base at your fingertips with text search, context menus, and ATT&CK Navigator integration.
https://ctid.io/attack-powered-suit
Apache License 2.0
73 stars 12 forks source link

Add select all/none option to search form #34

Closed mehaase closed 1 year ago

mehaase commented 1 year ago

Also, remember selected filters and restore them next time you open powered suit.

Fixes #31

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 80.85% and project coverage change: -0.03 :warning:

Comparison is base (456f9b2) 63.41% compared to head (30911bd) 63.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 19-safari-extension #34 +/- ## ======================================================= - Coverage 63.41% 63.39% -0.03% ======================================================= Files 17 18 +1 Lines 697 713 +16 Branches 100 102 +2 ======================================================= + Hits 442 452 +10 - Misses 255 261 +6 ``` | [Impacted Files](https://codecov.io/gh/center-for-threat-informed-defense/attack-powered-suit/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense) | Coverage Δ | | |---|---|---| | [src/BookmarksPanel.svelte](https://codecov.io/gh/center-for-threat-informed-defense/attack-powered-suit/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense#diff-c3JjL0Jvb2ttYXJrc1BhbmVsLnN2ZWx0ZQ==) | `55.97% <0.00%> (-0.85%)` | :arrow_down: | | [src/SearchResults.svelte](https://codecov.io/gh/center-for-threat-informed-defense/attack-powered-suit/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense#diff-c3JjL1NlYXJjaFJlc3VsdHMuc3ZlbHRl) | `21.12% <0.00%> (ø)` | | | [src/SearchForm.svelte](https://codecov.io/gh/center-for-threat-informed-defense/attack-powered-suit/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense#diff-c3JjL1NlYXJjaEZvcm0uc3ZlbHRl) | `97.00% <88.46%> (-3.00%)` | :arrow_down: | | [src/filters.js](https://codecov.io/gh/center-for-threat-informed-defense/attack-powered-suit/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense#diff-c3JjL2ZpbHRlcnMuanM=) | `94.11% <92.30%> (ø)` | | | [src/App.svelte](https://codecov.io/gh/center-for-threat-informed-defense/attack-powered-suit/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense#diff-c3JjL0FwcC5zdmVsdGU=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=center-for-threat-informed-defense)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rmasuoka commented 1 year ago

Thanks! Looking forward to the release.