diff --git a/TODO b/TODO index 634cb1e..02663a8 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,16 @@ Here lie goals: [ ] Autocomplete for usernames in composition - [ ] Display contacts list + [ ] Display following list + [ ] Display followers [ ] Export/import contacts list - [ ] Mark all mail as read button. [ ] Redesign embeds [ ] Render lighting invoices (BOLT11) Do this without a library [ ] Replace local storage usage [ ] Show likes on profile page under a tab - [ ] Store latest 500 STANDARD_KINDS & their profiles kick out as needed + [ ] Update profile fields: name, banner, website, lightning address [ ] Store profiles of friends, friends of friends, & the user - [ ] Toggle replys only in home view + [x] Mark all mail as read button. + [x] Toggle replys only in home view [x] Direct messaging [x] Fix UI/X issues on mobile (modal, reply, etc.) [x] Render tagged users e.g. #[0] diff --git a/js/ui/state.js b/js/ui/state.js index b180eaf..aca0c1b 100644 --- a/js/ui/state.js +++ b/js/ui/state.js @@ -212,6 +212,7 @@ function view_timeline_update(model) { const opts = { thread_id: el.dataset.threadId, pubkey: el.dataset.pubkey, + hide_replys: el.dataset.hideReplys == "true", }; let count = 0;