- Feb 04, 2019
-
-
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
-
Luke Schoen authored
-
- Jan 18, 2019
-
-
Amaury Martiny authored
CI: add key for the cache
-
gabriel klawitter authored
-