From 83931e0085d3eee78f7d85c244bc6d4faaac42fb Mon Sep 17 00:00:00 2001 From: Thomas Mathews Date: Tue, 24 Jan 2023 09:34:47 -0800 Subject: [PATCH] Updated TODO --- TODO | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 8c4860b..634cb1e 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,15 @@ Here lie goals: - [ ] Fix UI/X issues on mobile (modal, reply, etc.) - [x] Direct messaging - [ ] Store profiles of friends, friends of friends, & the user - [ ] Export/import contacts list - [ ] Render lighting invoices (BOLT11) Do this without a library - [ ] Render tagged users e.g. #[0] [ ] Autocomplete for usernames in composition - [ ] Redesign embeds - [ ] Store latest 500 STANDARD_KINDS & their profiles kick out as needed [ ] Display contacts list + [ ] 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 + [ ] Store profiles of friends, friends of friends, & the user + [ ] 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]