mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-14 12:43:26 +02:00
* feat(api): add getinfo request to JmWalletApi * chore: add server information to ServiceInfoContext * feat(features): feature toggles based on backend version * ui: hide import wallet button on unsupported backend version * ui: hide rescan chain button on unsupported backend version * fix: handle nullable serviceInfo and fix tests * test: verify import wallet is not displayed
23 lines
286 B
Text
23 lines
286 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
|
|
.idea/
|