You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: add new show lost categories beside series and anime (#8308)
* Start with adding tabs / show lists
* Add new component sorted-select-list.vue
* use component to add/remove and sort the show list categories.
* Adjust the filter in home.vue
* Add db migrations
* Catch issue, where user removes a show lists, which still has shows configured with it.
* upmerge
* Vueify config-anime.vue
* Introduce new app config 'AUTO_ANIME_TO_LIST', which will automatically add the show to the 'anime' showlist, when checked as anime.
* Remove app.ANIMESUPPORT, as it's not used anywhere.
* Move split home in tabs config item to config-general.vue (interface)
* * Remove ANIMESUPPORT. is not used.
* Generalized the disabling of "save" button, during netcall.
Was not propertly implemented for config-*.vue pages.
* Added AUTO_ANIME_TO_LIST variable.
* Removed update_anime_support() function (not used anymore)
* Removed is_anime_in_show_list() function (not used anymore)
* Connect adding 'anime' list to the anime show config anime flag.
Only when option "Connect anime to anime list" is enabled.
* Update CHANGELOG.md
* Reverted css
Fixed snapshots
Fixed lint
* Fixed flake
* Fixed config-anime.vue import.
* build vendors
* bundle runtime
* Remove mako
0 commit comments