mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +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
|
|
@ -17,7 +17,7 @@
|
|||
import { THEME_DEFINITIONS } from '@manacore/shared-theme';
|
||||
import { isNavCollapsed as collapsedStore } from '$lib/stores/navigation';
|
||||
import { getLanguageDropdownItems, getCurrentLanguageLabel } from '@manacore/shared-i18n';
|
||||
import { getPillAppItems } from '@manacore/shared-branding';
|
||||
import { getPillAppItems, getManaApp } from '@manacore/shared-branding';
|
||||
import { setLocale, supportedLocales } from '$lib/i18n';
|
||||
import { decksStore } from '$lib/stores/decks.svelte';
|
||||
import { useAllDecks } from '$lib/data/queries';
|
||||
|
|
@ -200,7 +200,14 @@
|
|||
{@render children()}
|
||||
</main>
|
||||
{:else}
|
||||
<AuthGate authStore={auth} {goto} allowGuest={true} onReady={handleAuthReady}>
|
||||
<AuthGate
|
||||
authStore={auth}
|
||||
{goto}
|
||||
allowGuest={true}
|
||||
onReady={handleAuthReady}
|
||||
requiredTier={getManaApp('presi')?.requiredTier}
|
||||
appName={getManaApp('presi')?.name}
|
||||
>
|
||||
<!-- Navigation Layout -->
|
||||
<div class="layout-container">
|
||||
<!-- Floating Pill Navigation -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue