diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..4ed42e6 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,8 @@ +# Claude Code Notes + +## Development Server + +Before starting the dev server, check if it's already running: +- Use `lsof -i :6827` or check for existing background tasks +- The dev server runs on port 6827 (may fall back to 6828 if port is in use) +- Start with `bun run --cwd apps/publisher-dashboard dev` or `devenv up` diff --git a/apps/publisher-dashboard/src/lib/components/dashboard/peak-traffic-chart.svelte b/apps/publisher-dashboard/src/lib/components/dashboard/peak-traffic-chart.svelte index ddd1963..f4d4844 100644 --- a/apps/publisher-dashboard/src/lib/components/dashboard/peak-traffic-chart.svelte +++ b/apps/publisher-dashboard/src/lib/components/dashboard/peak-traffic-chart.svelte @@ -65,19 +65,19 @@ function hourToPercent(hour: number): number { {#each days as _, dayIndex} {@const thisMonth = thisMonthData[dayIndex]} {@const lastMonth = lastMonthData[dayIndex]} -
- +
+
- +
- + @@ -114,11 +114,11 @@ function hourToPercent(hour: number): number {
-
- This month +
+ This month
-
+
- Last month + Last month