feat(dashboard): Classic Split — remove notification widget, restructure into 2-col layout #172
@@ -56,7 +56,7 @@ function formatDate(dateStr: string): string {
|
|||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
{#if stats?.totalDocuments != null}
|
{#if stats?.totalDocuments != null}
|
||||||
<p data-testid="dashboard-stats-footnote" class="mt-4 font-sans text-xs text-ink-3">
|
<p data-testid="dashboard-stats-footnote" class="mt-4 font-sans text-sm text-ink-3">
|
||||||
{stats.totalDocuments}
|
{stats.totalDocuments}
|
||||||
{m.dashboard_stats_documents()} · {stats.totalPersons}
|
{m.dashboard_stats_documents()} · {stats.totalPersons}
|
||||||
{m.dashboard_stats_persons()}
|
{m.dashboard_stats_persons()}
|
||||||
|
|||||||
Reference in New Issue
Block a user