Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import { getSupabaseServerClient } from '@kit/supabase/server-client';
|
||||
import { createMeetingsApi } from '@kit/sitzungsprotokolle/api';
|
||||
import { MeetingsTabNavigation, OpenTasksView } from '@kit/sitzungsprotokolle/components';
|
||||
import {
|
||||
MeetingsTabNavigation,
|
||||
OpenTasksView,
|
||||
} from '@kit/sitzungsprotokolle/components';
|
||||
import { getSupabaseServerClient } from '@kit/supabase/server-client';
|
||||
|
||||
import { CmsPageShell } from '~/components/cms-page-shell';
|
||||
import { AccountNotFound } from '~/components/account-not-found';
|
||||
import { CmsPageShell } from '~/components/cms-page-shell';
|
||||
|
||||
interface PageProps {
|
||||
params: Promise<{ account: string }>;
|
||||
@@ -36,7 +39,8 @@ export default async function TasksPage({ params, searchParams }: PageProps) {
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold">Offene Aufgaben</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Alle offenen und in Bearbeitung befindlichen Tagesordnungspunkte über alle Protokolle.
|
||||
Alle offenen und in Bearbeitung befindlichen Tagesordnungspunkte
|
||||
über alle Protokolle.
|
||||
</p>
|
||||
</div>
|
||||
<OpenTasksView
|
||||
|
||||
Reference in New Issue
Block a user