ae81843c05
- [x] Display empty message on empty filtered Tx list - [ ] Tipping form has to stay open until success is detected(or closed by user) - [ ] Storing the older transaction list, and refreshing the new one in the background. Tip Box shown until valid Txn or manually cancelled Cleanup of show tip box logic |
||
---|---|---|
.. | ||
dist | ||
js | ||
scss | ||
.babelrc | ||
.eslintrc.js | ||
extractLocals.js | ||
package.json | ||
README.md | ||
watch.sh | ||
webpack.config.js | ||
webpack.dev.config.js | ||
yarn.lock |
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
npm install -g yarn
(or see https://yarnpkg.com/en/docs/install)- Run
./watch.sh
(this willyarn install
dependencies)