forked from MapComplete/MapComplete
UX: map in 'add new point' now takes the full screen
This commit is contained in:
parent
5c692fb11a
commit
4219b23af1
8 changed files with 281 additions and 266 deletions
|
@ -28,10 +28,11 @@
|
|||
<Tr t={Translations.t.general.returnToTheMap} />
|
||||
</button>
|
||||
{:else}
|
||||
<div class="flex flex-col gap-y-2 overflow-y-auto p-1 px-2">
|
||||
<div class="flex flex-col gap-y-2 overflow-y-auto p-1 px-2 h-full">
|
||||
{#each layer.tagRenderings as config (config.id)}
|
||||
{#if (config.condition?.matchesProperties($tags) ?? true) && config.metacondition?.matchesProperties({ ...$tags, ..._metatags } ?? true)}
|
||||
{#if config.IsKnown($tags)}
|
||||
{config.id}
|
||||
<TagRenderingEditable
|
||||
{tags}
|
||||
{config}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue