Commit graph

1256 commits

Author SHA1 Message Date
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
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
fdf90ef496 fix: change play/view icon color on hover over thumbnail 2019-01-09 17:06:22 -05:00
Sean Yesmunt
08bd2d233f back to explore page 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
b67eeeaa68 fix: homepage list spacing on last item 2019-01-09 17:06:22 -05:00
Sean Yesmunt
ca3e0313df improve thumbnail/loading screen on file page 2019-01-09 17:06:22 -05:00
Sean Yesmunt
52ab29a6ca badge/ribbon style on file bage 2019-01-09 17:06:22 -05:00
Sean Yesmunt
fcf8375496 cleanup btn styles 2019-01-09 17:06:22 -05:00
Sean Yesmunt
d2fcd8cf1a fix: media property visibility on search page 2019-01-09 17:06:21 -05:00
Sean Yesmunt
719cdb3334 fix: links inside collapsible info 2019-01-09 17:06:21 -05:00
Sean Yesmunt
0ab1740b07 fix: pagination text color 2019-01-09 17:06:21 -05:00
Sean Yesmunt
82dc80e100 fix: better pending style for publishes 2019-01-09 17:06:21 -05:00
Sean Yesmunt
d65c92f300 fix: reward tile layout 2019-01-09 17:06:21 -05:00
Sean Yesmunt
7b0ab43bfa fix: phone collection 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
076f8a116b simplify placeholder animation 2019-01-09 17:05:47 -05:00
Sean Yesmunt
cac767a3b8 fix: minor color and spacing issues 2019-01-09 17:05:47 -05:00
Sean Yesmunt
d69e622172
Merge pull request #2169 from lbryio/email
feat: auto email confirmation
2019-01-09 17:04:39 -05:00
Sean Yesmunt
6969aa9af1 make sure rewards are updated after email is confirmed 2019-01-09 00:01:45 -05:00
Electron - Mark Firth
287e567768 Full Permanent URL Copy Fix
This change ensures the full permanent URL is copied and not just the vanity/community URL.
2019-01-08 02:11:06 -05:00
Electron - Mark Firth
7d36baef6c SVG Rendering Error Fix For Buttons
This fixes the SVG rendering error that can happen when the app is displayed at different sizes.
2019-01-08 02:06:07 -05:00
Sean Yesmunt
66bbd4aeac update auth redirect 2019-01-07 23:42:54 -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
42e3d74805 Change copy 2019-01-07 02:14:30 -05:00
Thomas Zarebczan
270dee1469 update subscription modal text
Is this too wordy? Was thinking we could give a link the edit email preferences but would need to bring in the access token here. P
2019-01-07 02:14:30 -05:00
Clement
6f67562956 Update _scrollbar.scss (#2157)
scroll bar width on windows is almost impossible to see especially in full screen, increased the width by 1px;
2019-01-04 10:58:02 -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
Thomas Zarebczan
a457574a6f Fix delete button not showing on own claim
We should show the delete button for own claims as well.
2018-12-15 19:39:24 -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
Sean Yesmunt
1d8b129025 fix: hide reward code modal after success 2018-12-13 11:51:37 -05:00
Sean Yesmunt
445e8430f4 fix: subscribe button on search page 2018-12-13 11:26:51 -05:00
Sean Yesmunt
8fa5573f73
Merge release into master (#2141)
* v0.26.0-rc.5

* v0.26.0-rc.6

* v0.26.0-rc.7

* v0.26.0-rc.8

* v0.26.0-rc.9

* v0.26.0-rc.10

* daemon v0.30.1rc8

* v0.26.0-rc.11

* v0.26.0-rc.12

* v0.26.0-rc.13

* chore: bump rc and daemon rc

* update lbry-redux

* fix title wrapping

* fix: md button color in dark mode

* hide abandonded claims

* fix: can't preview alignment

* update lbry-redux

* chore: bump daemon rc

* chore: bump rc

* chore: bump proper daemon

0.30.1!!

* fix: CategoryList style

* v0.26.0-rc.16

* re-add build:dir script

* v0.26.0
2018-12-12 11:25:08 -05:00
Sean Yesmunt
b7f0c9f434 fix: can't preview alignment 2018-12-07 12:38:03 -05:00
Sean Yesmunt
65eebb8618 hide abandonded claims 2018-12-07 11:40:42 -05:00
Sean Yesmunt
062761d850 fix: md button color in dark mode 2018-12-07 10:51:12 -05:00
Sean Yesmunt
4a123bc481 fix title wrapping 2018-12-06 17:09:08 -05:00
Sean Yesmunt
219eeb8e67 fix: make sure there is no modal open before opening wallet_unlock modal 2018-12-05 16:09:11 -05:00
Sean Yesmunt
c9c1fdbb19 show incompatible daemon modal before anything else 2018-12-04 17:39:27 -05:00
Sean Yesmunt
b9c4e6ffdd prevent error timeout if user's wallet is locked 2018-12-04 15:30:14 -05:00
Sean Yesmunt
0394854128 show loading spinner for suggested content 2018-12-04 15:12:03 -05:00
Sean Yesmunt
820886202d
Merge pull request #2129 from lbryio/rc-fixes
Rc fixes
2018-12-03 11:09:16 -05:00
Sean Yesmunt
1bb0973c26 fix: always show tx filter 2018-11-30 16:47:04 -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
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
46b47c3f8f use promise for setAuthToken so we only continue after the auth token has been set 2018-11-30 12:57:12 -05:00
Sean Yesmunt
b773badef1 keep value of authToken 2018-11-30 00:55:45 -05:00
Sean Yesmunt
eb970c7873 wrap text properly in MD preview 2018-11-30 00:49:02 -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
10e8977510 fix white flash on reload 2018-11-28 12:52:07 -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
75228bcd89 fix typos 2018-11-27 18:36:05 -05:00
Sean Yesmunt
a45a345110 fix copy for mark as read button 2018-11-27 18:08:29 -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
0562ed866b fix modal import 2018-11-27 17:13:38 -05:00
Sean Yesmunt
13810ca989 fix html in dark mode 2018-11-27 17:13:38 -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
c2bed1762b fix gerbil styling 2018-11-27 11:03:27 -05:00
Sean Yesmunt
c63b583f09 fix import typo 2018-11-27 10:44:17 -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
7084c87a02 remove unused displayType 2018-11-20 17:22:48 -05:00
Sean Yesmunt
11b90632c3 fix: proper thumbnail sizing after thumbnail upload 2018-11-20 15:57:07 -05:00
Sean Yesmunt
1a7ca6fe7b use doOpenModal for upstream changes 2018-11-20 11:09:19 -05:00
Sean Yesmunt
e407acb63a use switch for modals on splash 2018-11-20 11:06:38 -05:00
Sean Yesmunt
df322c573a move modals to app and use doToast/doError 2018-11-20 11:05:25 -05:00
Sean Yesmunt
1f7def6add update copy - soon TM 2018-11-14 12:20:31 -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
39fa8e703e adjust copy 2018-11-13 20:00:20 -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
5220f6645b
Merge pull request #2092 from lbryio/rc-fixes
Rc fixes
2018-11-08 16:00:11 -05:00
Sean Yesmunt
5c5e736137 handle daemon startup errors 2018-11-08 14:48:38 -05:00
Sean Yesmunt
b5ad608d88 add RefreshTransactionList button 2018-11-08 12:13:36 -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
Thomas Zarebczan
a48cbdeab7
Fix spee.ch and open.lbry.io links 2018-11-07 17:31:20 -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
3de1298d25 use date estimate 2018-11-07 11:03:42 -05:00
Sean Yesmunt
336f398ce1 remove shapeshift 2018-11-06 16:54:28 -05:00
Sean Yesmunt
7785de2a66 fix text wrapping on file description 2018-11-06 16:27:26 -05:00
Sean Yesmunt
d5a19eb530 fix selected color on history list in dark mode 2018-11-06 10:13:12 -05:00
Sean Yesmunt
02457ca11c remove console.log 2018-11-06 09:36:06 -05:00