Commit Graph
102 Commits
Author SHA1 Message Date
Chris Troutner 3ae63ebc24 linting 2020-09-21 14:12:11 -07:00
Chris Troutner 6e550a05ac fix(menu): Rearranging menu items 2020-09-21 14:11:55 -07:00
nicocappabianca 080ef3c554 use Redux store for token data 2020-09-16 21:17:30 -03:00
nicocappabianca 80b9229469 add state, dispatch and action 2020-09-14 15:15:37 -03:00
Daniel Gonzalez db5c0bcdef fix(warning): Fixed react browser console warning 2020-08-24 21:10:10 -04:00
nicocappabianca 2516dc909e remove path in config view 2020-08-23 18:15:48 -03:00
Chris Troutner eb5f7a0b22 fix(tokens): Fix bug that was burning tokens 2020-08-19 17:35:11 -07:00
Chris Troutner d5e26b5f41 fix(tokens): Fix bug that was burning tokens 2020-08-19 17:34:49 -07:00
Chris Troutner 44afa655d0 fix(tokens): Fixing token sends 2020-08-19 13:32:33 -07:00
Chris Troutner 91c6e9d142 fix(standard): Fixing issues with standard linting 2020-08-19 08:14:23 -07:00
Chris Troutner ee86054431 Merge branch 'master' into feature/refreshTokens_button 2020-08-17 08:51:20 -07:00
nicocappabianca d2b815c561 Add Refresh Button to top of Tokens View 2020-08-15 22:00:02 -03:00
nicocappabianca e709020f1e Load Token View by default 2020-08-15 20:31:12 -03:00
Chris Troutner 92977af7f7 fix(component extension): Adding complexity back in 2020-08-12 10:49:32 -07:00
Chris Troutner d5773f8983 fix(component extension): Adding components back in 2020-08-12 10:35:53 -07:00
Chris Troutner 9732bd4a20 fix(component extension): Debugging. Further reducing complexity 2020-08-12 10:09:15 -07:00
Chris Troutner e855e8eef6 fix(component extension): Debugging. Reducing complexity 2020-08-12 09:54:56 -07:00
Chris Troutner 65722b5133 fix(component extension): Debugging issues with component extension 2020-08-12 09:29:36 -07:00
Chris Troutner 15cae14a27 fix(Wallet View): Adding hook for imported components 2020-08-12 08:10:05 -07:00
Chris Troutner 94133d738e minor comments 2020-08-12 08:02:28 -07:00
Daniel Gonzalez 31b8a5dfc0 refactor(configure): Converted configure cards into components 2020-08-10 21:50:18 -04:00
Chris Troutner 435b598d41 fix(configure): Adding tabs to Configure View 2020-08-08 21:23:57 -07:00
nicocappabianca bfc79c9f26 add tabs in Configure View 2020-08-08 21:49:36 -03:00
Daniel Gonzalez 622fdc2343 feat(send): Added Send Max button to token send 2020-08-07 21:50:43 -04:00
Andre Cabrera 1dd2464bb4 feat(Configure): Enable dynamic menu components 2020-07-31 17:40:54 -03:00
Chris Troutner 981c1297a3 Merge branch 'master' into dh-localstorage 2020-07-29 09:39:17 -07:00
Daniel Gonzalez 66a8657e4b feat(button): Added clear localstorage button 2020-07-28 00:36:14 -04:00
Daniel Gonzalez a5dc3aecac linting 2020-07-27 00:20:00 -04:00
Daniel Gonzalez 1dfb56bc9a feat(bch): Added bch value in USD and refresh balance feature 2020-07-26 23:44:59 -04:00
Chris Troutner 512e99cdf9 fix(IPFS): Using fullstack.cash gateway for IPFS 2020-07-23 13:03:52 -07:00
Chris Troutner 931c30b065 fix(husky): Adding husky for pre-commit linting 2020-07-22 17:46:52 -07:00
Chris Troutner 6e8ea8147d feat(minimal-slp-wallet-web): Moving to external library to circumvent webpack 2020-07-22 17:41:04 -07:00
Chris Troutner ca35c13700 fix(token): Should send tokens with updates to minimal-slp-wallet 2020-07-19 11:01:48 -07:00
Daniel Gonzalez 434a52a81f linting 2020-07-15 19:28:32 -04:00
Daniel Gonzalez d88188c3b1 feat(rate-limits): Display rate limit error to the users 2020-07-15 18:56:05 -04:00
Chris Troutner e6cfb20894 Merge branch 'master' into dh-wallet-view 2020-07-14 10:53:50 -07:00
Chris Troutner fa7ba187a2 Changing from free-api to free-main 2020-07-14 10:43:49 -07:00
Daniel Gonzalez a69dd8a458 style(wallet): Updated wallet view - my wallet to the top 2020-07-12 01:27:48 -04:00
Daniel Gonzalez de16a9926a fix(bug): Fixed switch backend bug 2020-07-11 23:48:52 -04:00
Chris Troutner 22c50ee80e fix(ipfs): Automatically reading IPFS hash from BCH blockchain 2020-07-10 19:49:48 -07:00
Chris Troutner a7f1cd4fcc fix(wallet view): Rewording and removing non-functional WIF import 2020-07-10 09:05:55 -07:00
Chris Troutner 4c66089be0 Merge branch 'master' into dh-back-ends 2020-07-10 08:12:21 -07:00
Daniel Gonzalez a9dddee108 feat(backends): Finished multiple backend options feature 2020-07-10 02:45:32 -04:00
Daniel Gonzalez 2a00160121 linting 2020-07-09 04:15:35 -04:00
Daniel Gonzalez 0df6b359e8 feat(backends): Started the implementation of select multiple backends 2020-07-09 04:12:29 -04:00
Daniel Gonzalez 81f9be636c style(txid): Added txid as a link to the bch explorer 2020-07-08 22:09:13 -04:00
Chris Troutner bbeb593c7e fix(seo): Removing SEO component and unneeded pages 2020-07-08 17:49:05 -07:00
Chris Troutner 139cb844b5 linting 2020-07-08 16:39:32 -07:00
Chris Troutner fdd3cb2943 Got token sends working 2020-07-08 16:39:21 -07:00
Chris Troutner 20b599381d Linting? 2020-07-07 21:03:46 -07:00