Commit graph

7716 commits

Author SHA1 Message Date
Sean Yesmunt 9f317de5b6 increase paid content to 4 rows for users with more than 6 followed channels 2020-05-26 14:14:09 -04:00
Sean Yesmunt 59af7729d5 v0.46.0-rc.4 2020-05-26 13:34:08 -04:00
Sean Yesmunt 6eb7b312d6 update yarn.lock 2020-05-26 13:34:01 -04:00
Sean Yesmunt 3237070fbd v0.46.0-rc.3 2020-05-26 13:16:16 -04:00
Sean Yesmunt 3cf6d74665 update changelog 2020-05-26 13:16:09 -04:00
Sean Yesmunt 53043ae8b3 fix default textarea styles (broke in latest chrome) 2020-05-26 13:13:58 -04:00
Sean Yesmunt f64e659a7c fix autoplay 2020-05-26 13:13:58 -04:00
Clayton Hickey a7812350ce remove manual override in formatting for credits in header 2020-05-26 12:38:56 -04:00
Sean Yesmunt 3a5549c2dc fix publish page 2020-05-26 11:48:07 -04:00
TigerxWood 6eb3c47417 Update strings for
Update strings for (https://github.com/lbryio/lbry-desktop/blob/master/ui/page/settings/view.jsx) 'Blocked channels' settings
2020-05-26 10:07:30 -04:00
TigerxWood c23d2a91f4 Changed code for "Blocked channels" settings
Because in some languages, like Japanese, the text start with the number first (as it mentioned in https://github.com/lbryio/lbry-desktop/pull/4215#issuecomment-633264851) I rewrote the code to be more easy and clear for translators to translate the text.
2020-05-26 10:07:19 -04:00
Sean Yesmunt 512131e527 add refund message 2020-05-26 09:45:48 -04:00
jessopb 55cb72ff05
Merge pull request #4248 from lbryio/dev
Custom third party lbry web app support
2020-05-26 09:31:57 -04:00
jessopb 98f9773e45
Merge pull request #4244 from lbryio/tvWebRebaseToLat
rename lbrytv to web
2020-05-25 17:24:52 -04:00
jessop e3c2919373 rename lbrytv to web
language and API consts

improve customization
custom homepages
get config from .env.default
custom title and logo

small changes

add pinned item to sidebar

rebase?
2020-05-25 17:21:02 -04:00
jessopb 1dba194b67
Merge pull request #4208 from jeffslofish/issue-4207
Allow double-clicking in header to maximize the app.
2020-05-25 15:00:36 -04:00
Sean Yesmunt 931fd897cd v0.46.0-rc.2 2020-05-25 14:46:09 -04:00
Sean Yesmunt b914590a77 update lbry-redux and add loading spinner for comments 2020-05-25 14:45:43 -04:00
Sean Yesmunt cbec0d15df fix changelog 2020-05-25 13:38:08 -04:00
Cassidy c0dd3e48a4 prevents effect from being re-ran on every render 2020-05-25 13:36:17 -04:00
Cassidy 576cc6cffd updates changelog with description and PR link 2020-05-25 13:36:17 -04:00
Sean Yesmunt 0798a9e014 update changelog 2020-05-25 13:36:17 -04:00
Cassidy 417330df1a updates changelog with description and PR link 2020-05-25 13:36:17 -04:00
Cassidy b5f3ac0526 disables page scroll when pressing spacebar 2020-05-25 13:36:17 -04:00
Sean Yesmunt 8b68932997 improve first time play experience for paid content in blog posts 2020-05-25 13:29:38 -04:00
Sean Yesmunt b244261715 commas 2020-05-25 13:29:38 -04:00
Sean Yesmunt b2a57e0cf6 v0.46.0-rc.1 2020-05-25 10:41:58 -04:00
Sean Yesmunt 06b901e1cd update changelog 2020-05-25 10:41:47 -04:00
Sean Yesmunt 74dc6f4469 use nativeControls for ios devices 2020-05-25 10:36:17 -04:00
infiinte-persistence 8183b5822b Update markdown-toggle style in Publish to the new quick-action style for consistency with Comments. 2020-05-25 10:32:26 -04:00
infiinte-persistence 7064793319 Fix Reply's markdown-editor appearing in Create due to 'name' clash from a prior merger. 2020-05-25 10:32:26 -04:00
infiinte-persistence 5b11cd7c65 Comments: add ability to toggle between simple and markdown editor. 2020-05-25 10:32:26 -04:00
infiinte-persistence fffd2f1576 FormField: add an optional quick-action button for 'markdown' and 'textarea'.
Technically, the other modes can have a quick-action button as well, but for now it's not implemented since it's unlikely to be used.

The first usage will be to house the "toggle markdown editor" button, but it can be used for anything. The caller will handle the action.

It will be located at the upper-right, which is a better place for such a button. Putting the "toggle markdown editor" button on the bottom seems too far away and seems to make the 'Done|Cancel' area too busy/cluttered.
2020-05-25 10:32:26 -04:00
Baltazar Gomez ca4bbf53df
Support drag-and-drop file publishing (#4170) 2020-05-25 10:27:36 -04:00
infiinte-persistence 23848dd37a Fix <i18nMessage> not localizing the message.
--- Problem (#4173) ---
Messages under <i18nMessage> weren't localized although the translation is available. However, the tokens for these messages are localized, causing a mixed-language final string.

--- Fix ---
It appears that the original message (instead of the localized) was used in the token-substitution process.
2020-05-25 10:18:08 -04:00
Sean Yesmunt f1a62160b4 don't fail to load page because chainquery returns an error 2020-05-25 00:39:14 -04:00
Sean Yesmunt 737e0ed7ab add 2257 page in footer 2020-05-22 20:19:25 -04:00
Sean Yesmunt 03518c8a5a show price on embeds in markdown 2020-05-22 16:48:24 -04:00
Sean Yesmunt 7eb759e0da don't continue to play uri if user cancels purchase 2020-05-22 16:48:24 -04:00
Sean Yesmunt 047fb24731 add age confirmation on web when setting mature content setting 2020-05-22 11:49:38 -04:00
Thomas Zarebczan 6d888b5121 A few tweaks 2020-05-22 11:17:47 -04:00
Sean Yesmunt 21f9fc7b31 Revert "Make sure native controls appear on touch devices Closes #4150"
This reverts commit 88f4329d34.
2020-05-22 10:30:56 -04:00
Sean Yesmunt da0850c096 Revert "Update changelog"
This reverts commit 6acf5c9ac4.
2020-05-22 10:30:56 -04:00
jessopb 235930815e
prevent paid content in embeds (#4230) 2020-05-21 21:26:46 -04:00
jessopb c6b649f2a5
Merge pull request #4228 from lbryio/fixEmbedsAfterPaidContent
Fix embeds after paid content
2020-05-21 17:30:30 -04:00
jessopb d335c3b95d
Merge pull request #4227 from lbryio/fix-unintendedSignin
fix unintended signin on play
2020-05-21 17:28:29 -04:00
jessop e204659df2 fix unintended signin on play 2020-05-21 17:25:38 -04:00
jessop bb674b6e2c make embeds work 2020-05-21 17:11:56 -04:00
Jeffrey Fisher 6acf5c9ac4 Update changelog 2020-05-21 13:28:34 -04:00
Jeffrey Fisher 88f4329d34 Make sure native controls appear on touch devices
Closes #4150
2020-05-21 13:28:34 -04:00