This commit is contained in:
Doug Hoyte
2023-09-29 09:14:46 -04:00
parent 6cd13443f1
commit 04978528ad

View File

@ -1,5 +1,6 @@
read read
! pagination on user comments screen, communities? ? pagination on communities?
- nostr: links not replaced in community titles
* caching * caching
* non-500 error pages when bech32 fails to parse, for example * non-500 error pages when bech32 fails to parse, for example
* search field: enter anything, pubkey (hex or npub), eventId, etc. maybe even full-text search? * search field: enter anything, pubkey (hex or npub), eventId, etc. maybe even full-text search?
@ -9,6 +10,8 @@ read
styling styling
! test a bit on mobile ! test a bit on mobile
! make login/upvote/etc buttons do something when not logged in/no nostr plugin installed ! make login/upvote/etc buttons do something when not logged in/no nostr plugin installed
- slightly grey out visited links
- reduce green colour, test dark mode
? limit name length: http://localhost:8080/u/npub1e44hczvjqvnp5shx9tmapmw5w6q9x98wdrd2lxhmwfsdmuf5gp9qwvpk6g ? limit name length: http://localhost:8080/u/npub1e44hczvjqvnp5shx9tmapmw5w6q9x98wdrd2lxhmwfsdmuf5gp9qwvpk6g
? smarter truncation/abbrev (try to cut at a sentence, or word boundary, don't cut URLs) ? smarter truncation/abbrev (try to cut at a sentence, or word boundary, don't cut URLs)
? abbrev comments should be smaller? non-pre tag? ? abbrev comments should be smaller? non-pre tag?
@ -20,3 +23,4 @@ misc
write write
? edit profile (or maybe just send them to https://metadata.nostr.com/) ? edit profile (or maybe just send them to https://metadata.nostr.com/)
- if nostr:npub1... appears in note content when users is posting, add it as p-tag "mention"