lbry-desktop/ui/component/common
infinite-persistence 345d9e76b5
Blocklist: paginate + search (#7055)
* Paginate: add option to disable history and url param

* Refactored blocklists into `BlockList`; no functional change

Reason:
- With each list (Personal, Admin, Mod, Muted), there's a bunch of useEffects and variables needed to handle the state. All of them are doing 99% similar things.

* Paginate blocklists

6834

* Improve 'moderator-block' list visuals

- Added "Blocked on behalf of" to make things clearer.
- Use smaller ClaimPreview for delegators to save space (there might be lots of delegators)

* Add search bar to BlockList

6834

- Only supports channel-name search, per 6834. Channel-title search would probably be too heavy on the client side.
- Fuzzy search is possible, but is too slow on huge lists. Ended up with a simpler `matchSorter.rankings.CONTAINS`, which I think would cover typical cases.
2021-09-10 11:36:08 -04:00
..
form-components CodeSplit: Initial work 2021-06-25 16:00:44 +08:00
busy-indicator.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
card.jsx Settings Page Side Navigation 2021-08-23 23:45:23 +08:00
credit-amount.jsx fix merge conflicts 2021-08-19 22:18:54 +02:00
empty.jsx show loading while searching 2020-12-28 15:00:15 -05:00
error-text.jsx new signin/signup (#3960) 2020-04-13 15:16:07 -04:00
file-exporter.jsx Re-add ability to export transactions (#5899) 2021-04-23 12:10:37 -04:00
file-list.jsx Support drag-and-drop file publishing (#4170) 2020-05-25 10:27:36 -04:00
file-selector.jsx Thumbnail upload fixes (#6860) 2021-08-24 20:28:23 -04:00
form.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
help-link.jsx show channels + streams as winning claim from search query 2020-10-28 16:28:36 -04:00
hidden-nsfw.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
icon-custom.jsx Expanded Playback and List controls (#6921) 2021-09-02 16:05:32 -04:00
icon.jsx use aria-hidden on all icons by default 2021-07-14 13:44:22 -05:00
lbc-message.jsx fix lbc-message to prevent incorrect 'Credits' replacement 2021-04-30 12:45:46 -04:00
lbc-symbol.jsx add channel staked amount indicator on channel thumbnails 2021-02-18 01:14:39 -05:00
loading-screen.jsx refactor floatingUri to allow inline players in comments/markdown 2020-10-21 15:29:29 -04:00
markdown-preview.jsx SimpleImageLink: simplify + use 'src' as last resort 2021-04-09 11:27:07 -04:00
nag.jsx new signin/signup (#3960) 2020-04-13 15:16:07 -04:00
paginate.jsx Blocklist: paginate + search (#7055) 2021-09-10 11:36:08 -04:00
qr-code.jsx flow fixes 2020-12-16 10:52:22 -05:00
status-bar.jsx Fix unencoded StatusBar on Desktop 2021-03-09 16:17:57 -05:00
tabs.jsx Move transactions from Settings to Wallet (#6871) 2021-08-13 13:59:43 -04:00
thumbnail.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
tooltip.jsx CodeSplit: Load 3rd-party css before ours. 2021-06-25 16:00:45 +08:00
transaction-link.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
truncated-text.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
wait-until-on-page.jsx WaitUntilOnPage: take scaling into account 2021-07-12 17:06:30 -04:00