Show only mine unification

Same styling as the finished crawls page
This commit is contained in:
Henry Wilkinson 2023-04-28 13:38:23 -04:00
parent 577942805b
commit 45826f8d70

View File

@ -297,8 +297,8 @@ export class WorkflowsList extends LiteElement {
</button>
</div>
<div class="flex items-center justify-end">
<label class="mr-3">
<span class="text-neutral-500 mr-1">${msg("Show Only Mine")}</span>
<label>
<span class="text-neutral-500 mr-1 text-xs">${msg("Show Only Mine")}</span>
<sl-switch
@sl-change=${(e: CustomEvent) =>
(this.filterByCurrentUser = (e.target as SlCheckbox).checked)}