lbry-desktop/static
infinite-persistence 5742e1c2ca
Handle representation of blocked replies
## Issue
- `Comment.replies` currently represent all replies, while `comment.List` returns a filtered version, so the actual replies could be less.
- The actual replies is represented by `total_filtered_items`, but we only get that after making a fetch. So, users could click "Show more" but get nothing.

## Fix
- Stop showing "Show more" based on `total_filtered_items`.
- If there is a balance, display 1 dummy comment to represent all blocked replies. This handles the case of "Show more" being displayed but ended up with 0 replies if all replies were blocked.

## Future
Note that `Comment.replies` might be changed to represented filtered comments in the near future (refer to Beamer), so the GUI is made such that the dummy just won't appear when that change happens.
2021-07-14 15:11:44 +08:00
..
font/v1 updates font files with normalized line height versions 2020-04-23 10:47:06 -04:00
img Improve <video> poster thumbnail fetching. 2021-06-25 16:00:47 +08:00
webworkers update webworkers 2019-11-25 11:40:19 -05:00
app-strings.json Handle representation of blocked replies 2021-07-14 15:11:44 +08:00
index-electron.html Add direction 2020-07-29 17:54:10 -04:00
index-web.html Ensure index.html isn't cached 2021-07-08 14:52:30 +08:00
opensearch.xml Implement OpenSearch support 2020-08-12 13:35:49 -04:00
robots.txt robots.txt defaults to disallow 2020-10-12 23:33:29 -04:00