avallete / yt-playlists-delete-enhancer

Add a button to remove videos watched with more than X percent from watch later playlist.
MIT License
17 stars 3 forks source link

feat: add quick remove to playlist #200

Closed avallete closed 1 year ago

avallete commented 1 year ago

Description

Implement the "quick delete" button in playlist list row. Didn't and won't implement the "add to playlist" option since it's really out of the scope of this "remove enhancer" script.

Related Issue

196

Screenshot 2022-11-27 at 17 00 52

codecov-commenter commented 1 year ago

Codecov Report

Merging #200 (585af4c) into master (8d76158) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/avallete/yt-playlists-delete-enhancer/pull/200/graphs/tree.svg?width=650&height=150&src=pr&token=MKKCMIN1VU&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau)](https://codecov.io/gh/avallete/yt-playlists-delete-enhancer/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau) ```diff @@ Coverage Diff @@ ## master #200 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 8 8 Lines 52 52 Branches 7 7 ========================================= Hits 52 52 ``` | [Impacted Files](https://codecov.io/gh/avallete/yt-playlists-delete-enhancer/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau) | Coverage Δ | | |---|---|---| | [src/selectors.ts](https://codecov.io/gh/avallete/yt-playlists-delete-enhancer/pull/200/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau#diff-c3JjL3NlbGVjdG9ycy50cw==) | `100.00% <ø> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/avallete/yt-playlists-delete-enhancer/pull/200?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/avallete/yt-playlists-delete-enhancer/pull/200?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau). Last update [5a6a315...585af4c](https://codecov.io/gh/avallete/yt-playlists-delete-enhancer/pull/200?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrew+Valleteau).
avallete commented 1 year ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: