- Jan 06, 2019
-
-
Luke Schoen authored
-
Luke Schoen authored
https://electronjs.org/docs/api/app#event-activate-macos
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
* Remove TypeScript types (we're not using TypeScript here!) * Add Babel.js to fether-electron package similar to fether-ui * Change to block `onProgress: progress => {` otherwise it doesn't compile * Use https://babeljs.io/docs/en/next/babel-plugin-proposal-class-properties.html
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
- Jan 05, 2019
-
-
Luke Schoen authored
* Note: To quickly see the changes force the Onboarding component (displaying Terms & Conditions screen) to appear by changing `if (isFirstRun) {` to `if (true) {` in `fether-react/src/App/App.js. The screen should be consistent when you run `yarn taskbar` and `yarn start` * Add eggshell background colour to `body` element otherwise `yarn taskbar` app has grey background (even though running as normal `yarn start` or `yarn electron` app has white background from manifest)
-
Luke Schoen authored
* Note: To quickly see the changes force the Onboarding component (displaying Terms & Conditions screen) to appear by changing `if (isFirstRun) {` to `if (true) {` in `fether-react/src/App/App.js. The screen should be consistent when you run `yarn taskbar` and `yarn start` * Terms & Conditions updates for consistency and compatibility with taskbar app * Add extra side padding `-padded-extra` to Terms & Conditions so consistent with rest of site and in taskbar app * Wrap with `.terms-and-conditions-wrapper` to add box shadow around both the 'Please read carefully' label and associated Terms & Conditions * Adjust height of `.terms-and-conditions` down to 16rem otherwise with more side padding it causes overflow to occur with vertical scrollbar appearing (checked that it works on both taskbar app i.e. `yarn taskbar` and normal app `yarn electron` or `yarn start`) * Hide `overflow-x` in Terms and Conditions as caused horizontal scroll on taskbar app * Add top margin to Terms and Conditions so extra gap from its 'Please read carefully' label * Only left padding in Terms and Conditions
-
- Jan 04, 2019
-
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
- Jan 03, 2019
-
-
Amaury Martiny authored
Fix #280: form field focus on input on component mount
-
Amaury Martiny authored
-
Amaury Martiny authored
feat: Relates to #128. Add feedback button that links to Fether Github new issue
-
YJ authored
-
YJ authored
-
- Jan 02, 2019
-
-
Thibaut Sardan authored
-
YJ authored
Merge into yj-focus-formfield - Don't use keycodes
-
YJ authored
-
YJ authored
-
YJ authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
YJ authored
-
YJ authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Amaury Martiny authored
feat: Relates to #311. Switch to Blockscout. Update tx link
-