Fix
This commit is contained in:
parent
0691317d19
commit
7ff9394795
2 changed files with 6 additions and 4 deletions
9
TODO
9
TODO
|
@ -1,15 +1,16 @@
|
||||||
Here lie goals:
|
Here lie goals:
|
||||||
[ ] Autocomplete for usernames in composition
|
[ ] Autocomplete for usernames in composition
|
||||||
[ ] Display contacts list
|
[ ] Display following list
|
||||||
|
[ ] Display followers
|
||||||
[ ] Export/import contacts list
|
[ ] Export/import contacts list
|
||||||
[ ] Mark all mail as read button.
|
|
||||||
[ ] Redesign embeds
|
[ ] Redesign embeds
|
||||||
[ ] Render lighting invoices (BOLT11) Do this without a library
|
[ ] Render lighting invoices (BOLT11) Do this without a library
|
||||||
[ ] Replace local storage usage
|
[ ] Replace local storage usage
|
||||||
[ ] Show likes on profile page under a tab
|
[ ] 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
|
[ ] 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] Direct messaging
|
||||||
[x] Fix UI/X issues on mobile (modal, reply, etc.)
|
[x] Fix UI/X issues on mobile (modal, reply, etc.)
|
||||||
[x] Render tagged users e.g. #[0]
|
[x] Render tagged users e.g. #[0]
|
||||||
|
|
|
@ -212,6 +212,7 @@ function view_timeline_update(model) {
|
||||||
const opts = {
|
const opts = {
|
||||||
thread_id: el.dataset.threadId,
|
thread_id: el.dataset.threadId,
|
||||||
pubkey: el.dataset.pubkey,
|
pubkey: el.dataset.pubkey,
|
||||||
|
hide_replys: el.dataset.hideReplys == "true",
|
||||||
};
|
};
|
||||||
|
|
||||||
let count = 0;
|
let count = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue