tangled
alpha
login
or
join now
zeu.dev
/
easytodo.link
3
fork
atom
Superpowered to do lists. No signup required.
3
fork
atom
overview
issues
1
pulls
pipelines
๐ udpate mobile view
zeu.dev
2 years ago
ff05b0df
99687ba5
+4
-4
2 changed files
expand all
collapse all
unified
split
src
routes
+layout.svelte
[id]
+page.svelte
+3
-3
src/routes/+layout.svelte
···
15
15
);
16
16
17
17
function comingSoon() {
18
18
-
toast("Coming soon!", { icon: "๐", position: "bottom-end" });
18
18
+
toast("Coming soon!", { icon: "๐", position: "top-center" });
19
19
}
20
20
21
21
onMount(() => {
···
26
26
</script>
27
27
28
28
<div class={`${theme_style} font-apfel flex flex-col w-full h-full min-w-screen min-h-screen p-8`}>
29
29
-
<main class="p-4 w-full h-full">
29
29
+
<section class="p-4 w-full h-full">
30
30
<slot />
31
31
-
</main>
31
31
+
</section>
32
32
33
33
<aside class="z-50 absolute inset-x-0 bottom-0 !text-black flex w-full h-fit items-end justify-between p-8">
34
34
<div class="flex flex-col justify-start gap-4">
+1
-1
src/routes/[id]/+page.svelte
···
29
29
}
30
30
</script>
31
31
32
32
-
<main class="flex flex-col w-full p-2 pb-12 lg:p-4 lg:pb-24 gap-8 text-xl lg:text-3xl">
32
32
+
<main class="flex flex-col w-full px-2 pt-8 pb-12 lg:p-4 lg:pb-24 gap-8 text-xl lg:text-3xl">
33
33
{#if list}
34
34
<input
35
35
type="text"