- Feb 05, 2019
-
-
Luke Schoen authored
-
- Feb 04, 2019
-
-
Amaury Martiny authored
chore: Relates to #309. Update to Electron v4.0.1
-
Luke Schoen authored
In the Babel 7 migration guide these are the different plugings and to add them: See https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets#migrating ``` // Stage 0 "@babel/plugin-proposal-function-bind", // Stage 1 "@babel/plugin-proposal-export-default-from", "@babel/plugin-proposal-logical-assignment-operators", ["@babel/plugin-proposal-optional-chaining", { "loose": false }], ["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }], ["@babel/plugin-proposal-nullish-coalescing-operator", { "loose": false }], "@babel/plugin-proposal-do-expressions", // Stage 2 ["@babel/plugin-proposal-decorators", { "legacy": true }], "@babel/plugin-proposal-function-sent", "@babel/plugin-proposal-export-namespace-from", "@babel/plugin-proposal-numeric-separator", "@babel/plugin-proposal-throw-expressions", // Stage 3 "@babel/plugin-syntax-dynamic-import", "@babel/plugin-syntax-import-meta", ["@babel/plugin-proposal-class-properties", { "loose": false }], "@babel/plugin-proposal-json-strings" ```
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
Fixes errors: ``` { Error: Cannot find module '@babel/plugin-proposal-class-properties' from '/Users/scon/code/src/paritytech/fether/packages/fether-ui' ``` ``` Failed to minify the bundle. Error: static/js/main.f19a0eac.chunk.js from Terser TypeError: Cannot read property 'minify' of undefined ```
-
- Feb 03, 2019
-
-
Luke Schoen authored
-
- Jan 23, 2019
-
-
Axel Chalon authored
Fix sync rate not showing
-
Amaury Martiny authored
-
Thibaut Sardan authored
fix: Fixes #383. Add an underlay to absorb a blur click away from the menu so nothing else in the UI clicked upon menu blur
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Amaury Martiny authored
fix: Fix txStatus race condition in sendStore
-
Amaury Martiny authored
-
- Jan 22, 2019
-
-
Amaury Martiny authored
feat: Relates to #337. Part 1 of 2 - Account view - Change header account design
-
Luke Schoen authored
-
Thibaut Sardan authored
-
Luke Schoen authored
refactor: Rename handleMenuOpen to onOpen and same to close. Remove unnecesary isMenuOpen from child
-
Luke Schoen authored
-
Luke Schoen authored
-
- Jan 21, 2019
-
-
Axel Chalon authored
for good measure
-
Axel Chalon authored
Might fix https://github.com/paritytech/fether/issues/379 Previously, we would resolve the promise and then set `this.txStatus`. However, resolving the promise actually redirects to `Sent` which expects `txStatus` to already be defined
-
Luke Schoen authored
-
Luke Schoen authored
-
Amaury Martiny authored
fix: Relates to #324. Show link to Blockscout upon confirmed, not the first confirmation
-
Amaury Martiny authored
-
Luke Schoen authored
-
- Jan 19, 2019
-
-
Luke Schoen authored
feat: Relates to #264. SUI-based drop-down menu with Backup Account and Add Tokens
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
See https://github.com/sharegate/craco/issues/61. Updating to craco 3.3.1 resolves error when trying to install dependencies and build: ``` Error: Cannot find module '~/code/src/paritytech/fether/node_modules/react-scripts/config/webpack.config.dev' ```
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
* Remove useless .header-container * Add width to .account_information to fit full title width * Use `flex-grow` instead of abbreviation `flex` * Use justify-content: left to align account info and avatar to left and remove flex: 0 from .header-tokens
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-
Luke Schoen authored
-