zeppi
22d9495b8d
fix rss, add icon
2021-07-02 13:03:24 -04:00
infinite-persistence
5e97fdfa0d
RSS: Fix URL
...
Not sure why it worked in the dev instance.
2021-07-02 13:17:14 +08:00
infinite-persistence
041f420416
#6354 RSS feed for channels
2021-07-02 13:05:02 +08:00
infinite-persistence
c84d820b09
RSS: Switch from ChainQuery to SDK
...
## Issue
3779 RSS feed for channels
2021-07-02 13:03:22 +08:00
infinite-persistence
49046c9d25
RSS feed for channels
...
## Issue
3779 RSS feed for channels
## Initial implementation details
- RSS only (not atom)
- Grabs latest 10 entries (Beamer have concerns)
## Credit
Referenced the community version mentioned in 3779
2021-07-02 13:03:21 +08:00
zeppi
608a421ce5
lint
2021-07-01 16:01:51 -04:00
zeppi
9c8c00a21f
fix tabindexes
2021-07-01 16:01:51 -04:00
zeppi
e9868e37a1
restore single channel content tab
2021-07-01 16:01:51 -04:00
infinite-persistence
ad202d6471
i18n
2021-07-01 17:01:58 +08:00
infinite-persistence
2e0f8c6120
Fix videojs overlay css
...
Related:
aaffd3b089
"CodeSplit: Load 3rd-party css before ours."
2021-07-01 15:23:42 +08:00
Dispatch
b5b0459aff
Merge pull request #6355 from lbryio/fix-video-js-imports
...
fix video.js import statements
2021-06-30 20:26:27 -07:00
DispatchCommit
da23a5625b
fix video js imports
2021-06-30 19:12:21 -07:00
zeppi
304c0553da
lint
2021-06-29 14:52:11 -04:00
John B Nelson
5e2a4960fb
FIX video.js event firing issues fore RecsysPlugin
...
- The `rateChange` event now logs the updated speed,
not just the time at which it occurred.
- The `scrub` now (more) accurately logs the position
it came from before the destination.
- The recsys events get consolidated for logical consistency.
2021-06-29 14:52:11 -04:00
DispatchCommit
8ce12f8e60
fix autoplay for transcoded files
2021-06-29 14:52:11 -04:00
infinite-persistence
5766dc34b5
Port recsys to master; enabled for SIMPLE_SITE only
2021-06-29 14:52:11 -04:00
infinite-persistence
099667a4bb
Use env for loading-bar color instead of hardcoded.
2021-06-29 21:01:14 +08:00
Niko Storni
c5a63de33c
use new optimizer for thumbnails CDN
...
this should resolve the slow load times for some thumbnails
2021-06-28 17:56:19 -04:00
Anthony
04108f32d5
fix div being stretched by comment section
2021-06-28 12:52:43 -04:00
infinite-persistence
8291cdf7a9
Wunderbar: bump debounce to 1s
...
per feedback
2021-06-27 11:02:52 +08:00
Anthony
312c561529
update comment
2021-06-26 22:26:40 -04:00
Anthony
ab13b23cef
dont display cc button via videojs settings
2021-06-26 22:26:40 -04:00
zeppi
d921bf3340
v0.51.1
2021-06-26 12:05:04 -04:00
zeppi
f3c31f55a1
changelog
2021-06-26 12:04:37 -04:00
zeppi
aa8366f21c
enable sign up in desktop
2021-06-26 11:56:32 -04:00
zeppi
11fc51467c
v0.51.0
2021-06-26 09:51:46 -04:00
zeppi
8e6c98ca5d
revert v0.51.0
2021-06-26 09:50:50 -04:00
zeppi
c71a0f78f4
v0.51.0
2021-06-26 08:55:52 -04:00
zeppi
90918e745e
changelist updates
2021-06-26 08:51:19 -04:00
zeppi
4d19106544
v0.51.0-rc.3
2021-06-25 16:39:20 -04:00
zeppi
5ee4827fae
bump lbrynet
2021-06-25 16:33:20 -04:00
zeppi
eed4793799
fix null claim on reactions selector
2021-06-25 16:29:58 -04:00
zeppi
b17acc0028
v0.51.0-rc.2
2021-06-25 14:40:42 -04:00
infinite-persistence
a6b2f91e33
Fix popup menu for both playback rate and quality selector.
2021-06-26 01:11:38 +08:00
infinite-persistence
e367b66a08
Fix stuck video poster when switching videos
...
## Issue
With autoplay off, clicking on another video from the Recommended section didn't update the video poster.
## Fix
Made a mistake assuming that the whole component will be re-mounted, so was only setting the thumbnail once.
2021-06-26 01:05:23 +08:00
zeppi
c44beaf8fa
remove bad new button
2021-06-25 11:40:37 -04:00
infinite-persistence
4d638bcf10
~ Initial Code Split ( #6228 )
2021-06-25 16:02:45 +08:00
infinite-persistence
3322b91c5d
Improve <video> poster thumbnail fetching.
...
Even with the caching changes, a 150kB thumbnail still takes 1-2s to fetch. This impacts the score.
## Change
(1) Start with a large-enough placeholder image (has to be larger than the final image -- inflating doesn't count), then delay just enough for scoring, then switch to the real thumbnail.
(2) Since we are now doing post-mount stuff, we have the exact dimensions to optimize the claim thumbnail. This reduces the typically-several-MBs thumbnail to kBs.
2021-06-25 16:00:47 +08:00
infinite-persistence
4562a33926
Lazy-load homepage categories
2021-06-25 16:00:46 +08:00
infinite-persistence
163a10602c
CodeSplit: Show top loading bar while fetching
...
TODO: Get the primary color programatically
2021-06-25 16:00:46 +08:00
infinite-persistence
aaffd3b089
CodeSplit: Load 3rd-party css before ours.
...
A temporary solution until we code-split css.
2021-06-25 16:00:45 +08:00
infinite-persistence
60afbaf873
CodeSplit: Consolidate "secondary" chunk.
...
These are chunks that will be requested immediately after ui.js when opening the homepage, so consolidate them into 1 chunk to reduce network overhead.
More work can/should be done to reduce the secondary chunk.
2021-06-25 16:00:44 +08:00
infinite-persistence
3539031e5a
CodeSplit: Initial work
2021-06-25 16:00:44 +08:00
infinite-persistence
73e84b58e7
Add: source-map-analyze
2021-06-25 09:25:28 +08:00
infinite-persistence
5a467af1f0
i18n
2021-06-25 09:19:17 +08:00
dependabot[bot]
1785520697
Bump color-string from 1.5.3 to 1.5.5
...
Bumps [color-string](https://github.com/Qix-/color-string ) from 1.5.3 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases )
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Qix-/color-string/commits/1.5.5 )
---
updated-dependencies:
- dependency-name: color-string
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 09:39:55 -04:00
saltrafael
2bfc5d7669
Don't allow editing someone else's Channel
2021-06-23 15:21:49 -04:00
saltrafael
852819dd00
Add back re-direct
2021-06-23 15:21:49 -04:00
saltrafael
360f64e71f
Fix repost deletion
2021-06-23 15:21:49 -04:00
saltrafael
97762fdd24
Center livestream
2021-06-23 14:19:50 -04:00