Skip to content

Commit

Permalink
web todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Aug 29, 2024
1 parent 091fb58 commit 9b603f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/apps/web/TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
read
! pagination on user comments screen, communities?
? pagination on communities?
- nostr: links not replaced in community titles
* caching
* 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?
Expand All @@ -9,6 +10,8 @@ read
styling
! test a bit on mobile
! 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
? smarter truncation/abbrev (try to cut at a sentence, or word boundary, don't cut URLs)
? abbrev comments should be smaller? non-pre tag?
Expand All @@ -20,3 +23,4 @@ misc

write
? 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"

0 comments on commit 9b603f1

Please sign in to comment.