diff --git a/src/lib/components/ChatLayout.svelte b/src/lib/components/ChatLayout.svelte
index 0f480f1..0b1726e 100644
--- a/src/lib/components/ChatLayout.svelte
+++ b/src/lib/components/ChatLayout.svelte
@@ -39,9 +39,9 @@
{/if}
{
+ goto(`${base}/todo`);
+ }}>
- Once this is implemented, you'll be able to see the distribution of Humble Horse merits on this page (something kind of similar to shares in a company). + Once implemented, this page will show you the flow of sats to contributors.
diff --git a/src/routes/todo/+page.svelte b/src/routes/todo/+page.svelte new file mode 100644 index 0000000..9830389 --- /dev/null +++ b/src/routes/todo/+page.svelte @@ -0,0 +1,31 @@ + ++ I sometimes want to bookmark a note so I can reply to it later, or take some action based on it. But the UI I want is a bit different to the typical bookmark UI implemented in nostr clients so far, so I'm going to implement it here. +
+ +