9b2925e1e0
* refactor: Settings keys as constant object keys * chore: Run `npm audit fix` * refactor: Settings Sections UI * feat: Refactor Settings structure and implement import/export logic * feat: Introduce ROUTES constant and RouterService * refactor: Consolidate settings definitions into registry * refactor: Update settings page routing structure * chore: Migrate hardcoded URLs to use ROUTES and RouterService * feat: Enhance model selection logic for settings and chat * chore: Update webui static build * refactor: Address PR review comments * fix: Remove unneeded setting * fix: Re-add missing settings * fix: Add missing `/slots` proxy for webui dev mode * chore: Dev-mode logs * fix: Data binding * fix: Steering for non-agentic flow
6 lines
163 B
Svelte
6 lines
163 B
Svelte
<script lang="ts">
|
|
import { SettingsMcpServers } from '$lib/components/app/settings';
|
|
</script>
|
|
|
|
<SettingsMcpServers class="mx-auto w-full p-4 md:p-8 md:py-8" />
|