diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c6a6b..7aa1b92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: - uses: actions/checkout@v3 - name: build tauri for Linux run: | + sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config sh <(curl https://tea.xyz) build - uses: aws-actions/configure-aws-credentials@v1 diff --git a/modules/gui/src/components/NavBar/NavBar.svelte b/modules/gui/src/components/NavBar/NavBar.svelte deleted file mode 100644 index f818e45..0000000 --- a/modules/gui/src/components/NavBar/NavBar.svelte +++ /dev/null @@ -1,136 +0,0 @@ - - -
- - diff --git a/modules/gui/src/components/SearchPopupResults/SearchPopupResults.svelte b/modules/gui/src/components/SearchPopupResults/SearchPopupResults.svelte index 2444caa..67458bd 100644 --- a/modules/gui/src/components/SearchPopupResults/SearchPopupResults.svelte +++ b/modules/gui/src/components/SearchPopupResults/SearchPopupResults.svelte @@ -123,8 +123,8 @@ diff --git a/modules/gui/src/libs/stores.ts b/modules/gui/src/libs/stores.ts index af5097f..e29fa29 100644 --- a/modules/gui/src/libs/stores.ts +++ b/modules/gui/src/libs/stores.ts @@ -6,6 +6,7 @@ import type { GUIPackage } from '$libs/types'; import { getPackages, getFeaturedPackages, getPackageReviews, getAllPosts } from '@api'; import initAuthStore from './stores/auth'; +import initNavStore from './stores/nav'; export const backLink = writable