mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26: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
8 lines
419 B
Markdown
8 lines
419 B
Markdown
## 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. |