zeppi
9889c258e3
livestream api constant rename
2021-07-28 16:51:11 -04:00
zeppi
0987c6e94f
publish form recon
2021-07-23 10:14:22 -04:00
infinite-persistence
cbf0be3f3c
i18n update request from translators
2021-06-13 15:46:18 +08:00
zeppi
830375cb32
fix disabled publish form
2021-04-27 09:22:11 -04:00
infinite-persistence
364db9dafa
Propagate thumbnail errors to PublishFormData
...
Thumbnail errors were just being used in `selectThumbnail`. The form doesn't know about it and was using allowing invalid thumbnails like 'helloworld' to pass through.
2021-04-26 12:24:19 -04:00
Sean Yesmunt
6d89f0df7e
hyperchats
2021-04-23 16:20:17 -04:00
zeppi
f5f3bf21ee
bugfixes
2021-04-23 14:51:09 -04:00
zeppi
9b82f57006
livestream related publish fixes
2021-04-22 10:59:03 -04:00
Sean Yesmunt
0083a29231
force thumbnail for uploads
2021-04-19 15:55:11 -04:00
jessopb
989126c603
Feat publish replays on master ( #5863 )
...
* provide livestream replay publish via url
2021-04-14 00:06:11 -04:00
seanyesmunt
f5125b25c2
update livestream eligibilty
...
add CHANNEL_STAKED_LEVEL_LIVESTREAM to config set to level 5
use odysee_live_enabled tag on users insead of experimental_ui
2021-04-12 11:17:17 -04:00
zeppi
14685e11af
clean up publishing on desktop
2021-04-05 13:26:52 -04:00
zeppi
9468f2b0f2
update master with some odysee changes
2021-04-05 13:26:52 -04:00
jessopb
8ab0bcd545
clear publishing on publish load ( #5807 )
2021-04-02 11:55:41 -04:00
zeppi
777566f414
replace instead of push on publishform
2021-03-26 18:43:09 -04:00
zeppi
713109167c
publish, edit, remote_url publish
2021-03-26 18:43:09 -04:00
zeppi
da60104c96
pending and publish
2021-03-25 16:40:17 -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
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
Dispatch
d362fe0d75
hide livestream on upload form if not experimental UI ( #5735 )
2021-03-23 13:27:30 -04:00
DispatchCommit
7a327596cd
i hate flow
2021-03-22 15:30:29 -07:00
Sean Yesmunt
0f24f3fdfd
use has_no_source to check if claim is a livestream
2021-03-22 15:30:16 -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
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
Sean Yesmunt
ca4ca536fa
set active channel in publish form on load
2021-02-11 10:45:34 -05:00
Sean Yesmunt
db87125dc8
refactor 'active' channel usage across the app
2021-02-11 10:45:34 -05:00
Sean Yesmunt
0c8c4938d9
move channel selection to top of publish form
2021-01-25 17:51:58 -05:00
Thomas Zarebczan
19664726d6
Fix media type app crash on Publish
2020-10-26 14:56:38 -04:00
infiinte-persistence
d7a178d259
Str-context-split: "Post"
...
Splitting the context between "Markdown post" (noun) vs. "Post something" (verb)
2020-10-14 17:44:44 -04:00
infiinte-persistence
6198ab57de
String: fix untranslated 'File|Post' tab
...
Both "File" and "Post" are already added in the database, so this should now work.
2020-10-07 16:25:03 -04:00
infiinte-persistence
92b211dd94
Pass the 'mode' over via UpdatePublishForm to hide some fields when Posting a Markdown.
2020-10-02 10:25:17 -04:00
infiinte-persistence
3df7ea71d3
Enable "Publish Preview" for Markdown
2020-10-02 10:25:17 -04:00
infiinte-persistence
abeb7a852c
Enable "Publish Preview" on Edit Mode as well.
2020-10-02 10:25:17 -04:00
infiinte-persistence
16b1605a35
Add SETTINGS.ENABLE_PUBLISH_PREVIEW
...
This option allows users to bypass the "publish preview" modal. Users can disable it by checking "don't show this again" in the modal, and re-enable it in the Settings Page.
2020-10-02 10:25:17 -04:00
infiinte-persistence
3588111938
Gray out 'Upload' button when previewing.
...
I simply check if the Modal exists, instead of creating an ACTION state in redux.
2020-10-02 10:25:17 -04:00
infiinte-persistence
48787a1feb
doPublishDesktop: Call the "preview" modal before doing the actual publish.
...
This requires an accompanying change in lbry-redux. Search for "SETTINGS.ENABLE_PUBLISH_PREVIEW" in the commit message to find the commit.
In Edit Mode, the preview will not appear. Not sure if it's needed, plus there are more things to handle in Edit mode (e.g. which items are changed)
2020-10-02 10:25:17 -04:00
infiinte-persistence
f3362c4e59
Publish: Make 'Channel' setting persistent.
...
## Issue
Users are annoyed with the constant reset of the 'channel' setting in the Publish page.
## Changes
1. Revert the previous attempt in ff7b4092
. The `usePersistedState` method is bad, as it will clash with the Redux value.
2. Implemented the persistence in Redux -- requires "https://github.com/lbryio/lbry-redux/pull/347 ".
2020-08-18 09:25:57 -04:00
btzr-io
334f582a4d
fix publishForm flow errors
2020-08-13 11:11:23 -04:00
Sean Yesmunt
e64d925086
fix alignment
2020-08-07 16:28:09 -04:00
Sean Yesmunt
c4e6605ada
use button group as publish file header instead of title for better app parity
2020-08-07 16:28:09 -04:00
Baltazar Gomez
d64d278676
fix metadata not updating if post content doesn't change
2020-08-05 12:57:49 -04:00
btzr-io
036aedd88d
use redux to load post content
2020-08-04 11:49:12 -04:00
btzr-io
80e1965e46
prevent name change while editing and more fixes
2020-08-04 11:49:12 -04:00
btzr-io
0f757bc101
fix typo
2020-08-04 11:49:12 -04:00
btzr-io
d93d97882b
fix auto populate title logic
2020-08-04 11:49:12 -04:00
btzr-io
0b3fe001d0
autopopulate name from title
2020-08-04 11:49:12 -04:00
btzr-io
a565f7c5df
fix labeling and rename some strings
2020-08-04 11:49:12 -04:00