mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 21:16:41 +02:00
fix(inventar): import FeedbackPage from @manacore/feedback, not shared-ui
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b737240ec1
commit
0d6005dbcc
23 changed files with 213 additions and 42 deletions
|
|
@ -23,7 +23,7 @@
|
|||
tagMutations,
|
||||
useAllTags as useAllSharedTags,
|
||||
} from '@manacore/shared-stores';
|
||||
import { getPillAppItems } from '@manacore/shared-branding';
|
||||
import { getPillAppItems, getManaApp } from '@manacore/shared-branding';
|
||||
import { getLanguageDropdownItems, getCurrentLanguageLabel } from '@manacore/shared-i18n';
|
||||
import { setLocale, supportedLocales } from '$lib/i18n';
|
||||
import type { LayoutData } from './$types';
|
||||
|
|
@ -213,7 +213,14 @@
|
|||
|
||||
<svelte:window onkeydown={handleKeydown} />
|
||||
|
||||
<AuthGate {authStore} {goto} allowGuest={true} onReady={handleAuthReady}>
|
||||
<AuthGate
|
||||
{authStore}
|
||||
{goto}
|
||||
allowGuest={true}
|
||||
onReady={handleAuthReady}
|
||||
requiredTier={getManaApp('chat')?.requiredTier}
|
||||
appName={getManaApp('chat')?.name}
|
||||
>
|
||||
<!-- Navigation Layout -->
|
||||
<div class="layout-container">
|
||||
<!-- Floating Pill Navigation -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue