mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Reworked settings screens.
This commit is contained in:
parent
c1d301ffdc
commit
0a16ab38e4
58 changed files with 362 additions and 365 deletions
|
|
@ -4,7 +4,7 @@ import Link from 'next/link';
|
|||
import Script from 'next/script';
|
||||
import { WebsiteSelect } from '@/components/input/WebsiteSelect';
|
||||
import { Page } from '@/components/common/Page';
|
||||
import { PageHeader } from '@/components/common/PageHeader';
|
||||
import { SectionHeader } from '@/components/common/SectionHeader';
|
||||
import { EventsChart } from '@/components/metrics/EventsChart';
|
||||
import { WebsiteChart } from '../websites/[websiteId]/WebsiteChart';
|
||||
import { useApi, useNavigation } from '@/components/hooks';
|
||||
|
|
@ -118,9 +118,9 @@ export function TestConsole({ websiteId }: { websiteId: string }) {
|
|||
|
||||
return (
|
||||
<Page isLoading={isLoading} error={error}>
|
||||
<PageHeader title="Test console">
|
||||
<SectionHeader title="Test console">
|
||||
<WebsiteSelect websiteId={website?.id} onSelect={handleChange} />
|
||||
</PageHeader>
|
||||
</SectionHeader>
|
||||
{website && (
|
||||
<div className={styles.container}>
|
||||
<Script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue