lbry-desktop/ui/scss
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
..
component Blocklist: paginate + search (#7055) 2021-09-10 11:36:08 -04:00
init fix inconsistent theme css vars: fixes #6738 2021-07-29 22:26:26 -07:00
themes fix inconsistent theme css vars: fixes #6738 2021-07-29 22:26:26 -07:00
all.scss updated code 2021-07-03 14:42:37 -04:00
third-party.scss Revert lazy-loading videojs 2021-07-06 17:04:16 +08:00