diff --git a/Docs/UserTests/2023-10-31 User Test Studio Shareish.md b/Docs/UserTests/2023-10-31 User Test Studio Shareish.md index 634ea6e1a..af97f91f8 100644 --- a/Docs/UserTests/2023-10-31 User Test Studio Shareish.md +++ b/Docs/UserTests/2023-10-31 User Test Studio Shareish.md @@ -27,7 +27,6 @@ User has used mapcomplete a few times before but has very little OSM-knowledge. - [x] Forced questions in the beginning: do not show errors - [x] Validation: forbid that a mapping starts with "yes" or "no" - [x] TagRenderings: freeform key cannot be set to 'undefined' again -- [ ] How to create a mapping for `key=yes` or `key=no` is unclear. Person searched for a 'binary'-type instead - [x] When a new tagRendering is added, the floatover should open immediately - [x] Mappings with different keys do not erase each other/freeform (e.g. noname=yes should erase `name`) - [x] Rename `mapping` to `predifined icon`, perhaps add a clarifying icon @@ -37,4 +36,10 @@ User has used mapcomplete a few times before but has very little OSM-knowledge. - [x] There should be some space for the 'close'-button in the tagRendering - [x] Changing the icon: the term 'icon badge' is misunderstood and interpreted as "the logo" - [x] Trying to change the 'iconBadges' does not work -- [ ] Creating a preset: initially very unclear + +### Wont fix + +Should be clear to seasoned OSM-people + +- [-] How to create a mapping for `key=yes` or `key=no` is unclear. Person searched for a 'binary'-type instead +- [-] Creating a preset: initially very unclear diff --git a/src/UI/InputElement/Helpers/SimpleTagInput.svelte b/src/UI/InputElement/Helpers/SimpleTagInput.svelte index ddb99e2ed..9af4a549d 100644 --- a/src/UI/InputElement/Helpers/SimpleTagInput.svelte +++ b/src/UI/InputElement/Helpers/SimpleTagInput.svelte @@ -4,7 +4,7 @@ import { UIEventSource } from "../../../Logic/UIEventSource"; import BasicTagInput from "../../Studio/TagInput/BasicTagInput.svelte"; import { TagUtils } from "../../../Logic/Tags/TagUtils"; -import * as nmd from "nano-markdown" +import nmd from "nano-markdown" import FromHtml from "../../Base/FromHtml.svelte"; export let value: UIEventSource; export let args: string[] = []; diff --git a/src/index.manifest b/src/index.manifest index 5679708fc..ec895297d 100644 --- a/src/index.manifest +++ b/src/index.manifest @@ -5,6 +5,7 @@ "lang": "en", "display": "standalone", "background_color": "#fff", + "theme_color": "#fff", "description": "A thematic map viewer and editor based on OpenStreetMap", "orientation": "portrait-primary, landscape-primary", "icons": [ @@ -68,4 +69,4 @@ "map", "navigation" ] -} \ No newline at end of file +} diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index f253f1eb1..87c5cf92d 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -3,7 +3,7 @@ "short_name": "MapComplete", "start_url": "index.html", "lang": "en", - "theme_color":"white", + "theme_color": "#fff", "display": "standalone", "background_color": "#fff", "description": "A thematic map viewer and editor based on OpenStreetMap",