mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 03:16:24 +00:00
d88c2a5eff
* 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
419 B
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 rancd 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.