lbry-desktop/ui/scss/component
Rafael Saes 83dbe8ec7c
Playlists v2: Refactors, touch ups + Queue Mode (#1604)
* Playlists v2

* Style pass

* Change playlist items arrange icon

* Playlist card body open by default

* Refactor collectionEdit components

* Paginate & Refactor bid field

* Collection page changes

* Add Thumbnail optional

* Replace extra info for description on collection page

* Playlist card right below video on medium screen

* Allow editing private collections

* Add edit option to menus

* Allow deleting a public playlist but keeping a private version

* Add queue to Save menu, remove edit option from Builtin pages, show queue on playlists page

* Fix scroll to recent persisting on medium screen

* Fix adding to queue from menu

* Fixes for delete

* PublishList: delay mounting Items tab to prevent lock-up (#1783)

For a large list, the playlist publish form is unusable (super-slow typing) due to the entire list being mounted despite the tab is not active.
The full solution is still to paginate it, but for now, don't mount the tab until it is selected. Add a spinner to indicate something is loading. It's not prefect, but it's throwaway code anyway. At least we can fill in the fields properly now.

* Batch-resolve private collections (#1782)

* makeSelectClaimForClaimId --> selectClaimForClaimId

Move away from the problematic `makeSelect*`, especially in large loops.

* Batch-resolve private collections
1758

This alleviates the lock-up that is caused by large number of invidual resolves. There will still be some minor stutter due to the large DOM that React needs to handle -- that is logged in 1758 and will be handled separately.

At least the stutter is short (1-2s) and the app is still usable.
Private list items are being resolve individually, super slow if the list is large (>100). Published lists doesn't have this issue.
doFetchItemsInCollections contains most of the useful logic, but it isn't called for private/built-in lists because it's not an actual claim.
Tweaked doFetchItemsInCollections to handle private (UUID-based) collections.

* Use persisted state for floating player playlist card body
- I find it annoying being open everytime

* Fix removing edits from published playlist

* Fix scroll on mobile

* Allow going editing items from toast

* Fix ClaimShareButton

* Prevent edit/publish of builtin

* Fix async inside forEach

* Fix sync on queue edit

* Fix autoplayCountdown replay

* Fix deleting an item scrolling the playlist

* CreatedAt fixes

* Remove repost for now

* Anon publish fixes

* Fix mature case on floating

Co-authored-by: infinite-persistence <64950861+infinite-persistence@users.noreply.github.com>
2022-07-13 10:59:59 -03:00
..
_ads.scss Part 1 (#1789) 2022-07-04 14:32:30 +02:00
_animation.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_badge.scss theme orginization and cleanup 2021-04-30 15:05:58 -04:00
_block-list.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_button.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_calendar.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_card.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_channel-mention.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_channel.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_claim-list.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_claim-search.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_claim_support_button.scss patch 3 (#1251) 2022-03-31 11:19:32 +02:00
_collection.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_color-picker.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_comment-badge.scss Various touchups/fixes of membership functionality (#1066) 2022-03-14 22:38:45 -04:00
_comment-create.scss Adjust input focus in reply 2022-02-18 08:50:49 +01:00
_comment-selectors.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_comments.scss Part 1 (#1789) 2022-07-04 14:32:30 +02:00
_content.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_dat-gui.scss Fix and enable 3D viewer: #4035 2020-04-27 14:27:04 -04:00
_embed-player.scss Adjust paid embedded content 2022-05-02 08:11:55 +02:00
_emote-selector.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_empty.scss winning claim style pass 2020-12-16 14:58:30 -05:00
_expandable.scss Improve ~more~ comment viewing operation (#1798) 2022-07-06 08:36:14 -04:00
_file-drop.scss Design fallout patch 9 (#1337) 2022-04-14 10:29:54 +02:00
_file-list.scss moonpay 2020-06-03 14:16:43 -04:00
_file-price.scss Design Fallout Patch 10 (#1340) 2022-04-15 10:56:50 +02:00
_file-properties.scss unify some styles with master 2021-04-27 11:20:41 -04:00
_file-render.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_footer.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_form-field.scss Publish revamp (Part 2) (#1781) 2022-07-11 16:12:37 +02:00
_form-row.scss moonpay 2020-06-03 14:16:43 -04:00
_header.scss Show balance on large & medium screens 2022-07-11 18:52:04 +02:00
_icon.scss Add hint that results are being filtered by language 2022-02-25 16:53:45 -05:00
_item-list.scss moonpay 2020-06-03 14:16:43 -04:00
_livestream-chat.scss Part 1 (#1789) 2022-07-04 14:32:30 +02:00
_livestream-comment.scss Fix external link icon size in livestream chat 2022-03-18 11:18:31 +01:00
_livestream.scss Publish revamp (Part 2) (#1781) 2022-07-11 16:12:37 +02:00
_main.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_markdown-editor.scss Paste/drop images directly to markdown editor 2022-04-01 12:36:49 -04:00
_markdown-preview.scss Add announcement modal and open it after prefs sync'd. 2022-05-20 00:04:06 +08:00
_media.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_membership.scss patch 3 (#1251) 2022-03-31 11:19:32 +02:00
_meme.scss Adjust meme text margin bottom 2022-05-31 17:02:44 +02:00
_modal.scss Publish revamp (Part 2) (#1781) 2022-07-11 16:12:37 +02:00
_navigation.scss Design Patch 2022-04-19 (#1360) 2022-04-19 21:01:28 +02:00
_notification.scss Notification Menu Upgrade (#1713) 2022-06-21 20:59:37 -04:00
_nudge.scss fixed nudge styling (#1597) 2022-05-31 17:04:43 +02:00
_pagination.scss Fix Paginate click area 2022-04-04 08:40:41 -04:00
_placeholder.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_post.scss Fix scrollbar bug on markdown page 2022-04-09 17:26:27 +02:00
_preorder-button.scss Publish revamp (Part 2) (#1781) 2022-07-11 16:12:37 +02:00
_progress.scss add youtube sync to first run 2020-09-29 17:12:32 -04:00
_purchase.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_search.scss Design fallout patch 9 (#1337) 2022-04-14 10:29:54 +02:00
_share.scss use web share api 2020-03-30 15:49:45 -04:00
_snack-bar.scss Update snackbar design 2022-06-21 10:11:28 +02:00
_spinner.scss Publish revamp (Part 1) (#1593) 2022-06-03 09:28:12 -04:00
_splash.scss bold more text in popup dialog 2022-03-28 15:30:36 -04:00
_status-bar.scss Fix css "--spacing-?" renaming that recent PRs missed during the merge. 2020-06-04 10:53:32 -04:00
_sticker-selector.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_stripe-card.scss Allow capture of name during adding of card (#1657) 2022-06-14 09:21:47 -04:00
_superchat.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_swipe-list.scss Add horizontal layout (#636) 2022-01-06 16:13:26 -05:00
_swipeable-drawer.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_syntax-highlighter.scss Add integrated light theme 2020-02-07 09:21:28 -05:00
_table.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_tags.scss Design patch 2022-04-25 (#1392) 2022-04-25 10:10:45 +02:00
_textarea-suggestions.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
_tooltip.scss Membership subscriptions (#812) 2022-03-09 13:05:37 -05:00
_txo-list.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_utils.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_videojs.scss fix progress bar hover (#1726) 2022-06-21 11:22:20 -04:00
_view_count.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
_wallet-tip-selector.scss [New Feature] Stickers (#131) 2021-10-28 16:25:34 -04:00
_wallet-tip-send.scss improve tip support functionality 2022-03-28 15:30:36 -04:00
_wunderbar.scss Part 1 (#1789) 2022-07-04 14:32:30 +02:00
_yrbl.scss New repost flow 2020-12-16 09:47:28 -05:00
claim-preview-reset.scss Fixed vars.scss being imported multiple times (#528) 2021-12-20 20:27:25 -05:00
expanding-details.scss moonpay 2020-06-03 14:16:43 -04:00
homepage-sort.scss Fix element position when dragged in homepage customizer 2022-04-03 15:19:05 +02:00
livestream-scheduled-info.scss Feature livestream scheduling (#458) 2021-12-16 16:59:13 -05:00
menu-button.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
nag.scss Part 1 (#1789) 2022-07-04 14:32:30 +02:00
notifications-banner.scss Fixed vars.scss being imported multiple times (#528) 2021-12-20 20:27:25 -05:00
notifications-blocked.scss MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
section.scss Playlists v2: Refactors, touch ups + Queue Mode (#1604) 2022-07-13 10:59:59 -03:00
tabs.scss Adjust active tab indicator 2022-02-14 11:48:55 +01:00