zeppi
da60104c96
pending and publish
2021-03-25 16:40:17 -04:00
zeppi
7fdc3d2919
fix crash on invite page
2021-03-25 16:38:25 -04:00
infinite-persistence
e70eb3b5bc
Tip-unlock: add tooltip and related strings
2021-03-25 15:35:53 -04:00
infinite-persistence
5d4828514c
Improve mature-tagging message
...
## Issue
Closes 5747: Typo on Create Livestream page
2021-03-25 15:35:53 -04:00
zeppi
ba4a29c102
hide livestream claims in previews if no flag
2021-03-25 15:31:31 -04:00
Sean Yesmunt
64e8c8e095
use comment component for livestream comments
2021-03-25 15:08:05 -04:00
zeppi
d8a5ca082b
no livestream price on odysee
2021-03-25 13:53:42 -04:00
zeppi
81b9b0d801
copy for buttons and modals for livestream
...
redirect on success to dashboard
2021-03-24 13:36:50 -04:00
zeppi
995f51711f
use pending livestreams on dash, filter modes
2021-03-24 13:36:50 -04:00
zeppi
137c268a7b
add livestream icons
2021-03-24 12:13:26 -04:00
infinite-persistence
43965ddf72
i18n: Livestream strings
2021-03-24 09:09:24 +08:00
infinite-persistence
a36a8023c7
Support = Boost | Tip
...
## Issue
Closes 5226: Figure out odysee-friendly way to re-enable supports
This essentially re-enables staking (now called "Boost") for Odysee.
2021-03-23 20:01:55 -04:00
infinite-persistence
3b960aa0a0
Back-port changes from Odysee to master
2021-03-23 20:01:55 -04:00
Dispatch
d362fe0d75
hide livestream on upload form if not experimental UI ( #5735 )
2021-03-23 13:27:30 -04:00
Dispatch
a258fcb039
Merge pull request #5691 from lbryio/feat/go-live
...
[feat] Add LiveStreaming Support
2021-03-22 16:48:10 -07:00
Thomas Zarebczan
b261763402
Add note about editing while transfer is active
2021-03-22 18:56:50 -04:00
DispatchCommit
a4a714a561
please work this time
2021-03-22 15:42:51 -07:00
DispatchCommit
3446b63768
coerce null to empty string for flow
...
this is a bad way to satisfy flow, probably, but it'll work.
2021-03-22 15:30:30 -07:00
DispatchCommit
7a327596cd
i hate flow
2021-03-22 15:30:29 -07:00
DispatchCommit
0ec31d3c29
fix slow mode chat
...
set last comment time when comment is submitted
2021-03-22 15:30:26 -07:00
DispatchCommit
1e0afd1b86
Add live detection to livestream page
...
- reduce interval from 15 seconds to 10 seconds
2021-03-22 15:30:24 -07:00
DispatchCommit
816bd07570
Improve live detection on channel page
...
Call bitwave live API immediately on page load.
Reduce poll to 15 second interval
Fix incorrect data parsing
2021-03-22 15:30:23 -07:00
DispatchCommit
76ac4c19b9
Hookup new live detection API
2021-03-22 15:30:22 -07:00
Sean Yesmunt
ca569dc4a7
wire up bitwave api
2021-03-22 15:30:21 -07:00
Sean Yesmunt
5aaa038d3f
random fixes for livestreaming
2021-03-22 15:30:19 -07:00
Sean Yesmunt
204f24354f
hide date for livestream claims
2021-03-22 15:30:17 -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
e5fc28821a
add ENABLE_NO_SOURCE_CLAIMS to config
...
this sets has_source:true if the variable is true to non-odysee apps won't be shown livestream claims
2021-03-22 15:30:15 -07:00
Sean Yesmunt
dcd0528fda
disconnect from comment websocket when leaving livestream page
2021-03-22 15:30:14 -07:00
Sean Yesmunt
3644eed49b
fix first livestream comment not being displayed
2021-03-22 15:30:13 -07:00
Sean Yesmunt
3aead19b47
style cleanup
2021-03-22 15:30:11 -07:00
DispatchCommit
874188a973
Allow for specifying a type query to pre-select upload type
...
e.g. https://odysee.com/$/upload?type=livestream
2021-03-22 15:30:10 -07:00
DispatchCommit
92e320e384
Fix livestream Title Section
2021-03-22 15:30:06 -07:00
DispatchCommit
2ac5ad0201
fix minor bugs
...
- remove anon option in channel dropdown when livestream tab is selected
- attempt to fill publish form with current active channel name just prior to publishing to (edge condition)
- edge condition occurs when user fills out form fully. User switches to Post (which allows anon in drop down selector). User selects Anon channel, then switches back to the livestream tab. The form was previously updated with `channel: undefined` but does not get changed when clicking the livestream tab. So we just updated the form one last time prior to publishing as a livestream
- Show most recent livestream claim on livestream setup page instead of first livestream claim
2021-03-22 15:30:05 -07:00
Sean Yesmunt
da3e3c8404
add new 'livestream' publish mode
2021-03-22 15:30:03 -07:00
DispatchCommit
40035ae4ad
fix lbry-redux import typo
2021-03-22 15:30:02 -07:00
Sean Yesmunt
73f593ddb3
bring in livestream changes from odysee
2021-03-22 15:30:01 -07:00
DispatchCommit
02c0882d90
Create livestream page and generate signed streamkey
2021-03-22 15:29:59 -07:00
DispatchCommit
51a940ed62
Add Go Live to header dropdown
2021-03-22 15:29:58 -07:00
infinite-persistence
5d40a4c9f6
Markdown editor: Remove character limit
...
## Issue
Closes 5687: Ensure post mode has no text limit
## Changes
- `type="markdown"` can now have unlimited length if clients don't define `textAreaMaxWidth`.
- The internal default limit of 2000 is narrowed down to `type=textarea`.
2021-03-21 21:00:16 -04:00
Sean Yesmunt
1aaaf118c5
remove signup nudge in sidebar for lbry.tv
2021-03-21 20:48:27 -04:00
DispatchCommit
954966abbb
fix linting errors
2021-03-21 20:36:50 -04:00
r0ckinn
6b8554517c
also add keybinds for volume
2021-03-21 20:36:50 -04:00
r0ckinn
6b3dce0450
improve keyboard shortcuts
2021-03-21 20:36:50 -04:00
infinite-persistence
ede83f358d
Fix autoplay infinite loop
...
## Issue
Closes 3661: Autoplay + Related go into loops ( infinite ) sometimes
## GUI
Push the actual "next" item into the top of the list.
## History search
1. Skip if the next item is itself.
2. The URL stored in the history comes in various forms, so a direct comparison won't work.
- There's also a weird case where the URL differs by just a little (p.09 vs p-09), but with the same claim ID:
lbry://vacuum-tube-computer-p.09-–-building#5212bc8bc63c373e2bf1ebc5b765595ed7b6514d
lbry://vacuum-tube-computer-p-09-–-building#5212bc8bc63c373e2bf1ebc5b765595ed7b6514d
Check the claim_id as well to cover cases like these.
2021-03-21 20:15:33 -04:00
infinite-persistence
59b7975085
Fix lint
2021-03-21 20:15:33 -04:00
Sean Yesmunt
63453284dd
add lbry.tv is shutting down message
2021-03-19 17:58:05 -04:00
Sean Yesmunt
a8cc4cefb0
remove has_source param until wallet server bug is fixed
2021-03-19 11:57:10 -04:00
infinite-persistence
895f25cc8c
i18n: Reward cards
...
Note that `subtitle` doesn't need the translation macro as `LbcMessage` would do it.
2021-03-19 11:27:10 -04:00
Sean Yesmunt
c08e4eed9c
prevent release notes from extending beyond height of app
2021-03-18 18:17:10 -04:00