Commit graph

20 commits

Author SHA1 Message Date
Sean Yesmunt
de3639f29c new build setup for web/electron 2019-03-04 23:48:04 -05:00
Thomas Zarebczan
f9a681a425 Support 0.31 SDK, vrooom (#2277)
* maint: 0.31.0 changes
Changes to account for 0.31.0, WIP

* maint: key fee settings + bump SDK

Disable setting is no longer part of SDK settings so I moved it into local storage. Also moved in the max fee setting since it's now cleared out from the SDK.

* flow fix

* fix: share usage setting

* fix: file path unavailable
When clicking play, the file does re-download now, so no need to do anything there. Improved click behavior when file is deleted - it now still opens the folder in case someone is interested.

* review fixes

Set disableMaxKeyFee as a local variable. Removed file info from componentdidmount.

* fix, take 2

No need to set the setting I just removed...

* review fixes

Removed local settings storage. Value will be reset when switching back and forth.

* Update view.jsx

* Update settings.js
2019-02-12 13:26:50 -04:00
Sean Yesmunt
eaa11679e7 update: move to lbry-redux 2018-04-18 00:13:00 -04:00
Igor Gassmann
b9f4d7b307
chore: migrate to AppImage and update publish workflow (#1010)
The app now uses AppImage instead of .deb files for Linux. Thanks to this change, the app supports now auto-updates on Linux too.

The publishing workflow has been updated. It uses now the publishing mechanisms offered by electron-builder.
2018-03-07 18:03:45 -05:00
Baltazar Gomez
3505e439b8
Merge branch 'master' into export-csv 2018-02-27 19:18:39 -07:00
Thomas Zarebczan
5183587445
Fix night mode start time
21:00 = 9PM
2018-02-26 20:22:25 -05:00
btzr-io
f29a947c09 create component FileExporter 2018-02-23 17:24:00 -07:00
Liam Cardenas
c765ebd28f Diagnostic checkbox analytics integration 2018-02-16 01:16:50 -08:00
Liam Cardenas
bc818f5383 Fix dark mode bug -- no longer always night 2018-01-29 15:19:46 -08:00
Arrowana
a5dce3e77a isNight() to arrow function and update isNight every 10 minutes, default to false 2018-01-20 08:37:22 +11:00
Arrowana
6f77106ffa is night interval to 60 seconds and shorten label message 2018-01-17 20:55:25 +11:00
Arrowana
4795901e12 improve and clean 2018-01-15 20:09:40 +11:00
Arrowana
8eb7f58988 add basic feature 2018-01-14 20:14:15 +11:00
Igor Gassmann
0a94082983 Convert anonymous functions to arrow functions 2017-12-27 20:48:11 -03:00
Igor Gassmann
f3c92acacf Fix fetching daemon settings bug 2017-12-26 17:13:05 -03:00
Igor Gassmann
7cd25e777a Pretty print and lint non-component sources 2017-12-21 18:00:33 -03:00
Igor Gassmann
a40aecfb68 Apply ESLint auto fixing 2017-12-13 18:36:30 -03:00
Igor Gassmann
0852ed033b Fix settings page throws error on development (https://github.com/lbryio/lbry-app/issues/839) 2017-12-12 15:48:23 -03:00
Igor Gassmann
dbb28dd625 Fix electron-webpack related errors 2017-12-07 09:52:22 -03:00
Igor Gassmann
6e282ee88f Move .js files into root of renderer dir 2017-12-04 17:12:59 -03:00
Renamed from src/renderer/js/redux/actions/settings.js (Browse further)