Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove Registries page #492

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions packages/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Dashboard from '/@/pages/Dashboard.svelte';
import Recipes from '/@/pages/Recipes.svelte';
import Applications from './pages/Applications.svelte';
import Preferences from '/@/pages/Preferences.svelte';
import Registries from '/@/pages/Registries.svelte';
import Models from '/@/pages/Models.svelte';
import Recipe from '/@/pages/Recipe.svelte';
import Model from './pages/Model.svelte';
Expand Down Expand Up @@ -47,11 +46,6 @@ onMount(() => {
<Applications />
</Route>

<!-- Registries -->
<Route path="/registries" breadcrumb="Registries">
<Registries />
</Route>

<!-- Preferences -->
<Route path="/preferences" breadcrumb="Preferences">
<Preferences />
Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/src/lib/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export let meta: TinroRouteMeta;

<SettingsNavItem title="Models" href="/models" bind:meta="{meta}" />

<SettingsNavItem title="Registries" href="/registries" bind:meta="{meta}" />

<SettingsNavItem title="Preferences" href="/preferences" bind:meta="{meta}" />
</div>
</nav>
4 changes: 0 additions & 4 deletions packages/frontend/src/pages/Registries.svelte

This file was deleted.