- Feb 05, 2019
-
-
Luke Schoen authored
-
- Feb 04, 2019
-
-
Luke Schoen authored
-
- Jan 22, 2019
-
-
Luke Schoen authored
-
- Jan 14, 2019
-
-
Axel Chalon authored
-
- Jan 13, 2019
-
-
Luke Schoen authored
-
- Jan 09, 2019
-
-
Luke Schoen authored
-
Luke Schoen authored
See https://electronjs.org/docs/api/frameless-window#draggable-region
-
- Jan 08, 2019
-
-
Luke Schoen authored
-
- Jan 07, 2019
-
-
Axel Chalon authored
- Add option to import a Parity Signer account. It is then stored in local storage. - Send transactions with Parity Signer accounts - Refactor sendStore so that "token" (and chainId) is inside this.tx; avoids having to pass `token` around every function, and it makes sense to put it in the object since it is part of the tx info. - Add account type (either node or signer) to accountsInfo - Add account type to withAccount; output props are now `{account: {address, type}}` instead of `{accountAddress}`
-
Luke Schoen authored
-
Luke Schoen authored
* Readme updated with environment variable prefix `TASKBAR=false` to disable taskbar. Use existing "electron" and "start" scripts in package.json. Configure taskbar to be enabled by default (i.e. `withTaskbar = true`) * Integrate menubar functionality including for taskbar including: * electron dependencies: `Tray` * electron-positioner: `Positioner` * Separate logic in `FetherApp` component dependending on whether `withTaskbar` is enabled, but shared functionality in `finalise()` function * Incorporate relevant Pino logs throughout to improve developer experience * Move options into FetherAppOptions class and move configuration config for options into a config subfolder within the module. * Use `extends` library to overwrite `DEFAULT_OPTIONS` options properties with those in `TASKBAR_OPTIONS` if `withTaskbar` is enabled * Add ability to pass `customOptions` to further overwrite the values in the config directory, and add option setter and getters * Move taskbar icons into app/options/config subdirectory. Use different logic to set the path of the icons directory depending on whether it was run using the "electron" or the "start" script in package.json. Leverage the fact that when "electron" is run the environment variable `SKIP_PREFLIGHT_CHECK=true` is set * Set the Electron option `webPreferences.devTools` depending on whether we are in production or not particularly for security reasons * Fix `activate` event listener to cater for `withTaskbar` enabled or disabled usage * BUG: When running with `withTaskbar` enabled we are setting the option `show: false` because it opens the window in the center of the screen instead of positioned right under the taskbar icon at the top of the screen. When you click the icon in the taskbar it toggles the window open/close correctly positioned since it takes into consideration the `bounds` value in `FetherApp.clickedTray`. To fix the bug we need to reuse the same approach. * BUG: Additional `EventEmitter` does not appear to be working correctly or is not required. Investigate if can remove
-
- Jan 06, 2019
-
-
Luke Schoen authored
-
- Dec 20, 2018
-
-
Amaury Martiny authored
-
- Dec 18, 2018
-
-
Thibaut Sardan authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
- Dec 14, 2018
-
-
Axel Chalon authored
-
Axel Chalon authored
-
- Dec 12, 2018
-
-
Axel Chalon authored
-
- Dec 10, 2018
-
-
Thibaut Sardan authored
-
- Nov 20, 2018
- Nov 16, 2018
-
-
YJ authored
-
- Nov 14, 2018
-
-
YJ authored
-
- Nov 09, 2018
-
-
Axel Chalon authored
-
- Nov 08, 2018
-
-
Amaury Martiny authored
-
- Nov 07, 2018
-
-
Amaury Martiny authored
-
- Oct 29, 2018
-
-
Axel Chalon authored
-
- Oct 27, 2018
-
-
Amaury Martiny authored
-
- Oct 25, 2018
-
-
Amaury Martiny authored
-
- Sep 17, 2018
-
-
Amaury Martiny authored
-
- Sep 07, 2018
-
-
Amaury Martiny authored
-
- Aug 31, 2018
-
-
Amaury Martiny authored
-
- Aug 23, 2018
-
-
Amaury Martiny authored
-
Amaury Martiny authored
-
- Aug 22, 2018
-
-
Axel Chalon authored
-
- Aug 21, 2018
-
-
Axel Chalon authored
-
- Aug 20, 2018
-
-
Axel Chalon authored
-
- Aug 17, 2018
-
-
Amaury Martiny authored
-
- Aug 13, 2018
-
-
Axel Chalon authored
-