Commit graph

19 commits

Author SHA1 Message Date
Sean Yesmunt
27eb1a8dbe fix: button style in file description 2019-03-01 08:13:37 +09:00
Sean Yesmunt
1367eef934 fix: load correct video player on web 2019-03-01 07:51:33 +09:00
Sean Yesmunt
7577586ea9
Merge 'relase' into 'master' (#2289)
* v0.29.0-rc.1

* bump daemon

* v0.29.0-rc.2

* bump lbry/components

* v0.29.0-rc.3

* fix: remember if search options were open

* fix: scrollable list on subscriptions

* fix: icon alignment on file page

* fix: button color in publish form

* fix: select option color for windows/linux

* fix: don't break app when navigating to abaondoned claims

* fix: thumbnail size on related content

* maint: rc4

with UI fixes

* fix: ... buttons ... again

* fix: file percentage on pending downloads

Changed to DidMount (did update seemed to trigger the file list too many times) - this will show the percentage if it's not completed and currently downloading. Typical cases are if a person refreshed or navigated away/back. This way if a download is stuck, a user will see the percentage and can try to delete/redownload (we should add a start/stop feature later on).

* fix: name input text wrapping

* change: use select drop down for search results

* add search analytics

* v0.29.0-rc.5

* v0.29.0-rc.6

* fix: name input alignment

* fix: metadata

* bump sdk

* v0.29.0-rc.7

* fix: line-height

* v0.29.0-rc.8

* v0.29.0
2019-02-21 17:45:17 -05:00
Sean Yesmunt
b98301d28d fix: show 'no preview available' for files correctly 2019-02-04 16:19:09 -05:00
Derek Yesmunt
0f60b01155 fix: reset time to zero on file end 2019-01-29 23:15:01 -05:00
Sean Yesmunt
af35e87dc6 feat: autoplay next file in related list 2019-01-28 15:05:28 -05:00
Sean Yesmunt
a895a653fa add support for .lbry sandbox applications 2019-01-16 02:00:22 -05:00
Travis Eden
58ed68d8c3 position tracking clean up 2018-08-29 23:16:59 -04:00
Travis Eden
82252e6985 remove media.paused; catch file open pause from change of content.playingUri 2018-08-29 23:16:06 -04:00
Travis Eden
f1a799374a media.positions[outpoint] |> content.positions[claimId][outpoint] 2018-08-29 23:15:43 -04:00
seanyesmunt
99afa88a36 don't record file twice if user clicked 'download' before 'play' 2018-08-22 15:54:52 -04:00
Sean Yesmunt
cb004e34f9
Merge pull request #1853 from lbryio/log-time-to-play
log time to play
2018-08-13 14:36:18 -04:00
seanyesmunt
c5c62a2698 include time to start if available in file_view analytics 2018-08-03 11:54:10 -04:00
btzr-io
80c0f9a8f6 extend support for human-readable files 2018-08-01 22:56:17 -06:00
btzr-io
2c8f11750a improve and optimize renderFile method (fileSource) 2018-08-01 18:53:38 -06:00
btzr-io
c1628b4572 fix typo 2018-07-27 20:26:04 -06:00
btzr-io
f48b331a69 minor fixes 2018-07-27 19:54:06 -06:00
btzr-io
842fbcc668 implement syntax highlighter 2018-07-27 19:42:35 -06:00
btzr-io
0f09210c5a rename video component to fileViewer 2018-07-10 10:33:03 -04:00
Renamed from src/renderer/component/video/internal/player.jsx (Browse further)