Commit graph

793 commits

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