Commit graph

10862 commits

Author SHA1 Message Date
Franco Montenegro 3671e855cb Add Intl.NumberFormat cache. 2022-05-06 11:24:26 -04:00
Franco Montenegro efa682ef02 Use language stored in localStorage for formatting numbers. 2022-05-06 11:24:26 -04:00
Franco Montenegro 5319232918 Format numbers internationally. 2022-05-06 11:24:26 -04:00
zeppi c5b7cc5ac4 fix bid reset 2022-05-02 16:14:21 -04:00
Franco Montenegro 02e4b651af Properly handle thumbnail field in publish/edit upload/collection. 2022-05-02 16:01:42 -04:00
Franco Montenegro 34ea712874 Do not reset description field while uploading thumbnail in playlist edit/publish form; use same upload thumbnail layout as file upload for playlist edit/publish. 2022-04-28 10:49:39 -04:00
zeppi 562e154675 v0.53.3 2022-04-27 18:32:11 -04:00
zeppi 5b4948891e changelog 2022-04-27 18:30:51 -04:00
jessopb 5ed13de5d6 Revert "more lbrytv removal"
This reverts commit 6acdfc9623.
2022-04-27 18:28:33 -04:00
jessopb 9e48d22d70 Revert "strip lbrytv"
This reverts commit befcf9fd55.
2022-04-27 18:27:56 -04:00
Franco Montenegro 9f40680b64 Add max length to fields in channel creation. 2022-04-26 16:30:53 -04:00
zeppi addcd63794 v0.53.2 2022-04-26 15:59:37 -04:00
zeppi c11235c70e v0.53.2-alpha.1 2022-04-26 15:13:49 -04:00
zeppi d8bedba43d changelog 2022-04-26 15:02:37 -04:00
zeppi befcf9fd55 strip lbrytv 2022-04-26 14:31:42 -04:00
jessopb feb37a17a6 Revert "Update LBRY.tv to just LBRY."
This reverts commit 43c45c1f62.
2022-04-26 10:23:49 -04:00
jessopb fcff90e78c Revert "some more lbry.tv to lbry changes"
This reverts commit 3980d0f51e.
2022-04-26 10:23:49 -04:00
zeppi 6acdfc9623 more lbrytv removal 2022-04-25 22:05:43 -04:00
zeppi 15ad30d509 fix 0.53.1 style issues 2022-04-25 21:13:07 -04:00
Kenneth C 3980d0f51e some more lbry.tv to lbry changes
Have changed some more lbry.tv instances into lbry.com so now the desktop app should no longer show the old LBRY.tv messages.
2022-04-25 20:50:36 -04:00
Kenneth C 43c45c1f62 Update LBRY.tv to just LBRY.
Noticed that quite a few files still reference the defunct LBRY.tv, so now they should be simply "LBRY" or a similar relevant string.
2022-04-25 20:50:36 -04:00
Franco Montenegro 673ab85bea Fix thumbnails missing while searching in side bar. 2022-04-25 12:38:19 -04:00
zeppi 3932ecf7c0 restore tags link 2022-04-25 10:39:12 -04:00
zeppi 9386cc678f fix collection link 2022-04-25 09:24:49 -04:00
zeppi fe2af64b90 fix changelog 2022-04-24 10:35:14 -04:00
zeppi 7c2e4eb3e3 wip 2022-04-24 09:57:28 -04:00
zeppi 0c990ba276 fix ci
yarn lock

fix yarn3 warnings

node 16 on deploy

try deploy again

check in yarn/releases

rm lbry-format from lockfile

remove lbry-format yet again

fix flow
2022-04-24 09:57:28 -04:00
zeppi f6fd061dd6 yarn lock 2022-04-24 09:57:28 -04:00
Daniele Basso 150f280c33 Update README.md 2022-04-24 09:57:28 -04:00
tiziodcaio 3bd97984c0 Update documentation 2022-04-24 09:57:28 -04:00
tiziodcaio c31e40089c Enabling corepack 2022-04-24 09:57:28 -04:00
tiziodcaio 465d204e69 Update yarn to Berry
Adding changelog
2022-04-24 09:57:28 -04:00
tiziodcaio 6742bc373c Upgrade to yarn v3 2022-04-24 09:57:28 -04:00
jessopb 75d2464443
remove old lbrytv players (#7552) 2022-04-23 17:33:53 -04:00
zeppi 6a26771339 v0.53.1 2022-04-22 12:21:57 -04:00
zeppi 5a2e4ae49a changelog 2022-04-22 12:21:23 -04:00
zeppi 0d44213f78 v0.53.0 2022-04-22 11:45:37 -04:00
zeppi 0bb13331d5 changelog edit 2022-04-22 11:45:13 -04:00
zeppi 6bffc8a993 v0.53.1 2022-04-22 11:40:50 -04:00
zeppi 811bb0cf30 changelog 2022-04-22 11:38:23 -04:00
zeppi d64da2a8b2 fix viewedBar bug 2022-04-22 11:34:55 -04:00
zeppi a99f6d4bf2 v0.53.0 2022-04-22 10:25:46 -04:00
zeppi 0101bc0533 v0.53.0-alpha.6 2022-04-22 10:25:29 -04:00
zeppi 83faa7bba0 button tweaks 2022-04-22 10:21:15 -04:00
zeppi a18aceed1f v0.53.0 2022-04-22 09:46:38 -04:00
zeppi 2eb0219ad1 v0.53.0-alpha.4 2022-04-22 09:46:27 -04:00
zeppi c58b3c752e changelog 2022-04-22 09:44:57 -04:00
jessopb ee98531c00
fix repost ribbon (#7549) 2022-04-21 23:02:26 -04:00
Franco Montenegro ee754f0085
Add persistent watch time setting. (#7547)
* Add persistent watch time setting.

* floating bugfix --jessopb

* Improve how the persist watch time is being stored; add clear cache button.

* Add makeSelectContentWatchedPercentageForUri selector and give feedback when clearing cache.

* tweaks --jessopb

Co-authored-by: zeppi <jessopb@gmail.com>
2022-04-21 23:00:57 -04:00
zeppi 3854bf6fd4 v0.53.0 2022-04-21 11:38:49 -04:00