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:
Till JS 2026-03-30 21:56:19 +02:00
parent b737240ec1
commit 0d6005dbcc
23 changed files with 213 additions and 42 deletions

View file

@ -9,6 +9,7 @@
import { authStore } from '$lib/stores/auth.svelte';
import { useAllMeals, searchMeals } from '$lib/data/queries';
import { parseMealInput, formatParsedMealPreview } from '$lib/utils/meal-parser';
import { getManaApp } from '@manacore/shared-branding';
import { SessionExpiredBanner, AuthGate, GuestWelcomeModal } from '@manacore/shared-auth-ui';
import { shouldShowGuestWelcome } from '@manacore/shared-auth-ui';
import { nutriphiStore } from '$lib/data/local-store';
@ -76,7 +77,14 @@
{/if}
</svelte:head>
<AuthGate {authStore} {goto} allowGuest={true} onReady={handleAuthReady}>
<AuthGate
{authStore}
{goto}
allowGuest={true}
onReady={handleAuthReady}
requiredTier={getManaApp('nutriphi')?.requiredTier}
appName={getManaApp('nutriphi')?.name}
>
{#if $i18nLoading}
<div class="flex min-h-screen items-center justify-center bg-background">
<div