update next, try fix next nav issue, minor improvements

# Conflicts:
#	apps/dashboard/src/middleware.ts
#	packages/db/src/services/organization.service.ts
#	pnpm-lock.yaml
This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-16 22:19:18 +02:00
committed by Carl-Gerhard Lindesvärd
parent 04375807d0
commit 4b50fed1dc
12 changed files with 104 additions and 307 deletions

View File

@@ -113,7 +113,7 @@ export function EventListItem(props: EventListItemProps) {
<Tooltiper asChild content={createdAt.toLocaleString()}>
<div className="text-sm text-muted-foreground">
{createdAt.toLocaleTimeString()}
{createdAt.toLocaleString()}
</div>
</Tooltiper>
</div>

View File

@@ -2,13 +2,9 @@ import { FullPageEmptyState } from '@/components/full-page-empty-state';
import FullWidthNavbar from '@/components/full-width-navbar';
import { ProjectCard } from '@/components/projects/project-card';
import SignOutButton from '@/components/sign-out-button';
import { notFound, redirect } from 'next/navigation';
import { redirect } from 'next/navigation';
import {
getCurrentOrganizations,
getCurrentProjects,
getOrganizationBySlug,
} from '@openpanel/db';
import { getCurrentOrganizations, getCurrentProjects } from '@openpanel/db';
interface PageProps {
params: {