diff --git a/README.md b/README.md index 697d6414..c2326221 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,7 @@ If you like Coracle and want to support its development, you can donate sats via - [ ] Warn that everything will be cleared on logout - [ ] Clean up login page to prefer extension, make private key entry "advanced" - [ ] Do I need to implement re-connecting now? -- [ ] handle localstorage limits more robustly (prune accounts) https://stackoverflow.com/questions/2989284/what-is-the-max-size-of-localstorage-values - [ ] Improve login UX for bootstrap delay. Nostr facts? -- [ ] Use bech32 entities - [ ] Revisit pagination. Use bigger timedelta + limit, set earliest seen timestamp when paginating? Handle no results on page. - [ ] We often get the root as the reply, figure out why that is, compared to astral/damus - [ ] Alerts still aren't great. Maybe lazy load? We delete old events, so context will disappear and notes will become empty. diff --git a/src/routes/Bech32Entity.svelte b/src/routes/Bech32Entity.svelte index 4a797b1d..b29f4bb1 100644 --- a/src/routes/Bech32Entity.svelte +++ b/src/routes/Bech32Entity.svelte @@ -1,6 +1,8 @@