forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
766c6e2084
commit
ec3522e0db
28 changed files with 118 additions and 84 deletions
|
@ -9,7 +9,6 @@ import { TagsFilter } from "../../Tags/TagsFilter"
|
|||
import { BBox } from "../../BBox"
|
||||
import { OsmTags } from "../../../Models/OsmFeature"
|
||||
import { Lists } from "../../../Utils/Lists"
|
||||
|
||||
;("use strict")
|
||||
|
||||
/**
|
||||
|
|
|
@ -15,7 +15,6 @@ import {
|
|||
import { Tiles } from "../Models/TileRange"
|
||||
import { Utils } from "../Utils"
|
||||
import { Lists } from "../Utils/Lists"
|
||||
|
||||
;("use strict")
|
||||
|
||||
export class GeoOperations {
|
||||
|
|
|
@ -678,7 +678,7 @@ export default class UserRelatedState {
|
|||
amendedPrefs.ping()
|
||||
})
|
||||
|
||||
if(!Utils.runningFromConsole){
|
||||
if (!Utils.runningFromConsole) {
|
||||
amendedPrefs.data["___device_pixel_ratio"] = "" + window.devicePixelRatio
|
||||
}
|
||||
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
{:else if validatorHelper !== undefined}
|
||||
<svelte:component this={validatorHelper} {value} {feature} {state} {args} on:submit />
|
||||
{:else}
|
||||
<slot name="fallback"/> <!-- Used in the FilterWithView to inject the helper -->
|
||||
<slot name="fallback" /> <!-- Used in the FilterWithView to inject the helper -->
|
||||
{/if}
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
{#if specs === undefined}
|
||||
<!-- Empty -->
|
||||
{:else if lang === "*"}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 10393,
|
||||
"commits": 10407,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"contributor": "paunofu"
|
||||
},
|
||||
{
|
||||
"commits": 177,
|
||||
"commits": 186,
|
||||
"contributor": "Anonymous"
|
||||
},
|
||||
{
|
||||
|
@ -34,11 +34,11 @@
|
|||
},
|
||||
{
|
||||
"commits": 72,
|
||||
"contributor": "Midgard"
|
||||
"contributor": "Supaplex"
|
||||
},
|
||||
{
|
||||
"commits": 71,
|
||||
"contributor": "Supaplex"
|
||||
"commits": 72,
|
||||
"contributor": "Midgard"
|
||||
},
|
||||
{
|
||||
"commits": 70,
|
||||
|
@ -66,11 +66,11 @@
|
|||
},
|
||||
{
|
||||
"commits": 36,
|
||||
"contributor": "Iago"
|
||||
"contributor": "Lukáš Jelínek"
|
||||
},
|
||||
{
|
||||
"commits": 35,
|
||||
"contributor": "Lukáš Jelínek"
|
||||
"commits": 36,
|
||||
"contributor": "Iago"
|
||||
},
|
||||
{
|
||||
"commits": 34,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export class SWGenerated {
|
||||
// generated by scripts/prepareServiceWorker.ts
|
||||
static vNumber = "0.54.7"
|
||||
static vNumber = "0.55.2"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue