Commit graph

334 commits

Author SHA1 Message Date
Sean Yesmunt
f1f905a621 fix: suggested subscriptions not being fetched from lazy load bug 2019-02-03 23:20:57 -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
3776620564
Merge pull request #2253 from lbryio/fix-download-error
fix: pass error message
2019-02-01 12:10:17 -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
Thomas Zarebczan
7148bab2bb fix: missing spee.ch error
Also, decided to reset the publish status. Unless wee for sure know it's a spee.ch issue, we should let them upload again (what If i selected an mp4 or other unsupported type?) They can still manually choose the manual URL method.
2019-02-01 02:17:23 -05:00
Sean Yesmunt
25923505a0 feat: lazy resolve homepage claims 2019-01-30 02:39:00 -05:00
Sean Yesmunt
af35e87dc6 feat: autoplay next file in related list 2019-01-28 15:05:28 -05:00
Sean Yesmunt
21661fce85 feat: show guided tooltip to invite page on first run 2019-01-26 19:23:47 -05:00
Sean Yesmunt
82e041c197 change: remove 'My LBRY' and move publishes/downloads/history to top level in sidebar 2019-01-26 18:50:58 -05:00
Sean Yesmunt
adb81c0a49 enhance 2019-01-23 10:40:23 -05:00
Sean Yesmunt
defc08eccb change: less intrusive first run experience 2019-01-23 10:40:23 -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
d9770f3343 update: use 'home' icon for 'explore' tab on side bar 2019-01-14 17:31:23 -05:00
Sean Yesmunt
174bfbc8fb
0.27.0 cleanup (#2182)
* fix: channel navigation from suggested subscriptions

* fix: move subscribe/share buttons below name on channel page

* fix: images with weird media type

* fix: increase tx amount size on tx table

* change: add icons to nav bar

* fix: move filewatcher-webpack-plugin into dev dependencies

* fix: upgrade button styling

* improvement: modal consistency

* change: increase svg stroke inside button

* fix: more descriptive title on header for wallet balance

* fix: minor color/alignment

* chore: update lbry-redux
2019-01-14 13:40:06 -05:00
Sean Yesmunt
ac8d5aef5b allow running the app with mismatched daemon versions 2019-01-11 11:48:25 -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
ad90c1f96e
Redesign fixes (#2164)
* fix: share modal not opening

* fix: add more spacing above snackbar link

* fix: properly close thumbnail error modal

* fix: better align media property icons

* fix: tx filter alignment and prevent hiding filter if no current tx's

* fix: publish markdown on dark mode

* fix: add max-width on container for large screens

* fix: channel pagination aligmnent and spacing

* fix: modal spacing and flow errors

* fix: home page scrolling (now with mouse scrolling)

* fix: hover color in dark mode for outline buttons

* fix: improve file page spacing/layout

* cleanup

* fix: wrap file actions on smaller screens

* fix: comment button spacing
2019-01-07 18:29:40 -05:00
Sean Yesmunt
88befcc1b9
Newnew (#2144)
* Fixes

* Fix top result

* Added icons to React component

* Trying to get icons to work

* Icons

* add icon-custom.jsx with buildIcon function

* Icon fixes

* Fixed subscription screen
2018-12-19 00:44:53 -05:00
Sean Yesmunt
0394854128 show loading spinner for suggested content 2018-12-04 15:12:03 -05:00
Thomas Zarebczan
1b92cb4d1e fetch subs fix
Instead of calling check subscriptions after fetching them (with a timeout hack), do this directly in the fetch routine instead of calling claim_list_by_channel. This ensures claim_list_by_channel is only called once and the subscriptions are checked after every fetch.
2018-11-30 13:59:36 -05:00
Sean Yesmunt
2e5719f48a fix typo 2018-11-29 00:12:34 -05:00
Sean Yesmunt
fd2ac2e78a manually add callbacks for lbryinc and fix modals 2018-11-28 18:25:06 -05:00
Sean Yesmunt
006ff3fd43 cleanup 2018-11-28 18:21:33 -05:00
Sean Yesmunt
9e5f82c7ae resolve subscribe uris before calling claim_list_mine for quick navigation and remove duplicate call for featured 2018-11-28 11:58:47 -05:00
Sean Yesmunt
c07214ef7a add ability to mark all subscriptions as read 2018-11-27 17:16:23 -05:00
Sean Yesmunt
e0d6537c96 add 'new' badge on every page in the app 2018-11-27 17:13:38 -05:00
Sean Yesmunt
e618b491e6 remove fetchClaimsCount call on channel pages 2018-11-27 17:13:15 -05:00
Sean Yesmunt
1dd6a9e42f
Merge pull request #2109 from lbryio/subscriptions
Show recommended subscriptions
2018-11-27 11:23:38 -05:00
Sean Yesmunt
4ecd5e1684 add recommended subscriptions 2018-11-21 16:20:55 -05:00
Sean Yesmunt
8bd736850c fix typo 2018-11-20 17:23:11 -05:00
Sean Yesmunt
df322c573a move modals to app and use doToast/doError 2018-11-20 11:05:25 -05:00
Sean Yesmunt
a8b8e02929
Merge pull request #2095 from lbryio/comments
Comments support button
2018-11-13 20:11:32 -05:00
Sean Yesmunt
523fdf694b fix license type on edit 2018-11-07 23:14:35 -05:00
Sean Yesmunt
863b2e32ce add comment support button 2018-11-07 17:44:38 -05:00
Sean Yesmunt
02457ca11c remove console.log 2018-11-06 09:36:06 -05:00
Sean Yesmunt
d775de69e7 Remove ToS checkbox 2018-11-05 16:08:27 -05:00
Sean Yesmunt
f3d093e62c fix typo 2018-11-05 10:50:49 -05:00
Sean Yesmunt
af2164e9e4 update lbry-redux and subscriptions claim_list_mine call 2018-11-05 10:21:38 -05:00
Jessop Breth
bf86974ec2 Uses a constant for PAGE_SIZE 2018-11-02 22:17:55 -04:00
Sean Yesmunt
121e4b215f
Rc fixes (#2085)
* fix: channel button color on dark mode

* fix: disabled primary button in dark mode

* fix: show pending publishes immediately

* update lbry-redux

* remove duplicate import

* use lbry colors for 'new' badge

* fix: don't filter transactions in recent transactions

* fix: remove unread subscriptions on un-subscribe

* handle edits and new files the same for pending publishes

* don't loop over transactions if we don't have to

* bump lbry-redux
2018-11-02 14:33:00 -04:00
Sean Yesmunt
1837cef751 use string for channel bid amount 2018-10-31 13:11:32 -04:00
Sean Yesmunt
639f99555f fix subscribe uri on channel pages 2018-10-31 13:08:30 -04:00
Sean Yesmunt
2536d46cdf remove async/await code 2018-10-30 13:07:55 -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
ポール ウェッブ
ecde8dd1ab Removed bogus code 2018-10-22 12:30:16 -04:00
ポール ウェッブ
7aae6baaa9 Removed themes folder 2018-10-22 12:30:16 -04:00