mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 13:59:08 +02:00
disable not implemented buttons
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
{create_relationship_and_person()}
|
||||
</button>
|
||||
<button onclick={addRelationship} class="btn">{add_relationship()}</button>
|
||||
<button onclick={addAdmin} class="btn">{add_administrator()}</button>
|
||||
<!-- <button onclick={addAdmin} class="btn">{add_administrator()}</button> -->
|
||||
{#if Number(XUserId) !== Number(id) && isAdmin}
|
||||
<button onclick={deleteNode} class="btn">{remove()}</button>
|
||||
{/if}
|
||||
|
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if editorMode}
|
||||
{#if false}
|
||||
<div class="divider">{upload()}</div>
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
<button
|
||||
|
@@ -75,7 +75,7 @@
|
||||
alt={profile_picture()}
|
||||
class="h-48 w-48 rounded-lg object-cover shadow-md"
|
||||
/>
|
||||
{#if editorMode}
|
||||
{#if false}
|
||||
<button class="btn btn-neutral btn-soft btn-xs" onclick={() => {}}>
|
||||
{change_profile_picture()}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user