From 67d11622451cf422f0ed0963c9e3b607a62114cc Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Tue, 18 Apr 2023 12:38:47 -0500 Subject: [PATCH] Add real profile search --- ROADMAP.md | 2 +- src/app/views/RelayList.svelte | 8 ++++++-- src/app/views/Search.svelte | 13 +++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 2bf20232..c01ad3ad 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,8 +1,8 @@ # Current - [ ] Add real search, it's a big hurdle for first-timers/anons +- [ ] Check on RelayCard, it should automatically do the right thing for anon/pubkey - [ ] Remember message/chat status -- [ ] Fix note nesting - [ ] Image classification - https://github.com/bhky/opennsfw2 - [ ] Claim relays bounty diff --git a/src/app/views/RelayList.svelte b/src/app/views/RelayList.svelte index 999b77ca..9b50078f 100644 --- a/src/app/views/RelayList.svelte +++ b/src/app/views/RelayList.svelte @@ -35,7 +35,7 @@ {/if}
{#each $relays as relay (relay.url)} - + {/each}
@@ -48,7 +48,11 @@ Coracle automatically discovers relays as you browse the network. Adding more relays will generally make things quicker to load, at the expense of higher data usage.

- + +
+ +
+
diff --git a/src/app/views/Search.svelte b/src/app/views/Search.svelte index ba2fcaf5..1ecda4c9 100644 --- a/src/app/views/Search.svelte +++ b/src/app/views/Search.svelte @@ -1,4 +1,5 @@