f/sidebar: fix link to settings page with the general tab temporarily removed

This commit is contained in:
Tyler Wilding 2023-03-11 13:49:20 -05:00
parent 19bb63ce70
commit 0bf6dd3e65
No known key found for this signature in database
GPG key ID: 77CB07796494137E
2 changed files with 8 additions and 2 deletions

View file

@ -24,7 +24,11 @@ npm install -g yarn
### Linux (Ubuntu 22.04)
```bash
TODO
sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev # tauri deps, see - https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # installs Node Version Manager (ubuntus package is woefully out of date)
source ~/.bashrc
nvm install lts/hydrogen # installs latest nodejs 18.X
npm install -g yarn
```
### Building and Running
@ -45,6 +49,8 @@ TODO
- https://tauri.app/v1/guides/features/
- https://tauri.app/v1/api/js/
- https://svelte.dev/docs
- https://tailwindcss.com/
- https://flowbite-svelte.com/
## Why Tauri?

View file

@ -67,7 +67,7 @@
<li class="fixed bottom-24 left-6">
<a
class={getNavItemStyle("settings", $location.pathname)}
href="/settings/general"
href="/settings/folders"
use:link
>
<Icon icon="material-symbols:settings" width={36} height={36} />