forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
ee6996a3f1
commit
158343a268
61 changed files with 1475 additions and 2274 deletions
|
@ -93,7 +93,10 @@
|
|||
{/if}
|
||||
{#if currentStep === "init"}
|
||||
{#each $missing as key (key)}
|
||||
<div class:focus={applyAllHovered} class="mx-2 border-2 border-gray-300 rounded-none border-transparent">
|
||||
<div
|
||||
class:focus={applyAllHovered}
|
||||
class="mx-2 rounded-none border-2 border-gray-300 border-transparent"
|
||||
>
|
||||
<ComparisonAction
|
||||
{key}
|
||||
{state}
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
<td>
|
||||
<button class="as-link cursor-pointer" on:click={() => sort("visitedTime")}>
|
||||
<Tr t={t.time} />
|
||||
|
||||
</button>
|
||||
</td>
|
||||
<td>
|
||||
|
@ -96,7 +95,6 @@
|
|||
<div slot="header">Labels</div>
|
||||
{#if $labels.length === 0}
|
||||
<Tr t={t.noLabels} />
|
||||
|
||||
{:else}
|
||||
{#each $labels as label}
|
||||
<div class="mx-2">
|
||||
|
@ -114,7 +112,6 @@
|
|||
}}
|
||||
>
|
||||
<Tr t={t.allChanges} />
|
||||
|
||||
</button>
|
||||
</div>
|
||||
{/each}
|
||||
|
|
|
@ -3,5 +3,5 @@ import InspectorGUI from "./InspectorGUI.svelte"
|
|||
const target = document.getElementById("main")
|
||||
target.innerHTML = ""
|
||||
new InspectorGUI({
|
||||
target
|
||||
target,
|
||||
})
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 8786,
|
||||
"commits": 8792,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"ca": "català",
|
||||
"cs": "čeština",
|
||||
"da": "dansk",
|
||||
"de": "Deutsch",
|
||||
"en": "English",
|
||||
|
@ -24,6 +23,7 @@
|
|||
"sl": "slovenščina",
|
||||
"sv": "svenska",
|
||||
"uk": "українська мова",
|
||||
"zgh": "ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ ⵜⴰⵎⵖⵔⵉⴱⵉⵜ",
|
||||
"zh_Hans": "简体中文",
|
||||
"zh_Hant": "繁體中文"
|
||||
}
|
File diff suppressed because it is too large
Load diff
|
@ -17,7 +17,7 @@
|
|||
"contributor": "Anonymous"
|
||||
},
|
||||
{
|
||||
"commits": 107,
|
||||
"commits": 110,
|
||||
"contributor": "mcliquid"
|
||||
},
|
||||
{
|
||||
|
@ -36,6 +36,10 @@
|
|||
"commits": 70,
|
||||
"contributor": "danieldegroot2"
|
||||
},
|
||||
{
|
||||
"commits": 59,
|
||||
"contributor": "Midgard"
|
||||
},
|
||||
{
|
||||
"commits": 54,
|
||||
"contributor": "Jiří Podhorecký"
|
||||
|
@ -49,13 +53,9 @@
|
|||
"contributor": "gallegonovato"
|
||||
},
|
||||
{
|
||||
"commits": 48,
|
||||
"commits": 49,
|
||||
"contributor": "Supaplex"
|
||||
},
|
||||
{
|
||||
"commits": 46,
|
||||
"contributor": "Midgard"
|
||||
},
|
||||
{
|
||||
"commits": 45,
|
||||
"contributor": "Babos Gábor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue