twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

Added a way to save simulated locations to a list #176

Closed AlexChekel1337 closed 7 months ago

AlexChekel1337 commented 8 months ago

Saving and quickly applying simulated locations is a common workflow for me, so I've decided to implement this feature in ControlRoom.

This PR adds a table next to the map view that lists user's saved locations. Currently selected location can be saved by clicking "Save" button in the bottom right corner.

Screenshots:

Screenshot 2023-11-17 at 10 36 12 PM Screenshot 2023-11-17 at 10 36 41 PM
AlexChekel1337 commented 7 months ago

Hey @twostraws, could you please review this pull request?

twostraws commented 7 months ago

This is really excellent work, thank you – a great feature, and beautiful code too. Great job! 🙌

AlexChekel1337 commented 7 months ago

Thank you!