feat: Add to sonarr dialog, reworked requests

This commit is contained in:
Aleksi Lassila
2024-05-20 00:27:55 +03:00
parent a95d91f90c
commit 2d652ae9ba
34 changed files with 1113 additions and 497 deletions

View File

@@ -34,10 +34,9 @@
});
const selectIndex = (index: number) => () => {
if (index === activeIndex) {
if (get(selectable.hasFocusWithin)) Selectable.giveFocus('right');
return;
}
// if (index === activeIndex) {
// if (get(selectable.hasFocusWithin)) Selectable.giveFocus('right');
// }
selectable.focusChild(index);
const path =
{