Compare commits
2 Commits
c1958e848a
...
5ce5c78698
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ce5c78698 | |||
| aeabbd6d1f |
@@ -168,14 +168,15 @@
|
|||||||
<ul class="divide-y divide-gray-100">
|
<ul class="divide-y divide-gray-100">
|
||||||
{#each list as item, i}
|
{#each list as item, i}
|
||||||
<li>
|
<li>
|
||||||
<div class=" flex gap-x-4">
|
|
||||||
<a
|
<a
|
||||||
href="/view/{$page.params.vorgang}/{item.name}"
|
href="/view/{$page.params.vorgang}/{item.name}"
|
||||||
class=" flex justify-between gap-x-6 py-5"
|
class=" flex justify-between gap-x-6 py-5"
|
||||||
aria-label="zum 3D-modell"
|
aria-label="zum 3D-modell"
|
||||||
>
|
>
|
||||||
|
<div class=" flex gap-x-4">
|
||||||
|
|
||||||
<Cube />
|
<Cube />
|
||||||
</a>
|
|
||||||
<div class="min-w-0 flex-auto">
|
<div class="min-w-0 flex-auto">
|
||||||
{#if data.user.admin}
|
{#if data.user.admin}
|
||||||
<span
|
<span
|
||||||
@@ -195,7 +196,7 @@
|
|||||||
}}>{item.name}</span
|
}}>{item.name}</span
|
||||||
>
|
>
|
||||||
|
|
||||||
<input
|
<!--<input
|
||||||
class="text-sm font-semibold leading-6 text-gray-900 inline-block min-w-1"
|
class="text-sm font-semibold leading-6 text-gray-900 inline-block min-w-1"
|
||||||
type="text"
|
type="text"
|
||||||
name=""
|
name=""
|
||||||
@@ -206,7 +207,7 @@
|
|||||||
}}
|
}}
|
||||||
bind:value={item.name}
|
bind:value={item.name}
|
||||||
id="label__{item.name}"
|
id="label__{item.name}"
|
||||||
/>
|
/>-->
|
||||||
<!-- disabled={item.show_button} -->
|
<!-- disabled={item.show_button} -->
|
||||||
<!-- https://iconduck.com/icons/192863/edit-rename -->
|
<!-- https://iconduck.com/icons/192863/edit-rename -->
|
||||||
|
|
||||||
@@ -291,6 +292,7 @@
|
|||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user