diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f004e7f..8a1bdf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ - [x] Remember whether messages/notifications have been read - [x] Remember chat membership - [x] Add new cursor implementation to paginate relays independently +- [x] Fix lists selector +- [x] Simplify theme configuration +- [x] Add profile info and first note to onboarding +- [x] Make app name configurable +- [x] Improve forced-relay experience +- [x] Add env var for disabling zaps +- [x] Split notifications into multiple tabs +- [x] Improve modal stacking +- [x] Render quotes inline rather than at the bottom of the note ## 0.2.24 diff --git a/src/app/views/RelayList.svelte b/src/app/views/RelayList.svelte index e7218215..f812c15f 100644 --- a/src/app/views/RelayList.svelte +++ b/src/app/views/RelayList.svelte @@ -46,8 +46,8 @@

Other relays

- {appName} 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. + {appName} 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/partials/Card.svelte b/src/partials/Card.svelte index 58cdbb63..e0f2d69c 100644 --- a/src/partials/Card.svelte +++ b/src/partials/Card.svelte @@ -7,7 +7,7 @@