diff --git a/README.md b/README.md index 5c30f944..5e51d2d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Bugs +- [ ] Permalink note detail (share/permalink button?) +- [ ] Back button no longer works if a modal is closed normally - [ ] Prevent tabs from re-mounting (or at least re- animating) - [ ] Go "back" after adding a note - [ ] uniq and sortBy are sprinkled all over the place, figure out a better solution @@ -10,7 +12,7 @@ Features - [x] Chat - [x] Threads/social - [x] Search -- [ ] Permalink note detail (share/permalink button?) +- [ ] Mentions - [ ] Add "view thread" page that recurs more deeply - [ ] Fix replies - notes may only include a "root" in its tags - [x] Link previews diff --git a/src/partials/Note.svelte b/src/partials/Note.svelte index b7c4cd54..32372004 100644 --- a/src/partials/Note.svelte +++ b/src/partials/Note.svelte @@ -1,12 +1,12 @@ + +{#if preview} +
+ {#if preview.image} + +
+ {/if} +
+ {preview.title} + {preview.description} +
+
+{/if} diff --git a/src/routes/Notes.svelte b/src/routes/Notes.svelte index f1ae0c1b..e8847831 100644 --- a/src/routes/Notes.svelte +++ b/src/routes/Notes.svelte @@ -89,9 +89,9 @@
{:else} -