More style tweaks

This commit is contained in:
Pieter Vander Vennet 2023-05-11 17:29:25 +02:00
parent 63a6fb2dd5
commit 07f9f1bb15
18 changed files with 304 additions and 188 deletions

View file

@ -256,7 +256,7 @@ export default class UserRelatedState {
_theme: layout?.id,
_backend: this.osmConnection.Backend(),
_applicationOpened: new Date().toISOString(),
_supports_sharing: window.navigator.share ? "yes" : "no"
_supports_sharing: "yes" // TODO window.navigator.share ? "yes" : "no"
})
for (const key in Constants.userJourney) {