robosats/.github/pull_request_template.md
Reckless_Satoshi d88c2a5eff
Add App context (#369)
* Refactor fetchRobot

* Add appcontext

* Robot recovery fixes

* Add usecontext on maker and settings forms

* Add usecontext to booktable

* Add useContext to order page and main dialogs

* Small fixes
2023-02-24 19:17:13 +00:00

419 B

What does this PR do?

Fixes #<ISSUE_NUMBER>

This PR introduces/refactors/...

Checklist before merging

  • If it's a frontend feature, I have ran prettier cd frontend; npm run format. If it's a mobile app feature I ran cd mobile; npm run format.
  • If I added new phrases to the user interface, I have ran prettier cd frontend/static/locales; python collect_phrases.py to collect them for translation.