This commit is contained in:
Ruben Fiszel
2025-10-30 21:33:06 +00:00
parent a6815c857c
commit ada793a476
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
<Badge color="blue" {verySmall}>priority: {job.priority}</Badge>
</div>
{/if}
{#if job.tag}
{#if job.tag != undefined}
<!-- for related places search: ADD_NEW_LANG -->
<div>
<Badge color="indigo" {verySmall}>Tag: {job.tag}</Badge>

View File

@@ -176,7 +176,7 @@
{#if adminsInstance}
<Button
btnClasses="w-full mt-2 mb-4 truncate bg-surface-tertiary"
btnClasses="w-full mt-2 mb-4 truncate bg-surface-tertiary hover:bg-surface-secondary"
size="sm"
on:click={async () => {
workspaceStore.set('admins')
@@ -205,7 +205,7 @@
<label class="block pb-2" style:padding-left={`${depth * 24}px`}>
<Button
variant="default"
btnClasses="bg-surface-tertiary"
btnClasses="bg-surface-tertiary hover:bg-surface-secondary"
disabled={workspace.disabled}
on:click={async () => {
if (!workspace.disabled) {