- download all stops on startup, sort by route
- refactored lat/long textboxes into custom widget
- added a button to show the stops list
- sidebar to filter which routes can show
- clicking on a stop or the map adds that marker to the start/end
* Created default project
* Added client to .vscode/launch.json
* Ignore .vscode/settings.json
* Some data scraping
* Client skeleton
* Client data types and fromJson() functions
* Final touches on JSON
* Added ApiService
* ApiService changes
* Prototype for stops
* ViewModel and UI
* Basic client UI