mobile UI: add divelist context drawer action to edit trip details

For now this only shows the trip details. They can be edited on the page, but
there is no way to save those edits, yet.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-02-21 21:32:40 -08:00
parent 028807ebc5
commit 4b4df28ecd
4 changed files with 83 additions and 1 deletions

View file

@ -762,6 +762,11 @@ if you have network connectivity and want to sync your data to cloud storage."),
visible: false
}
TripDetails {
id: tripEditWindow
visible: false
}
Log {
id: logWindow
visible: false