- Add Geist font family and refined OKLCH color palette - Redesign all dashboard components with polished styling - Implement URL-synced tabs for performance table (domain, country, source, ad-unit, key-value) - Add mobile hamburger menu using shadcn Sheet component - Make sidebar responsive (hidden on mobile, visible on lg+) - Add custom shadow utilities and improved visual hierarchy - Add sparklines with gradients to metric cards - Redesign peak traffic chart as heatmap grid - Add icons and hover states to frequent filters 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
328 B
TypeScript
6 lines
328 B
TypeScript
export { default as AdUnitTable } from "./ad-unit-table.svelte";
|
|
export { default as CountryTable } from "./country-table.svelte";
|
|
export { default as DomainTable } from "./domain-table.svelte";
|
|
export { default as KeyValueTable } from "./key-value-table.svelte";
|
|
export { default as SourceTable } from "./source-table.svelte";
|