forked from MapComplete/MapComplete
Merge branch 'develop' of source.mapcomplete.org:mapcomplete/mapcomplete into develop
This commit is contained in:
commit
2c3bd2d965
68 changed files with 1304 additions and 1185 deletions
|
|
@ -59,7 +59,7 @@
|
|||
{#if $isTesting || $isDebugging}
|
||||
<a
|
||||
class="subtle"
|
||||
href="https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Layers/{layer.id}.md"
|
||||
href="https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/{layer.id}.md"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener "
|
||||
>
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ export class TextField extends InputElement<string> {
|
|||
self.value.setData(val)
|
||||
}
|
||||
// Setting the value might cause the value to be set again. We keep the distance _to the end_ stable, as phone number formatting might cause the start to change
|
||||
// See https://github.com/pietervdvn/MapComplete/issues/103
|
||||
// See https://source.mapcomplete.org/MapComplete/MapComplete/issues/103
|
||||
// We reread the field value - it might have changed!
|
||||
|
||||
// @ts-ignore
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
{/if}
|
||||
<a
|
||||
class="link-underline"
|
||||
href="https://github.com/pietervdvn/MapComplete/issues/1782"
|
||||
href="https://source.mapcomplete.org/MapComplete/MapComplete/issues/1782"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
</div>
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Tags_format.md"
|
||||
href="https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Tags_format.md"
|
||||
>
|
||||
<QuestionMarkCircle class="h-6 w-6" />
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@
|
|||
Someone might be able to help you
|
||||
</li>
|
||||
<li>
|
||||
File <a href="https://github.com/pietervdvn/MapComplete/issues">an issue</a>
|
||||
File <a href="https://source.mapcomplete.org/MapComplete/MapComplete/issues">an issue</a>
|
||||
</li>
|
||||
<li>
|
||||
Contact the devs via <a href="mailto:info@posteo.net">email</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue