Commit graph

724 commits

Author SHA1 Message Date
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
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