-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert Quality Chooser to SFC (#6737)
* Fixes for `quality-chooser` - Fix preset selector changing to a preset if the custom-selected qualities sum up to that preset. - Fix empty custom view when previous preset was `keep`. - Fix recalculating backlogged episodes after archiving. - Fix backlogged episodes text always showing in red. - Catch errors in async backlogged episodes computed prop. - Use reduce instead of `filter`+`map` (more efficient) - Remove unneeded map to integers on allowed/preferred watches (reason - `.number` modifer was missing on the `v-model`s) * Rename to SFC and register, comment out Python code * Move "initial quality" code to `main.mako` * Simple linting * Update backlog link * Replace with getters and import `api` * Add component to AddShowOptions * Add basic QualityChooser tests * Fix bugs - Clear the preferred selection when deselecting all allowed qualities - If changing to **OR from** `keep`, restore the original value * Get the default show quality from the store * Replace `seriesSlug` with `showSlug` prop * Fix show qualities key in API description * Simplify `manage_massEdit` * Sort out the template and inline styles * Update CHANGELOG.md * [Bundle]
- Loading branch information
Showing
28 changed files
with
1,106 additions
and
829 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.