infinite-persistence
0f1d4039a9
Use 'selectHasChannel' instead of the full 'selectMyChannelClaims'
...
- selectMyChannelClaims depends on `byId`, which currently is always invalidated per update, so it is not memoized.
- Most of the use-cases just needs the ID or the length of the array anyways, so avoid generating a Claim array (in selectMyChannelClaims) unnecessarily -- the client need to reduce it back down to IDs again :/
- The simpler boolean also removes the need to memoize the selector, which saves a bit of memory.
2021-11-08 15:02:44 +08:00
Thomas Zarebczan
db12a4b991
Odysee specific changes and other misc improvements ( #219 )
2021-11-03 15:47:19 -04:00
Merge
30023422b8
Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc"
2021-10-19 20:40:07 +08:00
infinite-persistence
6658217865
Restore "Stream Key Button ( #7127 )" + lint and modifications
...
- Consolidate functionality into existing component.
- Use proper strings.
2021-09-23 20:13:02 +08:00
infinite-persistence
8bc8c4bcae
Revert "Stream Key Button ( #7127 )"
...
I forgot to lint before merging. Reverting for now, will fix in a bit.
This reverts commit 5c8878353f
.
2021-09-23 17:57:49 +08:00
GG2015
5c8878353f
Stream Key Button ( #7127 )
...
* Added streamkey button.
* Added streamkey button.
* Updated changes
* Removed unused code.
* Removed copyableStreamkeyUnmask component.
* Rewrote StreamKeyMask to enableMask/enableMaskType
* Updated changelog and bumped version to 0.51.3
* Reverted changes
* Updated to correct area.
* Renamed CopyableText to CopyableStreamKey
* See commit notes.
* Fixed Show/Hide button
2021-09-23 14:17:59 +08:00
zeppi
9889c258e3
livestream api constant rename
2021-07-28 16:51:11 -04:00
jessopb
ae2354a0e0
Revert "move stuff to web ( #6537 )"
...
This reverts commit a6c413da5c
.
2021-07-19 10:12:57 -04:00
jessopb
a6c413da5c
move stuff to web ( #6537 )
2021-07-18 21:57:36 -04:00
infinite-persistence
5a467af1f0
i18n
2021-06-25 09:19:17 +08:00
zeppi
f5f3bf21ee
bugfixes
2021-04-23 14:51:09 -04:00
zeppi
f3463ebdeb
use redux for livestream claim setup
2021-04-23 14:51:09 -04:00
zeppi
9b82f57006
livestream related publish fixes
2021-04-22 10:59:03 -04:00
jessopb
989126c603
Feat publish replays on master ( #5863 )
...
* provide livestream replay publish via url
2021-04-14 00:06:11 -04:00
zeppi
9468f2b0f2
update master with some odysee changes
2021-04-05 13:26:52 -04:00
zeppi
ad10250e16
review changes
2021-03-26 18:43:09 -04:00
zeppi
c546589cc5
copy changes
2021-03-26 18:43:09 -04:00
zeppi
f691643eb7
ls help title copy
2021-03-26 18:43:09 -04:00
zeppi
6c137fc0fd
improve loading for livestream setup
2021-03-26 18:43:09 -04:00
zeppi
76a5fe0d83
add help to livestream setup
2021-03-26 18:43:09 -04:00
zeppi
da60104c96
pending and publish
2021-03-25 16:40:17 -04:00
zeppi
995f51711f
use pending livestreams on dash, filter modes
2021-03-24 13:36:50 -04:00
DispatchCommit
8ae7247c35
remove unused variables from LiveStreamSetup
2021-03-22 15:30:27 -07:00
Sean Yesmunt
6d07d1b672
reset livestream claims when active channel changes
2021-03-22 15:30:18 -07:00
Sean Yesmunt
0f24f3fdfd
use has_no_source to check if claim is a livestream
2021-03-22 15:30:16 -07:00
Sean Yesmunt
3aead19b47
style cleanup
2021-03-22 15:30:11 -07:00
Sean Yesmunt
372c6d0d9f
rename livestream + livestreamsetup pages
2021-03-22 15:30:09 -07:00