chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-08-19 17:42:21 +02:00
parent 766c6e2084
commit ec3522e0db
28 changed files with 118 additions and 84 deletions

View file

@ -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")
/**

View file

@ -15,7 +15,6 @@ import {
import { Tiles } from "../Models/TileRange"
import { Utils } from "../Utils"
import { Lists } from "../Utils/Lists"
;("use strict")
export class GeoOperations {

View file

@ -678,7 +678,7 @@ export default class UserRelatedState {
amendedPrefs.ping()
})
if(!Utils.runningFromConsole){
if (!Utils.runningFromConsole) {
amendedPrefs.data["___device_pixel_ratio"] = "" + window.devicePixelRatio
}

View file

@ -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}

View file

@ -69,6 +69,7 @@
}
}
</script>
{#if specs === undefined}
<!-- Empty -->
{:else if lang === "*"}

View file

@ -1,7 +1,7 @@
{
"contributors": [
{
"commits": 10393,
"commits": 10407,
"contributor": "Pieter Vander Vennet"
},
{

View file

@ -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,

View file

@ -1,4 +1,4 @@
export class SWGenerated {
// generated by scripts/prepareServiceWorker.ts
static vNumber = "0.54.7"
static vNumber = "0.55.2"
}