jessop
93c49ac566
fix copying custom OG image
2020-08-04 12:00:33 -04:00
jessop
ab56633eed
prevent specific settings sync in config
2020-08-04 12:00:20 -04:00
Sean Yesmunt
42e989d0cc
always use markdown editor for text posts
2020-08-04 11:49:12 -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
8067793379
fix reselect file error
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
btzr-io
18a6e7c7c1
generate temporal file for published story
2020-08-04 11:49:12 -04:00
btzr-io
c47c6f6034
fix story validation and content loading on web
2020-08-04 11:49:12 -04:00
btzr-io
c7ea2a14ad
fix web version build
2020-08-04 11:49:12 -04:00
btzr-io
9fc2384649
fix changes not saving on edit mode
2020-08-04 11:49:12 -04:00
btzr-io
2ff1fc024c
load story content from streaming url and improve form validation + minor fixes
2020-08-04 11:49:12 -04:00
btzr-io
a5d1746151
add in-app text and markdown publishing
2020-08-04 11:49:12 -04:00
Sean Yesmunt
80d8eeb4cf
move ads in ClaimList behind SHOW_ADS config
2020-08-03 16:16:04 -04:00
Sean Yesmunt
e9b7d40456
redirect to claim if entering a valid claim_id in the search bar
2020-08-03 13:58:53 -04:00
Brad Kimmel
e5809b8b13
Add more metadata to content pages.
...
This adds the following metadata to content pages:
- Channel name: og:video:series
- Duration/Audio Duration: og:video:duration
- Release time: og:video:release_date
2020-08-03 09:44:53 -04:00
infiinte-persistence
443d7469de
Regular string update
2020-08-03 09:43:43 -04:00
Julie Sigwart
78784f3ab6
Additional change per @eatdostacos recommendation
2020-08-03 09:43:27 -04:00
Julie Sigwart
e1d1b572d1
typo fix
2020-08-03 09:43:27 -04:00
jessopb
544a16adca
Merge pull request #4618 from lbryio/revert-4611-imhere
...
Revert "add imhere row at top"
2020-08-01 16:55:35 -04:00
jessopb
bc6cbfd5ee
Revert "add imhere row at top"
...
This reverts commit 8e73a02863
.
2020-08-01 16:55:01 -04:00
jessopb
e4b5140361
Merge pull request #4615 from lbryio/fix-pullSyncOnSettings
...
pull sync on nav to settings
2020-07-31 17:17:44 -04:00
jessop
314fb22638
pull sync on nav to settings
2020-07-31 17:09:05 -04:00
Sean Yesmunt
c65afb201d
fix embedded link for encoded url
2020-07-30 17:20:39 -04:00
Sean Yesmunt
8e73a02863
add imhere row at top
2020-07-30 17:13:01 -04:00
jessop
c33ce28805
sync settings generally based on navigation and settings paths
2020-07-30 17:05:30 -04:00
Sean Yesmunt
9acbdf9825
group comment notifications and clean up notification style
2020-07-30 16:15:02 -04:00
Sean Yesmunt
9fc3d10d4b
update copy while abandoning
2020-07-30 13:53:40 -04:00
jessop
4dbfbbee00
disable file remove/abandon while abandoning
2020-07-30 13:53:40 -04:00
dependabot[bot]
269852ea3b
Bump elliptic from 6.5.1 to 6.5.3 in /web
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 12:47:18 -04:00
dependabot[bot]
4c642e66c7
Bump elliptic from 6.5.2 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 11:31:50 -04:00
Sean Yesmunt
7f8ef8f14d
update yarn.lock
2020-07-30 11:30:48 -04:00
Sean Yesmunt
410c3b34a2
actually fix it
2020-07-30 11:09:15 -04:00
Sean Yesmunt
60e2d14e99
fix inline player style for mobile
2020-07-30 08:33:30 -04:00
eatdostacos
43155c4b87
Add one new string
2020-07-29 18:01:25 -04:00
infiinte-persistence
93d26a0ebb
Fix 'Comments' being loaded on Autoplay despite not visible.
2020-07-29 17:56:38 -04:00
infiinte-persistence
0ab5ca080e
Fix 'Related' being loaded on Autoplay despite not visible.
...
## Issue
In the `Autoplay` case, if the `WaitUntilOnPage` has already opened the gates previously, the next video's Related will be loaded regardless of scroll position.
## Changes
Add a `lastUpdateDate` prop to `WaitUntilOnPage` to allow the parent to reset the gating state.
I don't really like the `lastUpdateDate` prop since it's purpose is not intuitive. Is there a standard way to do a "one-time trigger" from the parent?
2020-07-29 17:56:38 -04:00
infiinte-persistence
c1dbb752d8
RecommendedContent: Move WaitUntilOnPage
to within the component instead.
...
This allows `RecommendedContent` to render the Card but with an empty list, so that the area isn't totally blank while waiting for `WaitUntilOnPage` to debounce.
2020-07-29 17:56:38 -04:00
infiinte-persistence
1383b19817
WaitUntilOnPage: Debounce to fix false positives.
...
There are cases where `WaitUntilOnPage` will incorrectly render, such as at the beginning if the upper components hasn't expanded to full size, so `WaitUntilOnPage` would be briefly visible.
Added a 300ms debounce to fix this, which would also improve scrolling performance a bit by doing less. Hopefully 300ms is enough for the upper components to inflate to full size.
2020-07-29 17:56:38 -04:00
jessopb
2a5d87ee54
Merge pull request #4602 from lbryio/fix-syncThemeSetting
...
trigger sync on theme change in nav menu
2020-07-29 17:56:06 -04:00
sanabhass
2f16758794
Add direction
2020-07-29 17:54:10 -04:00
sanabhass
6cf298c2bc
integrate PostCSS-plugin for RTL-adaptivity
2020-07-29 17:54:10 -04:00
Sean Yesmunt
ca89dab45f
move claim uri under file/channel details
2020-07-29 13:04:58 -04:00
Sean Yesmunt
ad9b98389f
fix html metadata for collisions and redirect reposted claims serverside
2020-07-29 10:31:13 -04:00
Sean Yesmunt
c9723082fe
hide data network settings on web
2020-07-29 00:16:49 -04:00
jessop
b185857eb0
trigger sync on theme change in nav menu
2020-07-28 22:52:44 -04:00
Sean Yesmunt
3aad88ebe7
revert markdown size increases so no markdown is larger than card titles
2020-07-28 16:37:59 -04:00