Fix toast pointer-events, add show-all-series button, fix UI tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -529,9 +529,15 @@ class AniWorldApp {
|
||||
this.toggleMissingOnlyFilter();
|
||||
});
|
||||
|
||||
document.getElementById('sort-alphabetical').addEventListener('click', () => {
|
||||
this.toggleAlphabeticalSort();
|
||||
});
|
||||
document.getElementById('show-all-series').addEventListener('click', () => {
|
||||
if (this.showMissingOnly) {
|
||||
this.toggleMissingOnlyFilter();
|
||||
}
|
||||
});
|
||||
|
||||
document.getElementById('sort-alphabetical').addEventListener('click', () => {
|
||||
this.toggleAlphabeticalSort();
|
||||
});
|
||||
}
|
||||
|
||||
initTheme() {
|
||||
|
||||
Reference in New Issue
Block a user