Commit graph

1990 commits

Author SHA1 Message Date
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
Thomas Zarebczan 13be7c3535 fix: windows startup checking
Need to check lbrynet start with 2 spaces on Windows. lbrynet.exe does not work properly. https://github.com/yibn2008/find-process/issues/18
2018-12-04 15:08:52 -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 9931556049 fix windows process name to correctly check if the daemon is already running 2018-11-30 13:06:00 -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
YULIUS KURNIAWAN KRISTIANTO 2e0b7f0357
Update setupBarMenu.js 2018-11-16 02:27:19 +07: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
Thomas Zarebczan e0b31d464d windows daemon process checks
Check for running daemon without arguments on Windows
2018-11-07 11:30:41 -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
Sean Yesmunt 01db231ada fix meta style color 2018-11-06 09:36:06 -05:00
Sean Yesmunt 4bbc3135c9
Merge pull request #2091 from lbryio/daemon-start
Fix: correctly search for daemon process on startup
2018-11-05 16:48:38 -05:00
Sean Yesmunt d775de69e7 Remove ToS checkbox 2018-11-05 16:08:27 -05:00
Sean Yesmunt 4f36b13569 search for 'lbrynet start' to determine if the daemon is running on start up 2018-11-05 16:00:05 -05:00
Sean Yesmunt f3d093e62c fix typo 2018-11-05 10:50:49 -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
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
Jessop Breth 2c6cc7de0f adds shareModal to channel page 2018-11-02 13:24:56 -04:00
Anna Melzer bbf6696054 Linting/quick wins modal & pages (#2086)
* fix linting for affirmPurchase modal

* fix linting for confirmTransaction modal

* fix linting for error modal

* fix linting for filetimeout modal

* fix linting for first transaction modal

* fix linting for incompatible daemon  modal

* fix linting for external link modal

* fix linting for remove file  modal

* fix linting for revoke claim modal

* fix linting for reward approval  modal

* fix linting for send tip modal

* fix linting for welcome modal

* fix linting for page files
2018-11-01 17:55:25 -04:00
Sean Yesmunt 39ac09bdb8
Merge pull request #2080 from amelzer/linting/quick-wins
Linting/quick wins
2018-11-01 09:32:09 -04:00
Sean Yesmunt a7c2fdad1b fix markdown editor styles on dark mode 2018-10-31 14:51:48 -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 32d110cb1f add subscribed icon to files on homepage 2018-10-31 12:57:22 -04:00
Anna Melzer 14ef8acc95 fix linting for walletSend component 2018-10-31 17:51:23 +01:00
Anna Melzer 9f93843208 fix linting for walletBalance component 2018-10-31 17:50:34 +01:00
Anna Melzer 79994e25ed fix linting for walletAddress component 2018-10-31 17:49:52 +01:00
Anna Melzer 620950fabb fix linting for uriIndicator component 2018-10-31 17:49:11 +01:00
Anna Melzer 980184e7ce fix linting for transactionlistrecent component 2018-10-31 17:48:30 +01:00
Anna Melzer d28fc1beea fix linting for spinner component 2018-10-31 17:47:37 +01:00
Anna Melzer 317473c18d fix linting for snackBar component 2018-10-31 17:46:33 +01:00
Anna Melzer 83481270f3 fix linting for router component 2018-10-31 17:44:19 +01:00
Anna Melzer d443158ae9 fix linting for nsfw overlay component 2018-10-31 17:43:38 +01:00
Anna Melzer a759ccb64b fix linting for filePrice component 2018-10-31 17:41:56 +01:00
Anna Melzer 76b7181496 fix linting for fileDetail component 2018-10-31 17:41:25 +01:00
Anna Melzer 4d2f0ae3ce fix linting for fileAction component 2018-10-31 17:40:17 +01:00
Anna Melzer 256e09ac74 fix linting for externalLink component 2018-10-31 17:37:06 +01:00
Anna Melzer 548dc4ae78 fix linting for dateTime component 2018-10-31 17:35:12 +01:00
Anna Melzer 23a3b2dde6 fix linting for credit-amount 2018-10-31 17:33:45 +01:00
Anna Melzer ad0732eaf4 fix linting for channelTitle component 2018-10-31 17:32:45 +01:00
Anna Melzer 3ca5f7a2e9 fix linting for button component 2018-10-31 17:31:23 +01:00
dyllper 46d6eb6499 Fix to open folder containing the log file rather than roaming folder 2018-10-31 01:44:15 -05:00
Sean Yesmunt 78f968b3ae
Merge pull request #2075 from lbryio/rc-fixes
Rc fixes
2018-10-30 14:06:51 -04:00
Sean Yesmunt 06c16cdf27
Revert "Improve type checking for card verify" (#2074) 2018-10-30 13:35:47 -04:00
Sean Yesmunt b42d673258 fix card subtitle spacing 2018-10-30 13:12:21 -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
Anna Melzer 1359e7873b Reduce unused var warnings. Remove unnecessary redux injections (#2064) 2018-10-28 14:33:31 -04:00
Anna Melzer 389053218e Linting/address (#2066)
* Fix linting errors in address component

* Add type checking to address component and its consumers
2018-10-28 14:32:52 -04:00
Jeremy Kauffman 9c53d814d6
update console warning message to ref lbry.tech 2018-10-27 10:23:27 -04:00
Sean Yesmunt 5e98a9b982 updates for lbrynet30 2018-10-26 14:16:43 -04:00
Sean Yesmunt eb12522bc7
Merge pull request #2057 from amelzer/types/cardverify
Improve type checking for card verify
2018-10-26 11:51:10 -04:00
Sean Yesmunt 2a6a4e3a92
Merge pull request #2058 from jessopb/fixChannel
adds sortBy default prop to subscriptions and channel pages
2018-10-26 11:48:13 -04:00
Jessop Breth 968661474e adds sortBy default prop 2018-10-26 00:42:18 -04:00
Anna Melzer c41bf79e4b Improve type checking for card verify 2018-10-25 23:41:51 +02:00
ポール ウェッブ 8e08ac588c Fixes 2018-10-25 12:13:25 -05:00
Sean Yesmunt d1b4daebd2
Merge pull request #2050 from jessopb/fileListSort
persist fileList sorting
2018-10-25 02:04:05 -04:00
Sean Yesmunt 78fe88eed7 persist fileSort options when the app is closed 2018-10-25 02:01:32 -04:00
Sean Yesmunt 8cfa2bb8be fix clear button position 2018-10-23 15:12:33 -04:00
Sean Yesmunt 627af75f43 improve sizes/spacing on large screens 2018-10-23 15:12:33 -04:00
Jessop Breth 490e9beed3 persist fileList sorting 2018-10-22 23:31:06 -04:00
Sean Yesmunt 70b95f2f61 subscription improvements 2018-10-22 12:44:22 -04:00
ポール ウェッブ 49f0b53267 Light mode URL bar is clearer to read 2018-10-22 12:30:16 -04:00
Sean Yesmunt 6b3d49ca3b use lbry-teal-5 for snackbar/loadscreen 2018-10-22 12:30:16 -04:00
ポール ウェッブ 1e169729e0 Fixed input styling 2018-10-22 12:30:16 -04:00
ポール ウェッブ a14ecf0e8d Fixed dark mode issues 2018-10-22 12:30:16 -04:00
ポール ウェッブ ecde8dd1ab Removed bogus code 2018-10-22 12:30:16 -04:00
Sean Yesmunt 4fad161ae0 update theme based on prop change 2018-10-22 12:30:16 -04:00
ポール ウェッブ 7aae6baaa9 Removed themes folder 2018-10-22 12:30:16 -04:00
ポール ウェッブ a96460fbd9 Dark mode 2018-10-22 12:30:16 -04:00
ポール ウェッブ 98349d6b41 Trying to get dark mode working 2018-10-22 12:30:16 -04:00
ポール ウェッブ 6bc6ee3d4f Replaced Metropolis with Inter UI 2018-10-22 12:30:16 -04:00
ポール ウェッブ 2a3491013b Second refactor pass 2018-10-22 12:30:15 -04:00
ポール ウェッブ ca35e1f15d Replacing existing colors with npm module, and refactoring Sass 2018-10-22 12:30:15 -04:00
Danny Calleri 4a62e19577 using Claim type 2018-10-22 15:29:27 +02:00
Danny Calleri 620d5f71fb fixed flow errors on a few 'view.jsx' files and 'form-field.jsx' 2018-10-21 10:57:39 +02:00
Sean Yesmunt 0d0cc5bb00
Merge pull request #2048 from jessopb/txListFilterPersist
persists transaction filter: RE #1154
2018-10-19 12:26:51 -04:00
Jessop Breth c74def28ca persists transaction filter 2018-10-18 13:56:10 -04:00
Sean Yesmunt 0b1ad15b0b
Merge pull request #2042 from chrisza4/file_list-call
Fix issue file_list call continues indefinitely if a file is removed while downloading
2018-10-18 11:23:36 -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
Sean Yesmunt f5d762b718
Merge pull request #2039 from lbryio/fix-flow
Fix flow type errors of all viewers
2018-10-15 13:19:40 -04:00
btzr-io ae9a139f21 fix promise error 2018-10-15 10:01:27 -06: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
btzr-io 2dbb7717da fix flow type errors of react refs 2018-10-15 00:26:46 -06:00
Sean Yesmunt 9db8a571dd
Merge pull request #2040 from lbryio/toast
Change snackbar notification postion to bottom-left
2018-10-15 00:44:09 -04:00
btzr-io ed2abcc9fb fix position 2018-10-14 20:40:23 -06:00
btzr-io 87f098cc17 change snackbar notification postion to bottom-left 2018-10-14 20:06:10 -06:00
btzr-io 46dc577d10 fix some flow errors of the three-viewer component 2018-10-14 19:42:01 -06:00
btzr-io 15cbdd42a8 fix more flow errors for document viewers 2018-10-14 18:27:09 -06:00
btzr-io 49721b87c8 fix flow errors of fileRender component 2018-10-14 15:58:35 -06:00
Tiago 57fa8330e5
Merge branch 'master' into master 2018-10-14 16:18:12 -03:00
Tiago Rodrigues ffca29a5da #1772 - adjustment for PR 2018-10-14 14:47:18 -03:00
Sean Yesmunt 5665bc3ee7
Merge pull request #2030 from lbryio/thumbnail
fix thumbnail height/width
2018-10-14 13:19:40 -04:00
Tiago Rodrigues 150cfe7758 #1772 - add Reverse Order & Use System/Location Time/Date 2018-10-14 13:32:01 -03:00
Chakrit Likitkhajorn 2b46483344 Centralized type to type/claim 2018-10-14 18:53:30 +07:00
Chakrit Likitkhajorn 9b4cbc2712 Limit file type when upload 2018-10-14 18:53:11 +07:00
Sean Yesmunt 204db94fa4
Merge pull request #2035 from chrisza4/centralized-redux-action
Proposed: Centralized redux action
2018-10-13 20:54:05 -04:00
Chakrit Likitkhajorn 2f02d6f656 Refactor actions/subscription.js to use redux action centralized 2018-10-14 00:03:09 +07:00
Chakrit Likitkhajorn c9686c4942 Refactor actions/shape_shift.js to use redux action centralized 2018-10-13 23:58:17 +07:00
Chakrit Likitkhajorn 295f6ca61d Refactor action/publish.js to use redux action centralized 2018-10-13 23:56:52 +07:00
Chakrit Likitkhajorn d594f46bad Add redux action type 2018-10-13 23:53:34 +07:00
Sean Yesmunt 0d69772bdb updates for PR comments 2018-10-12 14:44:07 -04:00
Sean Yesmunt b40b64cb6e fix placeholder style for dark mode 2018-10-12 14:20:20 -04:00
Sean Yesmunt 3c87c47632 add content placeholder and time info on file{card,tile} 2018-10-12 14:20:20 -04:00
Sean Yesmunt 88e15438d7 fix thumbnail height/width 2018-10-11 18:57:00 -04:00
Sean Yesmunt 003fb1f334
Merge pull request #2023 from chrisza4/clickable-channel
Add support for Clickable channel names on Explore page headings (#1820)
2018-10-11 16:26:53 -04:00
Sean Yesmunt 2786968723
Merge pull request #2025 from lbryio/credit-card
Fix 722 - credit card note
2018-10-11 16:26:26 -04:00
Thomas Zarebczan 45961e7d76
Update view.jsx 2018-10-11 02:39:58 -04:00
Thomas Zarebczan 9b1797c1ab take 2
Fixing up per Sean's recommendations
2018-10-11 02:38:27 -04:00
Thomas Zarebczan 301b0119e6 add credit card note 2018-10-11 01:59:43 -04:00
Thomas Zarebczan 2707210744 fix 1972
Adds a snackbar if the lbry:// URL is invalid
I tried to do the doNotify similar to most of the other pages, but failed.
2018-10-11 01:56:47 -04:00
Sean Yesmunt 352363056c
Merge pull request #2005 from ykris45/patch-2
Fix Transaction menu colides [#2000]
2018-10-10 11:06:56 -04:00
Chakrit Likitkhajorn 9375c267b1 Always trim claim id from category 2018-10-10 22:02:20 +07:00
Chakrit Likitkhajorn 2646ce4481 Add support for clickable link 2018-10-10 21:13:43 +07:00
Sean Yesmunt 445bf77e36
Merge pull request #2018 from ykris45/patch-3
change http to https
2018-10-09 17:25:18 -04:00
Sean Yesmunt b16d5e87de
Merge branch 'master' into patch-2 2018-10-09 16:38:36 -04:00
Sean Yesmunt 334c278e4f fix transaction filter collision 2018-10-09 16:36:11 -04:00
Sean Yesmunt 123ed44bb9 fix event listener cleanup 2018-10-09 16:25:35 -04:00
Sean Yesmunt 71327875f8 add {cmd,ctrl} + l for wunderbar focus 2018-10-09 16:25:11 -04:00
YULIUS KURNIAWAN KRISTIANTO 3078d6f0fd
change http to https 2018-10-09 23:58:53 +07:00
Sean Yesmunt 42fc41f1ae simplify file card and tile 2018-10-09 11:01:54 -04:00
Jayanth Kanugo 487ec99acb update to https 2018-10-05 17:19:31 -05:00
Sean Yesmunt 4dbd364ea1 use lbryinc/lbry-redux for rewards/featured content 2018-10-05 16:14:46 -04:00
Sean Yesmunt ea30dc628e
Merge pull request #2010 from jessopb/publishWarnings
fixes console log warnings when bid is null or NaN
2018-10-05 14:52:14 -04:00
Sean Yesmunt 3f0bfa3ca5
Merge pull request #2001 from lbryio/channel-alignment
better channel actions alignment
2018-10-05 14:51:48 -04:00
Sean Yesmunt b14336175e
Merge branch 'master' into publishWarnings 2018-10-05 13:55:00 -04:00
Sean Yesmunt 029bd1d559 fix brief alignment issue on channel pages 2018-10-05 13:52:04 -04:00
Sean Yesmunt e206293cef
Merge pull request #2002 from lbryio/channel-files
change channel page amount to 48
2018-10-05 13:48:54 -04:00
Sean Yesmunt 25979a038b
Merge pull request #1997 from lbryio/license-edit
remove copyright from publish form state and fix other license edit
2018-10-05 13:48:21 -04:00
Sean Yesmunt 9501c64717
Merge pull request #1999 from lbryio/history-improvements
Style improvements and user history bugs
2018-10-05 13:47:51 -04:00
Jessop Breth e7a3c571a2 fixes log warnings when bid is null 2018-10-05 11:51:53 -04:00
Sean Yesmunt e9e4c629a4 add a message when a user has no history 2018-10-04 23:47:54 -04:00
Sean Yesmunt a895617342
Merge pull request #1989 from jessopb/expandedShare
adds open.lbry.io links to socialShare Re: Issue # 1810
2018-10-04 16:53:23 -04:00
Sean Yesmunt 4fdce831d4
Merge pull request #2008 from lbryio/card-verify-fix
Fix lbryio import
2018-10-04 15:28:45 -04:00
Sean Yesmunt 4cbea80dea update Lbryio import 2018-10-04 15:27:49 -04:00
Jessop Breth 42988daa59 adds LBRY app sharing to socialShare 2018-10-04 09:50:06 -04:00
Sean Yesmunt 2c4fde4321 change channel page amount to 48 2018-10-04 00:55:30 -04:00
Sean Yesmunt ce9a3f0ff4 better channel actions alignment 2018-10-04 00:39:49 -04:00
Sean Yesmunt 0ad7a74905 ensure navigation to file page always has lbry:// prefix 2018-10-04 00:21:49 -04:00
Sean Yesmunt 9c74cd7f64 general css fixes 2018-10-04 00:11:08 -04:00
Sean Yesmunt 23ae86e0e7 remove copyright and fix other license edit 2018-10-03 15:00:06 -04:00
Sean Yesmunt f0284d3e79 remove claims from redux-persist 2018-10-03 12:49:48 -04:00
Sean Yesmunt 5fad830618 move reward code to bottom of rewards list 2018-10-02 11:11:48 -04:00
Sean Yesmunt 3357d14d9c
Merge pull request #1935 from lbryio/reward-codes
Add reward code redemption
2018-10-01 21:11:04 -04:00
Sean Yesmunt 30ba7ba773 update labels and use latest lbryinc 2018-10-01 20:55:03 -04:00
Sean Yesmunt abad9be552 update key for FileList 2018-10-01 16:11:30 -04:00
Sean Yesmunt 0b07ff61cf
Merge pull request #1940 from lbryio/publish-overtake-amounts
Better messaging for takeover amounts on publish page
2018-10-01 14:59:49 -04:00
Sean Yesmunt d7e4ca6e10 add additional helper to bid help text 2018-10-01 14:59:20 -04:00
Sean Yesmunt 4522346f4d
Merge pull request #1985 from ykris45/patch-2
Update _card.scss
2018-09-30 22:45:31 -04:00
Thomas Zarebczan 87da2dda85
fix spelling 2018-09-30 20:35:54 -04:00
Sean Yesmunt 133829617d remove position: 'releative' from .card css class 2018-09-27 17:48:01 -04:00
Sean Yesmunt caa5abfdfd ensure modals have consistent styling 2018-09-26 13:48:07 -04:00
Sean Yesmunt f14d2c6859
Merge pull request #1980 from lbryio/title
Add proper html title to card/tile components for long titles
2018-09-26 13:37:47 -04:00
Sean Yesmunt 49573a65b9 add logic for reward codes 2018-09-25 20:13:49 -04:00
Sean Yesmunt a0d122afc5
Merge pull request #1979 from lbryio/tooltip
Smart tooltip
2018-09-24 20:43:07 -04:00
Sean Yesmunt 516a3f52e8 improve bid/name help text 2018-09-24 20:17:08 -04:00
Sean Yesmunt 65afbb85d6
Merge pull request #1981 from jessopb/shareUpdate
hotfix: share is broken; use currently working spee.ch share url
2018-09-24 19:18:13 -04:00
btzr-io a028420dc4 add comment 2018-09-24 17:08:41 -06:00
Sean Yesmunt f3e4f2bf70 add title prop to UriIndicator 2018-09-24 19:08:24 -04:00
Jessop Breth 4310deecb1 fix: adds channelClaimId to channelName speech URL 2018-09-24 12:42:49 -04:00
Sean Yesmunt 9b700e48bf use lbryio/lbryinc 2018-09-23 23:44:42 -04:00
btzr-io 9ce626cd6e fix tooltip styles 2018-09-23 16:10:29 -06:00
btzr-io d6cfc8d5fc make tooltip smarter 2018-09-23 16:01:12 -06:00
btzr-io fcbe52cdea auto focus modal form-fields 2018-09-21 19:20:58 -06:00
Sean Yesmunt e91b4d9ca8
Merge pull request #1964 from jessopb/tiplogic
refactors and enhances tip modal
2018-09-19 20:29:11 -04:00
Jessop Breth 85163ad2aa refactors and enhances tip modal 2018-09-19 18:29:11 -04:00
Sean Yesmunt 8eade58dd5 remove position icon from FileCard 2018-09-19 11:57:38 -04:00
Sean Yesmunt f6dc02403a fix typo 2018-09-19 11:55:14 -04:00
Sean Yesmunt d0c2490202 fix: ensure file_view events for autoplay/subscriptions 2018-09-18 18:50:24 -04:00
Sean Yesmunt 1cd95f0286
Merge pull request #1943 from jessopb/modals
feature: ModalSocialShare
2018-09-13 15:43:29 -04:00
Jessop Breth 8010c4b292 adds modal socialshare capability 2018-09-12 12:54:35 -04:00
Sean Yesmunt 923fac18d2
Merge pull request #1947 from jessopb/fixTipModal
fix: checks tip input re:#1889
2018-09-12 11:21:07 -04:00
Jessop Breth bbd785e161 checks tip input 2018-09-08 18:11:32 -04:00
Sean Yesmunt bd046a48b6
Merge pull request #1946 from lbryio/default-path
set default path back to discover
2018-09-08 12:45:17 -04:00
Sean Yesmunt db0b77504d set default path back to discover 2018-09-08 12:44:15 -04:00
Jessop Breth 780ef26e9b modalSendTip closes on esc/click outside 2018-09-07 14:10:46 -04:00
btzr-io 61a2131878 revert top-bottom padding 2018-09-07 10:12:46 -04:00
btzr-io f34371a955 fix table padding 2018-09-07 10:12:46 -04:00
btzr-io 01380c9466 align page-number input with pagination component on channel page 2018-09-07 10:05:49 -04:00
Sean Yesmunt 27ef62d3df
Merge pull request #1939 from lbryio/md-patch
Fix paragraphs spacing on markdown render
2018-09-07 09:56:15 -04:00
btzr-io 83da37f09c reduce margin size 2018-09-06 19:01:58 -06:00
btzr-io f6667de9e0 add vertical spacing for markdown paragraphs 2018-09-06 18:55:57 -06:00
Sean Yesmunt 151d78f1c0
Merge branch 'master' into user-history 2018-09-04 13:28:51 -04:00
Sean Yesmunt 4064b8c064 bring selectNavLinks back into lbry-redux 2018-09-04 13:23:18 -04:00
Sean Yesmunt 4108e7fdcf fix select/unselect 2018-09-04 13:18:11 -04:00
Shawn K b77864230d
Merge pull request #1930 from lbryio/thumbnail-fix
fix: inconsistent thumbnail size on the publish page
2018-09-02 19:09:51 -05:00
Sean Yesmunt bd26d422fb fix: inconsistent thumbnail size on the publish page 2018-09-01 21:49:12 -04:00
Sean Yesmunt cd010b97c4 add email management link 2018-09-01 20:05:28 -04:00
Sean Yesmunt a782f817f1 style history table 2018-08-30 23:45:49 -04:00
Sean Yesmunt d01b893a68 add UserHistory component 2018-08-30 01:11:05 -04:00
Sean Yesmunt 625a9177ee add back stuff I shouldn't have deleted 2018-08-29 23:35:49 -04:00
Sean Yesmunt fab8e47801 rebase 2018-08-29 23:28:53 -04:00
Travis Eden 00c488799f add delete icons to <FileCard> 2018-08-29 23:19:54 -04:00
Travis Eden 245f5929c8 fix type error 2018-08-29 23:18:51 -04:00
Travis Eden 9bd0a32b99 add lastViewed prop to <FileCard> 2018-08-29 23:18:51 -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 58ed68d8c3 position tracking clean up 2018-08-29 23:16:59 -04:00
Travis Eden 287f1ac656 add refresh icon to <FileCard> when playback position exists 2018-08-29 23:16:58 -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
Travis Eden 503bc76ef1 remove unused state.content.currentlyIsPlaying 2018-08-29 23:14:34 -04:00
Sean Yesmunt b5232ae6c6 change channel link color to be consistent with internal links 2018-08-29 15:44:02 -04:00
Sean Yesmunt 72549f86c8
Merge branch 'release-0.25.0' into master 2018-08-28 20:29:46 -04:00
Sean Yesmunt 9c1d4c4af5
Merge branch 'master' into patch-1 2018-08-28 20:06:37 -04:00
Sean Yesmunt edf8cd65e5 update formatting 2018-08-28 20:05:14 -04:00
Thomas Zarebczan 33d1c3f89b
Merge pull request #1918 from lbryio/issue-1812
fetch new rewards and properly call reward claim after view event has been fired
2018-08-28 16:54:22 -07:00
Sean Yesmunt 6091bdec18 remove old reward call 2018-08-28 17:54:23 -04:00
Sean Yesmunt 82f2d24dd3 change name to fetchRewardedContent 2018-08-28 17:53:20 -04:00
Sean Yesmunt f51ba5c615 fix typo 2018-08-28 17:20:11 -04:00
YULIUS KURNIAWAN KRISTIANTO 6f91908005
Update view.jsx 2018-08-29 04:15:29 +07:00
Sean Yesmunt 5cc5f60b82
Merge pull request #1914 from lbryio/related-spinner
add spinner to related content
2018-08-28 17:13:41 -04:00
Sean Yesmunt 387a277322 typo 2018-08-28 16:51:50 -04:00
Sean Yesmunt de631ac039 fetch new rewards and properly call reward claim after view event has been fired 2018-08-28 16:46:50 -04:00
YULIUS KURNIAWAN KRISTIANTO 75fadb8a1d
added learn more faq to wallet security section 2018-08-29 03:23:09 +07:00
Sean Yesmunt 52f3fab3a6 add spinner to related content 2018-08-28 11:35:24 -04:00
Sean Yesmunt f900f53056 don't show notification for new subscription if on subscription page 2018-08-28 10:37:36 -04:00
Sean Yesmunt a57c207e60 don't show notification for new subscription if on subscription page 2018-08-28 00:19:26 -04:00
Sean Yesmunt b7ead10b5b Merge master into 'release' 2018-08-27 19:04:07 -04:00
Sean Yesmunt 9de8451e21
Merge pull request #1908 from lbryio/related-fix
add message for 0 returned results in related content
2018-08-27 18:58:22 -04:00
Sean Yesmunt ec336f19bc
Merge pull request #1909 from lbryio/channel-search-ux
Handle channels properly on top of search page
2018-08-27 18:55:56 -04:00
Thomas Zarebczan babeccbf6c use permanent url instead of uri
This ensures that when clicking on the notification, it goes to the correct URL. Before it could have been a different vanity URL.
2018-08-27 16:36:11 -04:00
Sean Yesmunt ca07d8a99b add resolution help tooltip next to url match 2018-08-27 14:47:55 -04:00
Sean Yesmunt 4de7053a13 add subscribtion button to exact channel match 2018-08-27 14:45:50 -04:00
Sean Yesmunt ae0ef0ff1c add message for 0 returned results in related content 2018-08-26 23:18:57 -04:00
seanyesmunt 2d2c414811 use channelTile on top of search page 2018-08-24 17:25:18 -04:00
Sean Yesmunt ea35f2fc70
Merge pull request #1899 from lbryio/fix-email-refresh
fix: show email after refreshing the app
2018-08-24 10:56:46 -04:00
Sean Yesmunt c14a8dea67
Merge pull request #1901 from lbryio/record-view-download
record file view when clicking the download button
2018-08-24 10:56:32 -04:00
Sean Yesmunt 0ec7a30ccd fix: show email after refreshing the app 2018-08-24 00:09:25 -04:00
seanyesmunt 3694104b0d fix: sorting on subscriptions with multiple claims in same block 2018-08-24 00:09:13 -04:00
seanyesmunt 9b199565b0 don't record file twice if user clicked 'download' before 'play' 2018-08-24 00:09:03 -04:00
seanyesmunt 288e47aad8 fix: sorting on subscriptions with multiple claims in same block 2018-08-23 00:37:26 -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 fe616ad5ab
Merge branch 'master' into three-v2 2018-08-22 15:09:55 -04:00
seanyesmunt 8eb07634cb record file view when clicking the download button 2018-08-22 13:17:11 -04:00
Sean Yesmunt 0b84c00acd fix: show email after refreshing the app 2018-08-22 12:40:44 -04:00
seanyesmunt ce18339f25 add autodownload toggle to subscriptions page 2018-08-22 01:03:40 -04:00
seanyesmunt a166485a78 move channel_list call to happen after fetching subscriptions from db 2018-08-21 23:59:06 -04:00
Sean Yesmunt 5fa44d8857
Merge pull request #1895 from lbryio/remove-node-id
update node_id
2018-08-21 16:28:11 -04:00
Sean Yesmunt dab28339cf
Merge pull request #1892 from lbryio/publish-notification
feat: add publish success notification
2018-08-21 16:23:12 -04:00
Sean Yesmunt 0facccd487 use correct url for recommended conent on vanity claims 2018-08-21 15:36:45 -04:00
Thomas Zarebczan e232b5b0d4 check for status.dht 2018-08-21 12:18:10 -04:00
Thomas Zarebczan 7e5a8c1864 nevermind, adding node_id back
With the correct value
2018-08-21 11:39:49 -04:00
btzr-io 710afc90b9 revert flatShading initial state 2018-08-21 11:24:48 -04:00
btzr-io fa0781595d add customizable material and fix flatShading 2018-08-21 11:24:48 -04:00
btzr-io 1d277bc81f fix typo 2018-08-21 11:24:48 -04:00
btzr-io 0c0e0d0960 add adaptive theme for dat.gui controls 2018-08-21 11:24:48 -04:00
btzr-io b8cd8db692 fix camera target position 2018-08-21 11:24:48 -04:00
btzr-io 61131ce77d add autoRotate feature 2018-08-21 11:24:48 -04:00
btzr-io 267cf2c11f update gui controls 2018-08-21 11:24:48 -04:00
btzr-io 00ae8600f0 optimize geometry 2018-08-21 11:24:47 -04:00
btzr-io d4b1398356 add basic gui-controls 2018-08-21 11:24:47 -04:00
btzr-io d4f757ec28 more optimization fixes for threeViewer component 2018-08-21 11:24:47 -04:00
btzr-io bf14c09065 minor fixes for flow warnings and errors 2018-08-21 11:22:39 -04:00
btzr-io 6ecc292d92 try to fix memory leak 2018-08-21 11:22:38 -04:00
Thomas Zarebczan 9f3fa5d4e4 remove node_id
per 3f7bd0d969
2018-08-21 10:46:53 -04:00
Thomas Zarebczan 6023b32c27 add title to message 2018-08-21 09:51:35 -04:00
Thomas Zarebczan 73bc6afa3e feat: add publish success notification
When a file is confirmed, create a desktop notification with the claim name and ability to click the notification to view the claim
2018-08-20 17:48:14 -04:00
Sean Yesmunt db64a1ea31
Merge pull request #1875 from lbryio/search-ux
Search ux improvements
2018-08-20 14:59:41 -04:00
Sean Yesmunt 9844cbdaf6
Merge pull request #1885 from lbryio/record-user
Record user as soon as possible
2018-08-20 14:57:50 -04:00
Sean Yesmunt d1d1e32063 only record user once 2018-08-20 12:33:36 -04:00
Sean Yesmunt 3769ede3ef change interval back to 15 minutes 2018-08-20 12:20:53 -04:00
Sean Yesmunt 5a905fe174 use search selector and add file tile channel links 2018-08-20 10:57:59 -04:00
Sean Yesmunt f23bc00af6 default to search 2018-08-20 10:57:59 -04:00
Travis Eden 3ba8b7e08f check subscription by uri 2018-08-20 10:01:32 -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 6b375965f9 implement silent failing on reward claims when user is not reward approved 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 3d66610d69 reword autoDownload postfix 2018-08-20 09:47:19 -04:00
Travis Eden fa0e9fcb0c set autoDownload default true 2018-08-20 09:47:19 -04:00
Travis Eden a6393aaf17 1 download per channel; do download/notify on subscribe 2018-08-20 09:47:19 -04:00
Travis Eden 02c20d090e do not download newest content on channel subscription; do still set latest 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
Travis Eden cedafdbe14 attempt to claim subscription reward when subscribing to a channel; fail silently 2018-08-20 09:47:19 -04:00
Travis Eden 69c285025c fix subscription notification and download glitches 2018-08-20 09:47:19 -04:00
Thomas Zarebczan 18a12622a2
remove duplicate thumbnail message 2018-08-16 09:07:55 -04:00
Sean Yesmunt 190386ae4c record user earlier 2018-08-16 01:17:15 -04:00
Thomas Zarebczan 00ad8ba372 Fix encryption startup
1) remove wallet unlock message (outdated by new modal)
2) removed return which caused status updates to stop + restructured else statements
3) Prevent clicking out from modal (would close app)
4) update yarn.lock with proper redux version
2018-08-15 15:56:42 -04:00
Sean Yesmunt a38bb2ebaa fix encryption flow 2018-08-15 14:39:58 -04:00
Sean Yesmunt f8aa249859 fix import 2018-08-15 11:51:12 -04:00
Thomas Zarebczan 938fa70ac3 rc bump + loading message
Show initializing message after blockchain headers download status disappears
2018-08-15 10:52:45 -04:00
Sean Yesmunt e67f76ae87 add thumbnail label for disabled publish button 2018-08-15 10:48:14 -04:00
Sean Yesmunt 1ec373aa51 move to installation_id 2018-08-15 10:47:48 -04:00
Sean Yesmunt 6dc87a9c76 remove session_status param from lbry.status call 2018-08-15 10:47:48 -04:00
Sean Yesmunt 41e5277fbd change copy to 'Starting up' 2018-08-15 10:47:48 -04:00
Sean Yesmunt 0e7a46fe7c update daemon startup process 2018-08-15 10:47:48 -04:00
Sean Yesmunt bb9b3b5365
Merge pull request #1867 from lbryio/thumnail-loading-message
feat: add thumbnail loading to list of help errors
2018-08-13 14:57:59 -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
Thomas Zarebczan 09bcd9ffdb feat: add thumbnail loading to list of help errors 2018-08-12 23:05:25 -04:00
Sean Yesmunt ddafd3d5b5 improve spacing 2018-08-11 00:15:46 -04:00
seanyesmunt c5e6db73f0 move autoplay back to below file actions 2018-08-11 00:15:46 -04:00
Sean Yesmunt 7944ab556a improve icon placement in FileTile 2018-08-11 00:15:45 -04:00
Sean Yesmunt 0d2eab88da add header to recommended content and decrease autoplay size 2018-08-11 00:15:45 -04:00
Sean Yesmunt e1adc71f0a hide filePrice if it's free 2018-08-11 00:15:45 -04:00
Sean Yesmunt 8b90a8421c add recommended content 2018-08-11 00:15:45 -04:00
Shawn K 58a3740986
Merge pull request #1864 from lbryio/publish-patch
Fix: Don't show editing mode on publish after clearing cache
2018-08-10 08:03:53 -05:00
Thomas Zarebczan 172f5d43fa fix: context menu
Breaking change in Electron 2.0
https://github.com/electron/electron/pull/11968
2018-08-10 00:21:02 -04:00
Sean Yesmunt f62181dbd6
Merge pull request #1857 from doniyor2109/master
Clear upgrade subscribed interval after declining
2018-08-09 14:27:31 -04:00
Thomas Zarebczan 364782023f disable dev mode security warnings
+ yarn lock update for 2.0.6 (it was already the version resolved previously)
2018-08-08 17:09:59 -04:00
Thomas Zarebczan 5e8d8e8710 chore: update electron
Also includes fix from https://github.com/electron/electron/issues/13008#issuecomment-400261941
2018-08-08 17:09:59 -04:00
Sean Yesmunt f6137c3647 not editing if publish uris are undefined 2018-08-08 11:33:43 -04:00
Aliyev Doniyor 90d1b18586 Code refactor
Create action for clearing upgrade timer
2018-08-07 19:02:11 +05:00
Thomas Zarebczan 30c32d4c2b
Turn off timer after update downloads
This might do the trick, needs to be tested.
2018-08-07 09:33:06 -04:00
Aliyev Doniyor 7119a43742 Clear upgrade subscribed interval after declining 2018-08-06 22:25:30 +05:00
Electron - Mark Firth 31bd3a688c
Missing Word
Line 333:

From: 'You are currently editing this claim. If you change the URL, you will need reselect a file.'
To: 'You are currently editing this claim. If you change the URL, you will need to reselect a file.'

Found by https://github.com/ceoger
2018-08-06 22:46:00 +10:00
Sean Yesmunt 824c3fbc65
Merge branch 'master' into issue-1788 2018-08-05 21:59:30 -04:00
Daniel aea0084ea0 Allways use toggle on checkbox input.
- Add changelog entry for PR 1834.
2018-08-05 19:35:56 -03:00
Baltazar Gomez 605136ac64
Merge branch 'master' into fix-viewer 2018-08-03 13:00:37 -06:00
btzr-io 3c3e4c0d46 use scss spacing variables 2018-08-03 12:34:08 -06:00
seanyesmunt c5c62a2698 include time to start if available in file_view analytics 2018-08-03 11:54:10 -04:00
btzr-io 2cc5f882fe fix page index position #1847 2018-08-02 19:46:39 -06: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
Daniel c7a128f399 Align toggle to first line of the block. 2018-08-01 19:39:11 -03:00
btzr-io 2109685d5a use atom dark theme for codeMirror 2018-08-01 15:50:36 -06:00
Baltazar Gomez 261e3fb410
fix auxclick event (middle click) #1843 2018-08-01 14:44:01 -06:00
Daniel f64caa7f43 Add margin auto to center the checkbox to the middle of the parent component. 2018-08-01 16:55:30 -03:00
Daniel 5599b8288d Change text label on notifications. 2018-08-01 16:04:44 -03:00
Daniel 5c65ca7a47 Rename variables names and text labels to be more descriptive. 2018-08-01 15:49:57 -03:00
Sean Yesmunt 735198d3d9
Merge pull request #1842 from lbryio/release-0-23-1
Merge release back to master
2018-08-01 11:51:58 -04:00
Thomas Zarebczan c6f0db1454 Pass spee.ch error message
Otherwise it would just say "upload failed"
2018-07-31 19:00:18 -04:00
Daniel 5527df97eb Update checkbox style to be toggable.
- Add Notifications to be on his own section.
2018-07-31 19:42:54 -03:00
Sean Yesmunt e4f4909725
Merge pull request #1817 from lbryio/next-video
recommended content v1
2018-07-31 15:42:25 -04:00
Sean Yesmunt 7341340d3b remove extra channel spacing 2018-07-31 15:29:28 -04: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
Shawn K 944f74a287
Merge pull request #1829 from dan1d/issue-1808
Differentiate between failed thumbnail url and emtpy url images.
2018-07-30 18:03:20 -05:00
Shawn K b3275c7036
Merge pull request #1831 from doniyor2109/master
Disable confirm button after pressing "Use It Now" button
2018-07-30 18:02:06 -05:00
Thomas Zarebczan bb8d50026f Fix ShapeShift status checking 2018-07-30 18:23:25 -04:00
YULIUS KURNIAWAN KRISTIANTO ef1a47f066
lowercase 2018-07-31 02:24:00 +07:00
Daniel Dominguez b448d23dbf Add new png to show up when the image can't be loaded. 2018-07-30 15:44:03 -03:00
YULIUS KURNIAWAN KRISTIANTO 1db3838c0f
add FAQ to Publish Form 2018-07-31 01:24:40 +07:00
btzr-io 1f554c8e20 fix context menu 2018-07-28 17:48:54 -06:00
btzr-io 77cfcc84a8 reduce !important rule usage and fix fullscreen styles 2018-07-28 15:27:28 -06:00
btzr-io 3d4c3373d5 fix text selection 2018-07-28 14:17:06 -06:00
Aliyev Doniyor 42a3759cc0 Disable confirm button after pressing "Use It Now" button
Closes #1823
2018-07-28 12:47:45 +05: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
Daniel Dominguez ad0c356c1e Differentiate between failed thumbnail url and emtpy url images. 2018-07-27 17:58:56 -03:00
btzr-io be458863df add docx-viewer 2018-07-26 20:06:39 -06:00
btzr-io c622314eff add code-viewer 2018-07-26 18:24:00 -06:00
btzr-io 1c50b71f14 add document viewer
- fix markdown viewer

- fix txt viewer
2018-07-25 23:18:35 -06:00
Shawn Khameneh 2ccf40b18e
Merge branch 'master' into wallet-encryption 2018-07-25 14:30:24 -05:00
Sean Yesmunt 87f8988faa fix fileCard title spacing 2018-07-25 14:37:51 -04:00
Sean Yesmunt 1a51628905 cleanup css 2018-07-25 14:21:41 -04:00
Shawn a727e89e10 Remove debug line, add Form components 2018-07-25 12:45:28 -05:00
Sean Yesmunt bdca9f9b04 filter out uri from content I am currently viewing 2018-07-25 00:45:24 -04:00
Sean Yesmunt 01dc3661c8 wire up autoplay 2018-07-25 00:23:58 -04:00
Sean Yesmunt a7c6135afd fix spacing 2018-07-24 21:10:33 -04:00
Sean Yesmunt 95fee660ad add rest of channel content to the side of the file viewer 2018-07-24 20:50:04 -04:00
Sean Yesmunt bf8ada27d7 remove the spinner if necessary after clearing the timeout 2018-07-23 18:18:29 -04:00
btzr-io 71e7a31841 fix list style 2018-07-22 15:28:33 -06:00
btzr-io 4cf56096e1 change markdown-preview extension 2018-07-22 15:02:43 -06:00
btzr-io e30d345e9d add emoji support for claim description 2018-07-22 15:01:16 -06:00
Thomas Zarebczan 2d7cf51630
formatting for protocol message 2018-07-20 16:54:10 -04:00
Sean Yesmunt 7c7c620513
Merge pull request #1797 from lbryio/channel-navigation
fix double navigation issue on channels with more than one page
2018-07-20 14:56:59 -04:00
Sean Yesmunt 90655a1dd5 stop loader timeout if not loading 2018-07-20 13:48:31 -04:00
Sean Yesmunt ffab70fd9c fix double navigation issue on channels with more than one page 2018-07-20 12:35:58 -04:00
Sean Yesmunt 9128a61051 fix community spacing at the bottom of the page 2018-07-20 11:32:44 -04:00
Shawn Khameneh 097a523b39
Merge branch 'master' into wallet-encryption 2018-07-20 09:45:56 -04:00
btzr-io f0035fda0a update three-viewer
fix model position and scale

fix obj loader
2018-07-19 19:31:00 -06:00
Sean Yesmunt 5407dc188e
Merge pull request #1781 from lbryio/next-rewards
Rewards enhancements
2018-07-19 11:33:33 -04:00
Sean Yesmunt 8ed40be8a4 better thumbnail placeholder 2018-07-19 10:51:21 -04:00
Sean Yesmunt 0179357e7c fix spacing 2018-07-19 10:51:21 -04:00
Sean Yesmunt a68f276fb0 use variables for thumbnail size 2018-07-19 10:51:21 -04:00
Sean Yesmunt 6df4032c90 improve thumbnail preview styling 2018-07-19 10:51:21 -04:00
Sean Yesmunt 45de83fdf3 thumbnail preview on publish page 2018-07-19 10:51:21 -04:00
Sean Yesmunt 863a95bffb
Merge pull request #1768 from lbryio/suppress-load-video-error
suppress load video error
2018-07-19 10:42:23 -04:00
Travis Eden 0d642b2be1 move reward fetching from rewards page to reward summary component on wallet overview page 2018-07-19 10:19:44 -04:00
Travis Eden cbcdfb187a fetch rewards after successfully claiming reward 2018-07-19 10:19:44 -04:00
Sean Yesmunt 2d456f13df
Merge pull request #1558 from lbryio/three-viewer
Add 3D-file-viewer component
2018-07-19 10:17:06 -04:00
Sean Yesmunt e09be7ee83
Merge branch 'master' into suppress-load-video-error 2018-07-19 10:06:36 -04:00
btzr-io 7db1782c57 more minor fixes 2018-07-19 00:45:32 -06:00
Shawn Khameneh 6809ac3e3a Add basic wallet encryption flows 2018-07-18 15:48:30 -04:00
Sean Yesmunt 1c55774165
Merge pull request #1593 from lbryio/downloads-pending
handle fetching state on downloads and publishes pages
2018-07-18 14:56:31 -04:00
Sean Yesmunt b80dc23c36 use clearTimeout for loading indicator 2018-07-18 12:49:05 -04:00
Travis Eden bc68b75012 prevent handleAutoplay in componentDidUpdate 2018-07-18 10:41:14 -04:00
Travis Eden 17ca490db4 display download error only when that uri is playing 2018-07-18 10:29:43 -04:00
Sean Yesmunt 1362c4866b
Merge pull request #1769 from lbryio/transaction-filter-abandon
add abandon to transaction list filter
2018-07-18 09:15:26 -04:00
Travis Eden 7e5cc1c3ca use constants for transaction types 2018-07-17 13:17:11 -04:00
Sean Yesmunt 7080d5f8c6
Revert "updated the url for successful thumbnail publishes" 2018-07-17 09:42:47 -04:00
Travis Eden d43dd78821 suppress load video error; disable autoplay per-video after download failure 2018-07-17 09:37:44 -04:00
bill bittner de75bfad72 updated the thumbnail url on successfull publishes 2018-07-16 17:26:13 -07:00
Sean Yesmunt e3966f03ed improve loading logic 2018-07-16 16:20:14 -04:00
Travis Eden 324dc3fa4f show loader when loading prop is true 2018-07-16 14:07:44 -04:00
Travis Eden 49700d5906 move fetching logic to page component 2018-07-16 14:07:44 -04:00
Travis Eden e5f6acc5ae add props/logic to handle fetching stage 2018-07-16 14:07:44 -04:00
Sean Yesmunt ac89a3d91c re-add 3d-file viewer 2018-07-16 10:38:46 -04:00
btzr-io 34ba2cf3eb fix object position 2018-07-16 09:57:09 -04:00
btzr-io 064e28a02e more fixes 2018-07-16 09:57:08 -04:00
btzr-io e1c1096458 add progress-bar 2018-07-16 09:57:08 -04:00
btzr-io 87ffac9a52 minor fixes 2018-07-16 09:57:08 -04:00
btzr-io 31ec889565 add threeViewer component 2018-07-16 09:57:08 -04:00
Electron - Mark Firth 9c8181a37c
Typo
Typo
2018-07-16 22:36:40 +10:00
Electron - Mark Firth bf246168c3
Dot removed
Dot removed
2018-07-16 21:44:48 +10:00
Electron - Mark Firth 65760f28d6
Better Error Message
The current error message sounds like LBRY is broken, when in fact it's a ShapeShift issue.
This message is friendlier and more accurate, which helps to keep LBRY's brand reputation stronger :)
2018-07-16 21:43:01 +10:00
Sean Yesmunt 313c2965d3
Merge pull request #1754 from lbryio/fetch-rewards
fetch rewards on page load
2018-07-14 20:10:22 -04:00
Sean Yesmunt 265c22dacd
Merge pull request #1752 from 42degrees/42degrees_ticket1749_textChange
Changed the error message given when the daemon didn't update
2018-07-14 19:57:37 -04:00
Travis Eden e4bcca521c add abandon to transaction list filter 2018-07-13 14:06:33 -04:00
Sean Yesmunt 70a860b8d0 Fix spacing on community row 2018-07-13 11:29:25 -04:00
Sean Yesmunt 5f06812c9d move hidden message to top of subscription page 2018-07-13 11:26:36 -04:00
Sean Yesmunt 651fe60c5e don't show hidden nsfw message on my channel 2018-07-13 11:26:36 -04:00
Sean Yesmunt cbefacf673 add hidden message on subscriptions page 2018-07-13 11:26:36 -04:00
Sean Yesmunt 5decb167a2 hide exact url if it's marked nsfw 2018-07-13 11:26:36 -04:00
Sean Yesmunt 72be966242 add message for number of hidden nsfw files 2018-07-13 11:26:36 -04:00
Sean Yesmunt 22483a5b2b don't render nsfw cards/tiles if user has NSFW content hidden 2018-07-13 11:26:36 -04:00
Travis Eden 3325dfda47 always fetch rewards on mount 2018-07-12 23:18:55 -04:00
Sean Yesmunt c2ec93b133 check for claimed.length 2018-07-12 23:17:05 -04:00
Travis Eden 7f2ad622e3 fetch rewards on page load 2018-07-12 23:17:05 -04:00
Sean Yesmunt aea3816133
Merge pull request #1760 from lbryio/nsfw-community
hide community row if nsfw content is hidden
2018-07-12 19:54:34 -04:00
Sean Yesmunt 7e0c01141a rename 'NSFW' to 'mature' 2018-07-12 19:21:44 -04:00
Sean Yesmunt 90d617dbc9 hide community row if nsfw content is hidden 2018-07-12 19:05:04 -04:00
Thomas Zarebczan 305d1a4a48 lbry-app > lbry-desktop
Reviewed all instances of lbry-app and changed to lbr-desktop. There are still some that will stay at lby-app for now (i.e. AUR/Flatpak repo names).
2018-07-12 14:39:12 -04:00
Thomas Zarebczan 61e132a1ab
copy change 2018-07-11 22:51:08 -04:00
Thomas Zarebczan 703f16e9a1 Remove check for div
One of these conditions (including tipping) will always apply, no need to hide the div.
2018-07-11 14:59:59 -04:00
Sean Yesmunt 7c2efb4a19
Merge pull request #1753 from lbryio/daemon-development
Improve app/daemon development
2018-07-11 13:29:59 -04:00
Travis Eden e0233c0133 separate busy indicator from content list and move to title bar 2018-07-11 09:13:23 -04:00
Sean Yesmunt 44d98ac422 fix typo 2018-07-11 01:01:54 -04:00
Sean Yesmunt ca390a125f don't validate address if NO_ADDRESS_VALIDATION is passed in 2018-07-11 00:49:36 -04:00
Sean Yesmunt e0500eedd9 allow different daemon versions and don't shut down with DAEMON_DEVELOPMENT env variable 2018-07-11 00:14:50 -04:00
Scott Gartner a967495c23 Changed the error message given when the daemon and LBRY app are on different versions of the API to make it more clear for the user what their next steps are. 2018-07-10 18:46:31 -06:00
btzr-io 0f09210c5a rename video component to fileViewer 2018-07-10 10:33:03 -04:00
btzr-io 180cb7b73e improve mediaType detection 2018-07-10 10:33:03 -04:00
Sean Yesmunt 1d8728c8ed wrap text strings in language function 2018-07-10 10:33:02 -04:00
btzr-io bdf1634573 render file when download completed 2018-07-10 10:33:02 -04:00
btzr-io e69dc3cd5a fix pdfViewer css 2018-07-10 10:33:02 -04:00
btzr-io ec9448bc18 more fixes
unblock unplayable files

fix context menu errors of pdfViwer
2018-07-10 10:33:02 -04:00
btzr-io 03c9e53dd2 add pdf-viewer
reduce lbry.getMedia calls

update fileRender logic
2018-07-10 10:33:02 -04:00
btzr-io 6b8546789a remove debug log 2018-07-10 10:33:02 -04:00
btzr-io 2afbda7198 rework loadingScreen logic 2018-07-10 10:33:02 -04:00
btzr-io 213b5280b7 use icon constants 2018-07-10 10:33:02 -04:00
btzr-io f026ed6db6 fix playable logic
- Add new icon Eye

- Show preview button
2018-07-10 10:33:02 -04:00
Baltazar Gomez 78029ce5c3 import scss 2018-07-10 10:32:14 -04:00
Baltazar Gomez a3a02995fb add file-render.scss 2018-07-10 10:32:14 -04:00
btzr-io 9b5ac83f68 more fixes
- Update fileRender logic

- Fix missing file source
2018-07-10 10:32:14 -04:00
btzr-io a8edbee7f6 add fileRender component 2018-07-10 10:31:49 -04:00
Sean Yesmunt 5cd70d5680
Merge pull request #1739 from lbryio/shapeshift-fix
Handle LBC unavailable error from ShapeShift without breaking the app
2018-07-09 11:30:35 -04:00
Sean Yesmunt bf2bc68da8 Show error if LBC is unavailable for shapeshifting 2018-07-09 11:04:29 -04:00
Sean Yesmunt 2ae75b8a38
Merge pull request #1736 from billbitt/fix-spee.ch-thumbnail-publish
changed form data to attach a File rather than Blob
2018-07-09 00:00:50 -04:00
bill bittner 64f8a40984 changed form data to attach a File rather than Blob 2018-07-04 17:00:49 -07:00
Sean Yesmunt 4d13b2c726 add .jpeg to list of spee.ch file types 2018-07-03 19:00:04 -04:00
Sean Yesmunt 058ea02b05 fix typo 2018-07-03 15:14:08 -04:00
Thomas Zarebczan 37eef522b1 null rendererwindow window on quit
Checking to see if this fixes object has been destroyed error on Mac.
2018-07-03 01:27:47 -04:00
Thomas Zarebczan 12940ac230 Check rendererWindow before calling show 2018-07-03 00:57:01 -04:00
Sean Yesmunt b92597b74e add comment 2018-07-03 00:37:48 -04:00
btzr-io be9c16cbde fix context-menu of markdown editor 2018-07-03 00:35:13 -04:00
btzr-io 8debe7dcc9 refactor context-menu logic
- Add support for textarea
2018-07-03 00:35:13 -04:00
Sean Yesmunt adaec74e78 move tourniquet style to button 2018-07-02 18:22:59 -04:00
Sean Yesmunt a6a00e0bbb add supported file types to spee.ch thumbnail upload label 2018-07-02 18:04:33 -04:00
Sean Yesmunt f2b49cb4e8 move max-width styling to table instead of button 2018-07-02 18:04:33 -04:00
Sean Yesmunt 7c96bad8bf improve publish error messaging for edits 2018-07-02 18:04:33 -04:00
Sean Yesmunt eff657f7be disable file input when publishing 2018-07-02 18:04:33 -04:00
Sean Yesmunt b79d13b44d ensure all publish form errors have same styling 2018-07-02 18:04:33 -04:00
Sean Yesmunt 9305548518
Merge pull request #1725 from lbryio/1712
take previous bid into account for total available to deposit
2018-07-02 16:11:01 -04:00
Sean Yesmunt 45424e016f use claimName instead of uri while loading 2018-07-02 15:05:44 -04:00
Sean Yesmunt 6e0cc55814 take previous bid into account for total available to deposit 2018-07-02 14:48:25 -04:00
Sean Yesmunt 6e8b2a42a1 use outpoint as key in FileList 2018-07-02 14:45:25 -04:00
Jeremy Kauffman b1127c51c9
Merge pull request #1709 from lbryio/patch-1705
fix: increase sidebar width on large screens (#1705)
2018-07-02 12:58:49 -04:00
Thomas Zarebczan 67e6404427 Get version from package.json
Prior to this, if running in dev mode, you'd get the electron version and not the LBRY-app version
2018-06-29 17:40:31 -04:00
Sean Yesmunt d3c02434dd set button links to display: inline 2018-06-28 13:50:58 -04:00
seanyesmunt 6da1157fbd fix: increase sidebar width on large screens 2018-06-28 00:16:11 -04:00
Sean Yesmunt b3e18933d2
Merge pull request #1704 from Invariant-Change/patch-3
Url To URL Typo Fix
2018-06-27 11:39:30 -04:00
Electron - Mark Firth 8e252657f5
Url To URL Typo Fix
The other part of the typo I found that wasn't addressed in Chris's PR. https://github.com/lbryio/lbry-app/pull/1697
2018-06-27 21:52:05 +10:00
Electron - Mark Firth 82bb20f63d
2nd Column Lost it's Colour
When the new code was added the `var(--color-help)` was lost and it defaulted back to **brash white**. This adds the `var(--color-help)` back in.
2018-06-27 21:22:14 +10:00
Sean Yesmunt f0f98945fa
Merge pull request #1692 from Invariant-Change/patch-1
Tourniquets Text Over 20VW to Fix Table Length Issue
2018-06-27 01:53:47 -04:00
Sean Yesmunt 7f60b53d11
Merge pull request #1694 from Invariant-Change/patch-3
Tourniquets Text to Fix Table Length Issue in Help
2018-06-27 01:48:25 -04:00
YULIUS KURNIAWAN KRISTIANTO 2070d9b602
minor fix url or Uppercase 2018-06-27 00:25:54 +07:00
Electron - Mark Firth c68eaba650
Only Affects Help Table
table.table--help {
  td:nth-of-type(1) {
    color: var(--text-color);
    font-family: 'metropolis-semibold';
    min-width: 130px;
  }
    td:nth-of-type(2) {
/*Tourniquets text over 20VW*/
    max-width: 20vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
2018-06-27 01:21:30 +10:00
Electron - Mark Firth 689fe25a72
Tourniquets Text Over 20VW to Fix Table Length Issue
Same CSS fix as https://github.com/lbryio/lbry-app/pull/1692
2018-06-26 23:40:44 +10:00
Electron - Mark Firth 4b282b7050
Over VW Comment Change
Over VW Comment Change
2018-06-26 16:48:10 +10:00
Electron - Mark Firth b846831608
VW Fixes Responsive Issues
Using 400px still breaks if at minimum width. However, using Viewport Width (vw) makes it responsive, thus it works at all sizes without out the need for condition media queries.
2018-06-26 16:43:44 +10:00
Electron - Mark Firth 454b1c243e
Tourniquets Text Over 400px to Fix Table Length Issue
Fixes table length issue.
2018-06-26 16:16:50 +10:00
Sean Yesmunt 7d86e7fe15
Merge pull request #1688 from lbryio/sean-patch
remove 'include all results' setting on search page
2018-06-25 15:17:45 -04:00
Sean Yesmunt a81d0f6703 remove 'include all results' setting on search page 2018-06-25 15:16:23 -04:00
Sean Yesmunt 087b8d98c2
Merge pull request #1680 from Invariant-Change/patch-2
Description Correction For Community Top Bids Tooltip.
2018-06-25 14:58:12 -04:00
Sean Yesmunt d2e32f38ef prefil license type on edit 2018-06-25 14:23:25 -04:00
Sean Yesmunt dd19af3b3d include proto with channel links 2018-06-25 13:49:59 -04:00
Sean Yesmunt d48fe8d48a use spee.ch publish config endpoint for thumbnail status 2018-06-25 13:39:35 -04:00
Sean Yesmunt acda4022a3 remove max-width on search input 2018-06-25 11:20:51 -04:00
Sean Yesmunt 00f97259e2 change header height back to 60px 2018-06-25 02:53:13 -04:00
Sean Yesmunt 1f0d59c444 improve spacing on file page 2018-06-25 02:48:27 -04:00
Sean Yesmunt 95cf3dd9d8 use green icon for download/open file icon 2018-06-25 02:28:03 -04:00
Sean Yesmunt 218a328cac add back fixed header 2018-06-25 02:07:45 -04:00
Sean Yesmunt a8eeee2bbe use gift icon for tips 2018-06-25 00:08:41 -04:00
Electron - Mark Firth a0214f82ce
Description Correction For Community Top Bids Tooltip.
Corrections on the tooltip detailing that you can bid on one to ten, not one to five.
2018-06-25 02:03:59 +10:00
Electron - Mark Firth f952719bb0
Spell Checker CSS Style Changes
These changes follow typical styling for spelling errors in most applications which means people are familiar with them which avoids confusion. The changes also mean that the incorrect spelling style is more visible especially in the Dark theme where it was almost impossible to see.
2018-06-25 01:27:34 +10:00
btzr-io 10913f98ea fix conflicts
- Merge master
2018-06-22 14:29:56 -06:00
btzr-io 3a81c25dab add icons for external-links 2018-06-20 19:33:00 -06:00
Sean Yesmunt 5fd72af0f8 fix: stick autocomplete 2018-06-20 18:58:55 -04:00
Sean Yesmunt 1ead6a3be7
Merge pull request #1650 from lbryio/ux-fixes
UX changes
2018-06-20 18:36:11 -04:00
Sean Yesmunt 5e17662261 remove un-needed check 2018-06-20 18:15:57 -04:00
Sean Yesmunt 015ff765db fix card spacing 2018-06-20 17:56:42 -04:00
Sean Yesmunt 539ca36637 show edits as pending 2018-06-20 15:30:52 -04:00
Sean Yesmunt 3ebeb47fb0
Merge pull request #1646 from lbryio/repoll-discover
set 1hr interval on fetchFeaturedUris
2018-06-20 15:26:36 -04:00
Sean Yesmunt 54b88696cd fix: fetch subscriptions if there are no claims loaded 2018-06-20 15:08:31 -04:00
Travis Eden 39bf33eb24 set 1hr interval on fetchFeaturedUris 2018-06-20 11:24:32 -04:00
Sean Yesmunt aeaed80999 bump search results to 30 and remove autosearch 2018-06-20 02:20:16 -04:00
Sean Yesmunt 4ac9c87162 move price badge/icons to right edge on file page 2018-06-20 01:34:55 -04:00
seanyesmunt 52c0caaa4a auto margin for main container 2018-06-20 00:55:48 -04:00
Sean Yesmunt b42f86d0fb update card title size/spacing 2018-06-20 00:49:20 -04:00
Sean Yesmunt 8b249a20a5 fix: email verify modal button placement 2018-06-20 00:49:20 -04:00
Sean Yesmunt da96f28794 improve file page ux 2018-06-20 00:49:20 -04:00
Sean Yesmunt 6be2388620 simplify autocomplete ux 2018-06-20 00:49:20 -04:00
Thomas Zarebczan ea464a6921 pending publishes magic
This seems to fix ordering of pending publishes - worth a shot.
2018-06-19 22:31:36 -04:00
Sean Yesmunt e22e9ce4ee
Merge pull request #1649 from lbryio/autoupdate-fixes
Autoupgrade fixes
2018-06-19 21:56:35 -04:00
Thomas Zarebczan dfd42b8e96 Autoupgrade fixes
Fixes modal when clicking "upgrade app" from the top right menu.
Fixes double modal on autoupdate, issue https://github.com/lbryio/lbry-app/issues/1613
2018-06-19 20:50:01 -04:00
Thomas Zarebczan d383e57b01
fix linux path
Forgot to update the path in the last PR. It downloads as: LBRY_xxxx.deb
2018-06-19 19:02:23 -04:00
Sean Yesmunt 3ad8feb025 fix: weird media query behavior with overlapping rules 2018-06-19 16:22:42 -04:00
Thomas Zarebczan 8ea2cd8e14
Merge branch 'master' into linux-upgrade 2018-06-19 11:13:23 -07:00
Sean Yesmunt 0c78eda903 update tip placeholder 2018-06-19 11:48:32 -04:00
Thomas Zarebczan 9daa519a84
bring back the tip placeholder
otherwise this shows 0 to start off with.
2018-06-19 09:58:00 -04:00
Thomas Zarebczan 1d6b4587e3 Fix Linux upgrade path
And show manual install message
2018-06-19 02:31:47 -04:00
Sean Yesmunt 171ea2b97b
Merge pull request #1637 from lbryio/phone-verify-reward
Fix phone verification + claim first reward
2018-06-18 18:56:23 -04:00
Thomas Zarebczan 4c23f4e105 Fix phone verification + claim first reward
This ensures that a newly verified user, via phone verification, automatically claims the new user reward.
2018-06-18 17:09:21 -04:00
Sean Yesmunt 9667a35e7d
Merge pull request #1629 from lbryio/redesign-css
Redesign css changes
2018-06-18 15:05:20 -04:00
Sean Yesmunt 6fd9f35c24
Merge pull request #1630 from lbryio/tom-fixes
Minor UX fixes
2018-06-18 12:49:30 -04:00
Sean Yesmunt 2af2f61a8e round down so we don't say we have more rewards than available 2018-06-18 12:47:06 -04:00
Sean Yesmunt 83694a1c2b
Revert "fixed isPlayable to only play for video or audio." 2018-06-18 12:39:33 -04:00
Sean Yesmunt f0930d8dcf decrease card text size 2018-06-18 12:34:35 -04:00
Sean Yesmunt 074c00b88b change max width to 1000px 2018-06-18 12:30:24 -04:00
Sean Yesmunt c3209af31c change large breakpoint size 2018-06-18 12:26:04 -04:00
Thomas Zarebczan 0e1df68cc2 Minor UX fixes
Includes
-some better error messages when using credits (publish, tip, send)
-claim new user reward after phone verification (requires API change)
-vertical stacking on send screen
-add missing blank slate message for transaction history
2018-06-18 02:34:59 -04:00
Sean Yesmunt bfc81e8894 fix aspect ratio on search page and increase height 2018-06-18 02:34:46 -04:00
seanyesmunt 68178f5b17 fix hover color on balance label 2018-06-18 02:08:35 -04:00
seanyesmunt ed81142f88 handle displaying content on larger screens better 2018-06-18 02:08:35 -04:00
Mark Beamer Jr 8542c70267 added lbry_id to install/new api call. 2018-06-18 02:01:58 -04:00
Sean Yesmunt 82bde114f3
Merge pull request #1617 from lbryio/markb_1610_nsfw
added obfuscation of NSFW based on setting in app for search page.
2018-06-17 22:13:55 -04:00
Sean Yesmunt 5e7b5af5f2
Revert "claim first reward on phone verification" 2018-06-17 22:13:12 -04:00
Sean Yesmunt 78a91fd090
Merge pull request #1623 from lbryio/markb_1590_isPlayable
fixed isPlayable to only play for video or audio.
2018-06-17 22:11:47 -04:00
Sean Yesmunt d39cc581eb
Merge pull request #1622 from lbryio/markb_1545_autoplay
removed direct call to doLoadVideo for autoplay handling.
2018-06-17 22:06:13 -04:00
Mark Beamer Jr 020884bb7b fixed isPlayable to only play for video or audio. 2018-06-17 02:44:51 -04:00
Mark Beamer Jr 32b7be3cfc removed direct call to doLoadVideo for autoplay handling. This is already being called in the play. No reason to call it twice. 2018-06-17 01:46:06 -04:00
Thomas Zarebczan 9a485a971a
claim first reward on phone verification
Didn't test this, but it should function the same way as the credit card portion on line 303
2018-06-16 16:16:19 -04:00
Mark Beamer Jr 7db2471b77 added obfuscation of NSFW based on setting in app for search page. 2018-06-16 12:49:43 -04:00
Thomas Zarebczan 96cdf2029f Fix pending publishes
This fixes an issue where claim_list_mine is called even after a claim
is confirmed.

Also updating time check interval to 30s from 10s.
2018-06-15 19:16:23 -04:00
Sean Yesmunt 6f4734b518 change prop name to describe where it should be used, not how it looks 2018-06-15 16:47:18 -04:00
Sean Yesmunt 1d8d338629 add toggle style for autoplay 2018-06-15 16:11:02 -04:00
Sean Yesmunt e4a7b85d02 fix no thumbnail style on search page 2018-06-15 13:18:15 -04:00
Sean Yesmunt 8d09b03064 fix: show tip/speech links on videos 2018-06-15 13:06:40 -04:00
Sean Yesmunt 7cbce18145 fix typo 2018-06-14 17:31:27 -04:00
Sean Yesmunt e09c214697 update thumbnail upload statuses constant 2018-06-14 16:55:43 -04:00
Sean Yesmunt 061af8315a remove reference to spee.ch if the api is down 2018-06-14 16:55:43 -04:00
Sean Yesmunt 122e669a59 disable form publishing if uploading thumbnail 2018-06-14 16:55:43 -04:00
Sean Yesmunt 6f666e757f prepopulate thumbnail on edit 2018-06-14 16:55:43 -04:00
Sean Yesmunt ae93a0d95d
Merge pull request #1587 from lbryio/css-fixes
CSS fixes
2018-06-14 16:33:38 -04:00
Sean Yesmunt d57b9584c1 address PR comments 2018-06-14 16:10:50 -04:00
Sean Yesmunt a49604cdb3 use button='link' for modal upgrade 2018-06-14 14:13:54 -04:00
Sean Yesmunt 88b4a73fca fix: upgrade modal flow 2018-06-14 12:08:13 -04:00
Sean Yesmunt f84242b688
Merge pull request #1582 from lbryio/qr-code
add togglable QR code to wallet address component
2018-06-14 02:25:05 -04:00
Sean Yesmunt de9c736703 fix: stop calling claim_list_mine if no more pending publishes 2018-06-13 17:11:46 -04:00
Sean Yesmunt 4379bca73e move subscription to it's own row to avoid overlap issues 2018-06-13 17:07:19 -04:00
Sean Yesmunt d5ecf797fd add 'beta' tag on splash screen 2018-06-13 16:54:16 -04:00
Sean Yesmunt 961f1cf2fd add no thumbnail fallback and make sure .zips aren't playable 2018-06-13 16:47:22 -04:00
Sean Yesmunt 14685f311d
Merge pull request #1583 from lbryio/issue/1579
Pass app version info to internal APIs
2018-06-13 16:40:28 -04:00
Sean Yesmunt 422dd25949 add thumbnail fallback for non-playable content 2018-06-13 16:32:38 -04:00
Thomas Zarebczan 453c50fc2a Fix wording + add link
Fixed wording and added link to support FAQ
2018-06-13 15:15:47 -04:00
Travis Eden 20dc820e06 refactor doInstallNew w/o dispatch; call directly 2018-06-13 14:36:26 -04:00
Thomas Zarebczan 3594228069 add operating system
lbrynet-cli version
{
  "build": "rc",
  "lbrynet_version": "0.20.0rc14",
  "lbryschema_version": "0.0.16rc2",
  "lbryum_version": "3.2.2rc1",
  "os_release": "10",
  "os_system": "Windows",
  "platform": "Windows-10-10.0.17134",
  "processor": "Intel64 Family 6 Model 158 Stepping 9, GenuineIntel",
  "python_version": "2.7.15"
}
2018-06-13 14:36:26 -04:00
Travis Eden 61bddf3ea3 pass app version info to internal APIs 2018-06-13 14:36:26 -04:00
Travis Eden f6ed24a1d6 add qr-code border 2018-06-13 14:30:42 -04:00
Sean Yesmunt 02a9139ddd
Merge pull request #1569 from amitnndn/master
Adding ability to view logs and open log directory
2018-06-13 12:37:54 -04:00
Travis Eden a2a12ef6cd add togglable QR code to wallet address component 2018-06-13 11:19:41 -04:00
Sean Yesmunt bb748b060a remove subscription for clear cache subtitle 2018-06-13 10:59:08 -04:00
Sean Yesmunt ee42e5e1b4 alignment fixes 2018-06-13 01:20:53 -04:00
Sean Yesmunt 20b2484cf2 remove fixed header - allow the whole page to scroll 2018-06-13 00:37:21 -04:00
Sean Yesmunt 7e7b8d770b
Merge pull request #1585 from kkorte/master
Show smaller NSFW tag if it's my content
2018-06-13 00:16:12 -04:00
Sean Yesmunt 6e5edbdb34 clean up code and fix edit this claim button 2018-06-12 23:28:06 -04:00
Kenny Korte 85366feef9 #1581 - Show smaller NSFW tag if it's my content 2018-06-12 23:21:31 +02:00
Sean Yesmunt a8d693d890 fix: double pending issue 2018-06-12 03:12:22 -04:00
Sean Yesmunt a69a4e2852 fix: editing with no source 2018-06-12 01:11:17 -04:00
Sean Yesmunt 11c2a009bd
Merge pull request #1571 from lbryio/markb_1428
modified text to make unified search bar clearer.
2018-06-10 22:15:25 -04:00
Sean Yesmunt 6c0e7bf8b9
Merge pull request #1562 from lbryio/reward-claim-silent-failure
fix reward error notification
2018-06-10 21:49:54 -04:00
Sean Yesmunt 72401ca960
Merge pull request #1573 from lbryio/md
Fix markdown preview in publish page
2018-06-10 21:47:12 -04:00
Sean Yesmunt 1c844f25b0
Merge pull request #1566 from DaniNz/continue-issue-1564
Show hand pointer when hovering over anywhere on video.
2018-06-10 21:45:29 -04:00
btzr-io 151ad9062c tidy up 2018-06-10 16:32:30 -06:00
Amit Nandan P aa493f997b #741 Fixing content address extending outside of visible area in card 2018-06-10 17:13:11 -05:00
btzr-io 45637a050b render actual markdown preview component 2018-06-10 15:57:46 -06:00
Mark Beamer Jr 3839b790e2 -modified text to make unified search bar clearer. 2018-06-10 14:32:47 -04:00
Amit Nandan P 369cbe7d29 #1556 Resolving error in import statement 2018-06-09 18:22:36 -05:00
Amit Nandan P 733ebf3e34 #1556 Updating Flow config file to resolve eslint issues 2018-06-09 18:20:29 -05:00
Amit Nandan P c6ff859d45 #1556 Fixing eslint issues 2018-06-09 18:19:04 -05:00
Amit Nandan P 4045fadc40 #1556 Checking for OS before opening the log file 2018-06-09 17:33:23 -05:00
Amit Nandan P d46c60da86 #1556 Adding ability to open log file and log folder from help page 2018-06-08 22:38:09 -05:00
Daniela Narvaez 3c235a62e3 Only show pointer on thumbnails and videos 2018-06-08 19:21:04 -03:00
Daniela Narvaez 8c0de635ff Show hand pointer when hovering over anywhere on video thumbnail and when the video is paused or playing. 2018-06-08 17:09:51 -03:00
Sean Yesmunt e853ea2ec5
Merge pull request #1560 from amitnndn/master
Adding ability to resend verification emails
2018-06-08 15:50:53 -04:00
Sean Yesmunt edba3b0192
Merge pull request #1565 from DaniNz/issue-1564
Adds pointer on hover for video thumbnail
2018-06-08 15:20:06 -04:00
Sean Yesmunt 8429e4c7f3
Merge pull request #1563 from lbryio/overtaken-claim-price
always update costInfo on FilePage componentDidMount
2018-06-08 14:57:46 -04:00
Daniela Narvaez e589571c6b Adds pointer on hover for video thumbnail 2018-06-08 15:48:42 -03:00
Sean Yesmunt 30d04ed0d7 add comment that links to PR with discussion 2018-06-08 14:31:00 -04:00
Amit Nandan P c6684054d5
Merge branch 'master' into master 2018-06-08 00:09:48 -05:00
Amit Nandan P 0e5d9b28fc #1492 Changing button text and type as per reviewew comments 2018-06-08 00:08:06 -05:00
Sean Yesmunt 65513cf7e7
Merge pull request #1248 from daovist/select-thumbnail
Select thumbnail, spee.ch upload
2018-06-08 00:46:54 -04:00
Sean Yesmunt ddf1397a28
Merge pull request #1551 from Bentley912/feature_request
Adds Narrative for Feature Request on Help Page and Report Page Addresses Issue #1537
2018-06-08 00:35:24 -04:00
Sean Yesmunt 0f5bc874bc
Merge branch 'master' into select-thumbnail 2018-06-08 00:32:12 -04:00
Sean Yesmunt 3e283f3c73 cleanup thumbnail upload styling 2018-06-08 00:05:45 -04:00
Travis Eden c2be04a18d always update costInfo on FilePage componentDidMount 2018-06-07 13:47:09 -04:00
Travis Eden 3d724a4bb7 implement failSilently option in doClaimRewardType and set true in doClaimEligiblePurchaseRewards 2018-06-07 10:43:50 -04:00
Amit Nandan P 937987ba04 #1492 Refactoring Fuction Names 2018-06-06 21:40:32 -05:00
Amit Nandan P 5ffc3ab52c Merge branch 'master' of https://github.com/amitnndn/lbry-app 2018-06-06 20:53:16 -05:00
Amit Nandan P 8c343b16e3 #1492 Adding support to resend verification email 2018-06-06 20:47:49 -05:00
Thomas Zarebczan 23a26c075a fix share on Web (spee.ch) URLs 2018-06-06 15:22:28 -04:00
Sean Yesmunt 7571e96e65
Merge pull request #1553 from lbryio/issue-1494
Fix issue 1494 - uri and outpoint to API
2018-06-06 03:14:21 -04:00
Sean Yesmunt 93a2b6f9e6 minor style changes 2018-06-06 02:13:26 -04:00
Mark Beamer Jr 8be48a84cf Made changes recommended on PR review. 2018-06-06 01:32:52 -04:00
Mark Beamer Jr 2dd6529d82 -Added description and changed css so the search screen is more presentable to the user. 2018-06-06 01:32:36 -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
Thomas Zarebczan 3c3cf98b1d fix 1549 2018-06-05 11:22:15 -04:00
Patrick Bentley 1a8c1c5955 Adds Narrative for Feature Request on Help Page and Report Page 2018-06-05 17:51:49 +03:00
Travis Eden 731e3a1546 alter onSearch mechanics 2018-06-04 16:41:58 -04:00
Travis Eden 0ca5941dee remove search bar and padding from search page 2018-06-04 16:41:58 -04:00
Travis Eden 50e7010a5b add search page to router 2018-06-04 16:41:58 -04:00
Sean Yesmunt f140f80772
Merge pull request #1541 from dan1d/1538
Add copy text on contex menu.
2018-06-04 16:31:35 -04:00
Travis Eden 9957be18bf re-fix error message 2018-06-04 15:55:00 -04:00
Travis Eden 1846b40b2d fix error messages 2018-06-04 15:55:00 -04:00
Travis Eden 753fbc72a4 add selectThumbnail component 2018-06-04 15:49:02 -04:00
Travis Eden 96ac407b0e add confirmThumbnailUpload modal 2018-06-04 15:45:34 -04:00
Travis Eden 8def65f1d8 rename uploadStatus -> uploadThumbnailStatus; call doResetThumbnailStatus on componentWillMount 2018-06-04 15:44:01 -04:00
Travis Eden 1a30e185bd add doResetThumbnailStatus and doUploadThumbnail actions 2018-06-04 15:42:02 -04:00
Travis Eden 9c235861fe add uploadStatus to PublishForm 2018-06-04 15:38:43 -04:00
Travis Eden 4d6d1f2e95 re-fix error message 2018-06-04 15:36:17 -04:00
Travis Eden 6c14cd1e5b fix object prop types 2018-06-04 15:36:17 -04:00
Travis Eden 0f31367e26 fix error messages 2018-06-04 15:36:17 -04:00
Travis Eden 9366d09f83 uppercase constants 2018-06-04 15:36:16 -04:00
Travis Eden c0e902df1e switch div tag to p tag 2018-06-04 15:36:16 -04:00
Travis Eden f49598bd4b change div tags to p tags for padding 2018-06-04 15:36:16 -04:00
Travis Eden 05caa06aa7 add selectThumbnail component 2018-06-04 15:36:16 -04:00
Travis Eden e788d30f08 add link styling 2018-06-04 15:36:16 -04:00
Travis Eden 85e8c78ee5 proper naming; set thumbnail='' and nsfw=false 2018-06-04 15:35:45 -04:00
Travis Eden f5be93b6b5 add confirmThumbnailUpload modal 2018-06-04 15:35:45 -04:00
Travis Eden de8f116709 allow custom labels in file-selector 2018-06-04 15:34:15 -04:00
Travis Eden c7a91340dc fix key name 2018-06-04 15:34:15 -04:00
Travis Eden 75b540635b rename uploadStatus -> uploadThumbnailStatus; call doResetThumbnailStatus on componentWillMount 2018-06-04 15:34:15 -04:00
Travis Eden 9a658d41a8 add doResetThumbnailStatus and doUploadThumbnail actions 2018-06-04 15:31:19 -04:00
Travis Eden e32a597c38 add uploadStatus to PublishForm 2018-06-04 15:27:55 -04:00
Travis Eden 24214bf660 add upload status constants 2018-06-04 15:27:55 -04:00
Travis Eden 30da19e01b only fetch channels when categoryLink is defined 2018-06-04 10:07:15 -04:00
Daniel Dominguez 5cbd366cf2 Add copy text on contex menu. 2018-06-03 21:17:58 -03:00
Sean Yesmunt 86d096e56a remove console.info 2018-06-01 13:56:01 -04:00
seanyesmunt 53b9e5344b fix credit intro displaying '0' 2018-06-01 13:56:00 -04:00
seanyesmunt 7339727e29 close modal by clicking outside of it 2018-06-01 13:56:00 -04:00
seanyesmunt 5ad42609c3 remove tip from channel page 2018-06-01 13:56:00 -04:00
Sean Yesmunt f669714553 fix: edit with no file change 2018-06-01 13:56:00 -04:00
Sean Yesmunt d35500de7e
Merge pull request #1528 from lbryio/md-fix
Fix markdown preview
2018-06-01 13:49:00 -04:00
Baltazar Gomez bb9e4e218d
Merge branch 'master' into md-fix 2018-06-01 11:32:05 -06:00
Daniel Dominguez 38fbc19fac Update warning prompt message. 2018-06-01 13:23:41 -04:00
Daniel Dominguez ef6886894e Add confirmation propmt before sending a transaction. 2018-06-01 13:22:41 -04:00
Sean Yesmunt 185fba7b54
Merge pull request #1530 from DaniNz/fix-claim-report
Fix claim ID being null when reporting a claim that was not previously download.
2018-06-01 00:23:08 -04:00
Daniela Narvaez a5457e083a Remove selector property as is already being passed in from another component 2018-06-01 00:11:34 -03:00
Sean Yesmunt c38f34dbd0
Merge branch 'master' into alert-scam 2018-05-31 22:09:56 -04:00
Sean Yesmunt dbe65c2bb0
Merge pull request #1510 from dan1d/issue-1505
Allow https to follow redirection when requesting latest release data
2018-05-31 22:06:52 -04:00
Sean Yesmunt d65d92e0b8
Merge pull request #1509 from lbryio/issue/1329
Rewards reorder and snackbar notifications
2018-05-31 00:46:51 -04:00
seanyesmunt c79affaeb8 use Uppercase for button label 2018-05-31 00:42:45 -04:00
Daniela Narvaez 0bd65bce47 Fix claim ID on when reporting a claim. 2018-05-30 23:01:19 -03:00
Daniel Dominguez cde0ed4b9a Disable scam alert on development environment. 2018-05-30 16:20:16 -03:00
Sean Yesmunt 44cc987a14
Merge pull request #1511 from lbryio/special-links
special links/invalid URIs
2018-05-30 14:47:38 -04:00
seanyesmunt 32fd9e17f7 Redirect special LBRY urls to pages in App 2018-05-30 14:29:22 -04:00
btzr-io 6c91e8cbf2 fix markdown preview on publish page 2018-05-30 12:12:54 -06:00
Travis Eden 8b895caf15 remove amount from new invite component 2018-05-30 13:51:20 -04:00
Thomas Zarebczan 6ce77f7a8b
adding exclamation after first reward 2018-05-30 13:21:56 -04:00
Travis Eden cb85b633f7 use splice to remove reward; force update in newState data 2018-05-30 12:09:01 -04:00
Travis Eden 186c437955 simplify first reward 2018-05-30 12:07:56 -04:00
Travis Eden 8011b1e3be re-add reward type constants 2018-05-30 12:06:09 -04:00
btzr-io f3fff5667c update changelog 2018-05-29 21:18:41 -06:00
btzr-io 6443598d17 fix new lines on markdown preview 2018-05-29 21:08:37 -06:00
Sean Yesmunt ef6bb67e8e
Merge pull request #1518 from lbryio/price-display
do not display "PRICE"
2018-05-29 22:43:41 -04:00
Sean Yesmunt 06956ec610
Merge pull request #1222 from daovist/share-speech-urls
Share speech URLs on File and Channel pages
2018-05-29 22:42:48 -04:00
Sean Yesmunt 69c030344f
Merge pull request #1486 from dan1d/right-click-menu-context
Add right click context menu on all text inputs
2018-05-29 15:57:37 -04:00
Travis Eden ef3ea8c319 Refactor unclaimed rewards as array to keep order from api.lbry.io. Display reward notification message through snackbar with fallback for rewards without a message. 2018-05-29 14:44:34 -04:00
Travis Eden 9e6270ad0e do not display "PRICE"; return null when costInfo is undefined 2018-05-25 12:16:17 -04:00
Sean Yesmunt ea4c7d9d15
Merge pull request #1481 from lbryio/publish-by-channel-id
Publish by channel_id
2018-05-25 11:05:55 -04:00
Sean Yesmunt b5d8b57043 set default route back to /discover 2018-05-25 10:44:48 -04:00
Travis Eden c6732d3d3f add buttons to share spee.ch URLs on file and channel pages 2018-05-25 09:33:45 -04:00
Sean Yesmunt 37b04993da use classname for select styling 2018-05-25 00:40:35 -04:00
Sean Yesmunt e56c21fd22 use color prop for icon color instead of relying on type of icon and tooltip cleanup 2018-05-25 00:40:35 -04:00
Sean Yesmunt 2f4395a9e3 cleanup FileDownloadLink 2018-05-25 00:40:34 -04:00
Sean Yesmunt f86bb14591 update tooltip component to show on hover and add different directions 2018-05-25 00:40:34 -04:00
Sean Yesmunt 7a10e0eda9 move file actions below video player 2018-05-25 00:40:34 -04:00
Sean Yesmunt 55209a21cf don't show rewards message if no claimable rewards 2018-05-25 00:40:08 -04:00
Sean Yesmunt 8519129211 dropdown styling 2018-05-25 00:40:08 -04:00
Sean Yesmunt c0e6de66a4 don't use channel name in FileList 2018-05-25 00:40:08 -04:00
Sean Yesmunt ddb3106185
Merge pull request #1267 from daovist/explore-channels
Support channel definitions from /file/list_homepage
2018-05-24 16:15:03 -04:00
Sean Yesmunt 938a8e1b7e allow channels on Discover page 2018-05-24 16:11:13 -04:00
Travis Eden bd3936fc2b publish by channel_id rather than channel_name 2018-05-24 08:56:33 -04:00
Daniel Dominguez 8ca6e21969 Allow https to follow redirections when requesting latest release data from github. 2018-05-23 16:30:45 -03:00
Sean Yesmunt f54a24309e fix: use short form uri when preparingEdit so users know they are editing 2018-05-23 00:35:34 -04:00
Daniel Dominguez e0d5a842aa Add warning message when development tools is opened. 2018-05-22 23:37:09 -03:00
Daniel Dominguez b4542517de Correctly copy an URI so it can be opened with lbry-app when shared. 2018-05-21 14:18:02 -03:00
Daniel Dominguez 67874045ac Toggle video fullscreen on doubleclick. 2018-05-20 23:03:27 -03:00
Daniel Dominguez 86876d6a19 Add context menu helper to be able to modify the menu templates in react way and not be static. 2018-05-20 22:02:25 -03:00
Daniel Dominguez eb86f6488a Add display type to notifications to allow snackbars to be shown. 2018-05-18 13:51:39 -03:00
Daniel Dominguez ed2fe16f45 Add right click context menu on all text inputs. 2018-05-16 18:44:48 -03:00
Sean Yesmunt 6157dbd9fe use const for space bar key code 2018-05-16 15:34:38 -04:00
Sean Yesmunt 2cf9d829b4 fix playing from spacebar 2018-05-16 14:32:25 -04:00
Sean Yesmunt fbc1a97492 don't wrap lbc price 2018-05-16 14:04:08 -04:00
Sean Yesmunt 9161ba1a62 add search results disclaimer 2018-05-16 14:04:08 -04:00
Sean Yesmunt 2fe2cbacee don't show autocomplete if no value in search 2018-05-16 14:04:08 -04:00
Sean Yesmunt f6e8be47d0 make navigation arrow icons easier to see 2018-05-16 14:04:08 -04:00
Sean Yesmunt fcdfa238b3 use correct aspect ratio and add price to search results 2018-05-16 14:04:08 -04:00
Sean Yesmunt c806d10f1e fix incompatible daemon modal 2018-05-16 14:04:08 -04:00
Travis Eden 82e6635460 disable Send button when tip amount <= 0 or tip amount > balance 2018-05-16 10:53:53 -04:00
Daniel Dominguez 4a0684f2a3 Fix grayed out rewards by using the correct property to check for reward eligibility. 2018-05-15 13:26:05 -03:00
Sean Yesmunt c61392e9f3
Merge pull request #1441 from lbryio/markdown-fix
Fix markdown
2018-05-15 11:54:32 -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
btzr-io 9260522aa8 fix h6 font size 2018-05-11 16:31:43 -06:00
btzr-io 5b0f7c193d show hyperlinks on hover 2018-05-11 15:07:26 -06:00
btzr-io 7977ac775f fix headings size 2018-05-11 14:58:30 -06:00
Sean Yesmunt f231b430e6 cleanup css 2018-05-11 13:47:05 -04:00
Travis Eden 7635145641 move file page autoplay setting below channel info; lint fixes 2018-05-11 12:36:04 -04:00
btzr-io 4935083fef add validation for uri 2018-05-11 09:14:08 -06:00
Travis Eden 4deee1573d fix nsfw conditions 2018-05-11 10:58:23 -04:00
Travis Eden bf8518d04c Autoplay: start playing/downloading video/audio/image in video component. Adds on/off checkbox on settings and file pages. Adds CHECK_SIMPLE icon (w/o circle).
add changelog entry
2018-05-11 10:47:08 -04:00
Baltazar Gomez 6d820058dc
Merge branch 'master' into markdown-fix 2018-05-11 01:57:10 -06:00
btzr-io ae7ae36702 add support for lbry protocol on sanitation schema 2018-05-11 01:41:22 -06:00
btzr-io 8127db345b add code for local links 2018-05-11 00:29:53 -06:00
btzr-io 539e8e360c fix modal and add basic filter for url 2018-05-10 23:40:24 -06:00
btzr-io 31b1494a5e update modal / message / styles 2018-05-09 20:47:08 -06:00
btzr-io 66ff07697f add confirmation modal for external links 2018-05-09 18:21:54 -06:00