Skip to content

Commit

Permalink
changed order of quick actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Aug 2, 2024
1 parent 868229c commit a72fd21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(app)/plan/[type]/[short]/filter/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
</div>

<div class="grid grid-cols-3 gap-2 py-3">
<FilterQuickButton icon={faShuffle} on:click={allInvert}>Umkehren</FilterQuickButton>

<FilterQuickButton icon={faCheckCircle} on:click={allActive}>Alle</FilterQuickButton>

<FilterQuickButton icon={faCircle} on:click={allInactive}>Nichts</FilterQuickButton>

<FilterQuickButton icon={faShuffle} on:click={allInvert}>Umkehren</FilterQuickButton>
</div>

<ul class="grid max-h-full grid-cols-2 gap-4 overflow-y-auto">
Expand Down

0 comments on commit a72fd21

Please sign in to comment.