mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-19 11:53:24 +02:00
feat: Implement back button and selectable registrars
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { type Readable, writable, type Writable } from 'svelte/store';
|
||||
import Container from '../../../Container.svelte';
|
||||
import { useNavigate } from 'svelte-navigator';
|
||||
import type { Selectable } from '../../selectable';
|
||||
import { type Selectable, sidebarSelectable } from '../../selectable';
|
||||
|
||||
const navigate = useNavigate();
|
||||
let selectedIndex = 0;
|
||||
@@ -47,7 +47,8 @@
|
||||
)}
|
||||
bind:hasFocusWithin={isNavBarOpen}
|
||||
bind:focusIndex
|
||||
bind:container={selectable}
|
||||
bind:selectable
|
||||
registrar={sidebarSelectable.registrar}
|
||||
>
|
||||
<!-- Background -->
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user