diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d6079b716..5ece9bc99 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -56,10 +56,6 @@ > new project -
- wip -
- diff --git a/src/routes/projects/[id]/+page.svelte b/src/routes/projects/[id]/+page.svelte index 0772c4f7e..11eb949af 100644 --- a/src/routes/projects/[id]/+page.svelte +++ b/src/routes/projects/[id]/+page.svelte @@ -4,6 +4,9 @@ import type { PageData } from "./$types"; import { Timeline, CodeViewer } from "$lib/components"; import { Operation } from "$lib/crdt"; + import { TimelineDay } from "$lib/components/timeline"; + import type { Session } from "$lib/session"; + import { dummySessions } from "$lib/session"; export let data: PageData; const { deltas } = data; @@ -45,6 +48,16 @@ ); +
+
+
Week
+
Day
+
Session
+
+
+ +
+