aboutsummaryrefslogtreecommitdiff
path: root/mobile/components/GreetingPage.js
Commit message (Collapse)AuthorAge
* remove unused codefeat/36Kumar Damani2019-03-29
|
* added short descriptionKumar Damani2019-03-29
|
* fixed having to press current location button arbitrarily many times before ↵Kumar Damani2019-03-10
| | | | proceeding to next screen
* Got rid of drop pin button. Necessary for deliverable 2.feat/5Andrew2019-03-08
|
* added ui package, edited text on greeting page, using new ui package in form ↵Kumar Damani2019-03-06
| | | | page
* Added A "Go Back" button to the form page. Fixed bug that would causeAndrew2019-03-05
| | | | | app to produce an error if location services are turned off. Please enter the commit message for your changes. Lines starting
* Added location functionality to greeting page. Location data is now sentAndrew2019-03-05
| | | | to the form page after the 'get location' button is pressed.
* Created the greeting page of application. Page contains button to fetchAndrew2019-02-24
location, and button to drop pin. Both buttons lead to blank pages. This is an initial prototype.