Commit graph

72 commits

Author SHA1 Message Date
Sean Yesmunt de3639f29c new build setup for web/electron 2019-03-04 23:48:04 -05:00
Sean Yesmunt 08f48f3868 maint: upgrade sdk to 0.32.0 2019-02-18 12:33:45 -05:00
Thomas Zarebczan 672dd4fd79 fix: better download error message
If the SDK produces an uncaught error, show this also. It will help us with debugging.
2019-02-01 15:31:36 -05:00
Sean Yesmunt 493cd6c179
Add extra newline space on error message 2019-02-01 11:10:29 -05:00
Thomas Zarebczan 2526ca6688 fix: pass error message
Pass the download error message from SDK and fix up new line formatting on modals. We aren't using the timeout modal, but leaving in because we should use a special one for download failures in the future.
2019-02-01 03:23:34 -05:00
Sean Yesmunt af35e87dc6 feat: autoplay next file in related list 2019-01-28 15:05:28 -05:00
Thomas Zarebczan 3321483395 fix undefined error
Make sure unreadForChannel is defined before checking type.
2019-01-14 20:02:11 -05:00
Sean Yesmunt bed9b1f95f
Fixes/Changes for 0.27.0 (#2176)
* add Invite to the left nav

* fix: #2154 - only set latest content if we are on page 1 of a channel

* lower priority for channel/date on home page

* add gerbil to 'all caught up' subscription view

* fix: spacing on items in home page scrollable list

* color improvements on homepage for titles/help message

* fix: stroke width for svg inside button

* fix: grid layout on large screens

* i give up - related on the right side always

* fix: hidden claims message spacing

* general spacing improvements

* fix: nsfw file page background

* remove comment
2019-01-11 11:34:36 -05:00
Sean Yesmunt e618b491e6 remove fetchClaimsCount call on channel pages 2018-11-27 17:13:15 -05:00
Sean Yesmunt 4ecd5e1684 add recommended subscriptions 2018-11-21 16:20:55 -05:00
Sean Yesmunt df322c573a move modals to app and use doToast/doError 2018-11-20 11:05:25 -05:00
Jessop Breth bf86974ec2 Uses a constant for PAGE_SIZE 2018-11-02 22:17:55 -04:00
Sean Yesmunt 1837cef751 use string for channel bid amount 2018-10-31 13:11:32 -04:00
Sean Yesmunt 78c27b4601 Revert "move modals to app and use doToast/doError"
This reverts commit 24100fac06.
2018-10-29 13:25:22 -04:00
Sean Yesmunt 24100fac06 move modals to app and use doToast/doError 2018-10-29 13:24:15 -04:00
Sean Yesmunt 5e98a9b982 updates for lbrynet30 2018-10-26 14:16:43 -04:00
Sean Yesmunt 70b95f2f61 subscription improvements 2018-10-22 12:44:22 -04:00
Sean Yesmunt a98a001e13 fix typo 2018-10-18 11:23:08 -04:00
Chakrit Likitkhajorn 8258fc887e Add changelog and comment 2018-10-18 19:38:12 +07:00
Chakrit Likitkhajorn 208bafdae9 Fix issue file_list call continues indefinitely if a file is removed while downloading 2018-10-15 18:27:56 +07:00
Sean Yesmunt 4dbd364ea1 use lbryinc/lbry-redux for rewards/featured content 2018-10-05 16:14:46 -04:00
Sean Yesmunt 2c4fde4321 change channel page amount to 48 2018-10-04 00:55:30 -04:00
Sean Yesmunt 9b700e48bf use lbryio/lbryinc 2018-09-23 23:44:42 -04:00
Sean Yesmunt d0c2490202 fix: ensure file_view events for autoplay/subscriptions 2018-09-18 18:50:24 -04:00
Travis Eden 86a40eacbc add UserHistoryPage 2018-08-29 23:17:20 -04:00
Travis Eden 5cd7794fa0 record browsing history, persist content 2018-08-29 23:17:20 -04:00
Travis Eden f1a799374a media.positions[outpoint] |> content.positions[claimId][outpoint] 2018-08-29 23:15:43 -04:00
Sean Yesmunt 6091bdec18 remove old reward call 2018-08-28 17:54:23 -04:00
Travis Eden 5e270c129c doCheckSubs only takes uri; do not clear notifications on doFetchClaimsByChan; doFetchMySubs on startup; always set latest on checkSub; do not download or notify when latest is undefined 2018-08-20 09:47:19 -04:00
Travis Eden 30e0ff309a prevent subscription notification when viewing subscriptions page 2018-08-20 09:47:19 -04:00
Travis Eden 35f35dcbae remove snackbar when download complete 2018-08-20 09:47:19 -04:00
Travis Eden 386e9271ff when file download completes, notify through snackbar if on subscriptions page; formatting 2018-08-20 09:47:19 -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
Daniel 5c65ca7a47 Rename variables names and text labels to be more descriptive. 2018-08-01 15:49:57 -03:00
Daniel Dominguez b31781f6ef Add setting to skip desktop nofifications, persist the setting on localstorage, defaults to true(notifications enabled). 2018-07-30 21:13:57 -03:00
Travis Eden 17ca490db4 display download error only when that uri is playing 2018-07-18 10:29:43 -04:00
Travis Eden d43dd78821 suppress load video error; disable autoplay per-video after download failure 2018-07-17 09:37:44 -04:00
Thomas Zarebczan e0557e0674 Fix issue 1494 - uri and outpoint to API
This will send the same unique URI for all claims, regardless of what URI the user navigated to. Also fix sending of outpoint (was passed as output, which was blank, previously)
2018-06-05 13:22:32 -04:00
Sean Yesmunt 938a8e1b7e allow channels on Discover page 2018-05-24 16:11:13 -04:00
Sean Yesmunt 492b1601f6 feature: use internal-apis for subscriptions and add page loader
update subscription types

update changelog

Simplify subscriptions sync logic

add claim type

use let over const

change spinner color based on theme

clean up subscriptions
2018-05-15 11:16:14 -04:00
Daniel Dominguez 16c09a9ddd Move modals types constants to lbry-redux repository.
- Remove useless file modal types as is not referenced anymore in this repository.
  - Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
Sean Yesmunt 25c6ef54e1 doOpenModal => doNotify 2018-04-19 12:51:18 -04:00
Sean Yesmunt c097c15312 fix lbry-redux imports and lint fixes 2018-04-18 00:22:42 -04:00
Sean Yesmunt eaa11679e7 update: move to lbry-redux 2018-04-18 00:13:00 -04:00
Sean Yesmunt 3edd660f77 implement app redesign 2018-03-26 14:32:43 -07:00
liamcardenas 2251fe5832 Notify after download, badges and fix error 2018-03-26 00:31:52 -07:00
liamcardenas 74bab48749 Added api sub logging, sub modal, and immediate download initiation 2018-03-16 11:22:19 -07:00
liamcardenas 7828753d49 Fix recurring download problem, notification error and consolidate actions 2018-03-15 01:34:22 -07:00
liamcardenas fa91f3cea5 Fix abandon claim issue 2018-03-08 23:10:37 -08:00