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
zeppi
3ca62704d5
v0.53.0-alpha.3
2022-04-21 11:38:03 -04:00
zeppi
34d9b05de0
changelog typo
2022-04-21 11:33:49 -04:00
zeppi
87835451f3
v0.53.0
2022-04-21 11:17:49 -04:00
zeppi
3b7b9e69c7
changelog
2022-04-21 11:12:59 -04:00
zeppi
febbb4f82e
changelog
2022-04-21 11:12:26 -04:00
zeppi
e29e982ffb
temp following style fix
2022-04-21 11:05:42 -04:00
zeppi
d84746d395
v0.53.0-alpha.1
2022-04-20 17:18:20 -04:00
jessopb
c133d5b53a
style fixes ( #7548 )
2022-04-20 17:17:47 -04:00
zeppi
845f33b4f2
v0.53.0-alpha.0
2022-04-18 08:55:19 -04:00
zeppi
9b26a65be4
changelog
2022-04-18 08:54:59 -04:00
zeppi
2193c61628
changelog
2022-04-18 08:53:57 -04:00
zeppi
aef3eccfbd
changelog
2022-04-17 13:27:02 -04:00
jessopb
3034f4ce6c
bring in styles ( #7542 )
...
* bring in ody styles; modify; cleanup
* workflow
* workflow
* v0.52.6-alpha.teststyles.1
* fix hook
* v0.52.6-alpha.teststyles.2
* style fixes
* fix pagination styling
* v0.52.6-alpha.teststyles.3
* wallet icon was bad
* restore deploy script
* fixes
* fix player close button
* modal inputs
* cleanup
* cleanup
* fix staked indicator
* fix profile menu button skel delay
* fix view-all-playlists hover
* fix overlay buttons on collection page
* fix header buttons
2022-04-17 13:04:56 -04:00
Franco Montenegro
50ae6e2869
Add ability to search through publishes. ( #7535 )
...
* Add ability to search through publishes.
* Small fix in allClaimListMine type.
* Small fix for search claims in uploads page.
* Add search term in uri when filtering uploads.
* ui/ux touchup
* no appstrings for you
* resolve conflicts
Co-authored-by: jessopb <36554050+jessopb@users.noreply.github.com>
2022-04-14 23:05:59 -04:00
infinite-persistence
21204321c0
Remove abandoned claim from Uploads Page ( #7534 )
...
## Issue
In Uploads Page, Claim doesn't go away immediately when deleted, only after a refresh.
## Approach
- Also update `myClaimsPageResults` when abandoning.
- `abandonedUris` is an array because the uris come in various form, so had to check all.
(Cherry-pick of Odysee PR_1276)
2022-04-13 12:22:50 -04:00
infinite-persistence
daab8a28ed
Fix post-editor preview mode ( #7532 )
...
## Cause
It broke because lack of awareness that we can't use our components in preview mode. For some reason, we don't have redux access in SimpleMDE's preview mode.
## Change
- Restore the stub for iframes
- Fix preview for images, and apply a similar styling as in Posts.
Co-authored-by: jessopb <36554050+jessopb@users.noreply.github.com>
2022-04-13 12:22:05 -04:00
infinite-persistence
79f05a831f
Uploads: show placeholder when loading
2022-04-13 12:08:04 -04:00
dependabot[bot]
243cd0dffd
Bump plist from 3.0.4 to 3.0.5
...
Bumps [plist](https://github.com/TooTallNate/node-plist ) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases )
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md )
- [Commits](https://github.com/TooTallNate/node-plist/commits )
---
updated-dependencies:
- dependency-name: plist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 12:04:30 -04:00
dependabot[bot]
8e536e7020
Bump lodash-es from 4.17.15 to 4.17.21
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash-es
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 12:04:11 -04:00
dependabot[bot]
b0ab2daf39
Bump moment from 2.24.0 to 2.29.2
...
Bumps [moment](https://github.com/moment/moment ) from 2.24.0 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 11:46:18 -04:00
Franco Montenegro
3fd3a548ec
Add viewed bar in thumbnails.
2022-04-13 11:40:06 -04:00
zeppi
d1c82c9af0
fix send tip default
2022-04-05 16:47:21 -04:00
zeppi
5ef1baff3b
v0.52.6
2022-04-04 17:35:27 -04:00
zeppi
da564452f7
fix duplicate plist key
2022-04-04 16:58:46 -04:00
zeppi
c3d836bca7
update mac plist
2022-04-04 16:41:27 -04:00
zeppi
745a3ca889
v0.52.6-alpha.8
2022-04-04 16:39:55 -04:00