Commit graph

296 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
Sean Yesmunt
5b9014d272
Merge pull request #2227 from lbryio/lazy
Lazy resolve homepage claims to avoid unnecessary page updates
2019-01-31 16:11:44 -05:00
Sean Yesmunt
25923505a0 feat: lazy resolve homepage claims 2019-01-30 02:39:00 -05:00
Sean Yesmunt
720e2e7309 fix: yrbl style on subscriptions page 2019-01-30 01:33:48 -05:00
Sean Yesmunt
d43a40baf0 fix: limit category list to 10 items 2019-01-29 16:07:19 -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
7aa29417b8 update: standardize icon naming 2019-01-26 18:50:58 -05:00
Sean Yesmunt
defc08eccb change: less intrusive first run experience 2019-01-23 10:40:23 -05:00
Sean Yesmunt
88a731ffea fix: flow errors 2019-01-19 13:54:06 -05:00
Sean Yesmunt
afe82c478e change: remove error modal from rewards 2019-01-18 11:29:02 -05:00
Sean Yesmunt
39399cfd0f
Are we there yet? Hopefully last release fixes (#2192)
* tweak: more noticeable active states for subscriptions layouts

* fix: error modal styling when expanded

* fix: reward claim modal
2019-01-15 11:16:30 -05:00
Thomas Zarebczan
b72ac5eb7d
fix back nav from sub category (#2191)
Had to click back twice when navigating from the category. Similar to d9bcbf06f4 (diff-1b0a0f2bf394d43b5e1cbe3e69dd19bb)
2019-01-14 19:38:16 -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
f63410e7f8 upgrade to 0.30.4 lbry-sdk 2019-01-11 11:47:45 -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
c6e3c2db59 responsive realted column 2019-01-09 17:06:22 -05:00
Sean Yesmunt
388434929c fix: increase button icon size 2019-01-09 17:06:22 -05:00
Sean Yesmunt
9658cefa55 fix: input + label alignment 2019-01-09 17:06:22 -05:00
Sean Yesmunt
d65c92f300 fix: reward tile layout 2019-01-09 17:06:21 -05:00
Sean Yesmunt
bae0534d99 use correct tx price color and fix tx refresh button layout 2019-01-09 17:05:47 -05:00
Sean Yesmunt
4aabfb731e improve subscriptions spacing and layout 2019-01-09 17:05:47 -05:00
Sean Yesmunt
eb7de08ed1 feat: auto email verification 2019-01-07 21:46:33 -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
Thomas Zarebczan
e616cad1eb fix: missing fetchRewards
This was a patched last week to ensure new rewards are fetched continuously (mostly for LBRYCast) if the app is left open. Forgot to add this statement to the props.
2018-12-17 14:53:59 -05:00
Sean Yesmunt
5151b0097e fix: show reward code modal if a user has claimed all rewards 2018-12-14 00:59:04 -05:00
Sean Yesmunt
721262bd39 copy: clearer subscription text 2018-12-13 17:38:51 -05:00
Thomas Zarebczan
e4c48124d4 fix: featured reward claim
This will fetch new rewards if LBRY is left open on the homepage. We refresh the featured URIs on an interval, but the reward list would not have the newly pushed LBRYCast reward available...so you would not be able to claim this until going to the rewards page.
2018-11-30 15:30:24 -05:00
Sean Yesmunt
2e5719f48a fix typo 2018-11-29 00:12:34 -05:00
Sean Yesmunt
05f8ec1375 change copy 2018-11-27 17:18:11 -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
a56831db2c standardize constant naming/imports 2018-11-27 11:59:41 -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
7084c87a02 remove unused displayType 2018-11-20 17:22:48 -05:00
Sean Yesmunt
1a7ca6fe7b use doOpenModal for upstream changes 2018-11-20 11:09:19 -05:00
Sean Yesmunt
df322c573a move modals to app and use doToast/doError 2018-11-20 11:05:25 -05:00
Sean Yesmunt
d740b26662 minor changes 2018-11-12 18:58:26 -05:00
YULIUS KURNIAWAN KRISTIANTO
48a9f5e702
added some link and change link 2018-11-13 03:36:00 +07:00
YULIUS KURNIAWAN KRISTIANTO
780ef7a510
add faq to Report a Bug section 2018-11-13 03:17:24 +07:00
Sean Yesmunt
cf45aa6661
Merge pull request #2096 from lbryio/social-links
Fix spee.ch and open.lbry.io links in social share
2018-11-12 10:28:22 -05:00
Sean Yesmunt
1c5e28653a fix channel links 2018-11-09 10:34:48 -05:00
Sean Yesmunt
b5ad608d88 add RefreshTransactionList button 2018-11-08 12:13:36 -05:00
Sean Yesmunt
2c9c174ed8 call claim_list_mine on page entry and add refresh button 2018-11-07 14:35:47 -05:00
Sean Yesmunt
336f398ce1 remove shapeshift 2018-11-06 16:54:28 -05:00
Sean Yesmunt
f621440b3f
Merge pull request #2088 from jessopb/channelShare
adds shareModal to channel page
2018-11-05 10:31:41 -05:00
Sean Yesmunt
45339f8197 fix typo 2018-11-05 10:29:21 -05:00