mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
* 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.pyto collect them for translation.