Move AppSidebar out of per-route view components into App.svelte so it is never unmounted on navigation. This fixes the sidebar scroll position resetting to the top whenever the user opens a repository or navigates between Issues, Patches and the repo home view.
Also removes the redundant invoke
Move AppSidebar out of per-route view components into App.svelte so it is never unmounted on navigation. This fixes the sidebar scroll position resetting to the top whenever the user opens a repository or navigates between Issues, Patches and the repo home view.
Also removes the redundant invoke
Rebase
Fix lints