Changed icons for better readability of order

This commit is contained in:
Alexis
2024-04-07 21:35:21 +02:00
parent c086bb109a
commit 35749fd8a3
11 changed files with 27 additions and 15 deletions

View File

@@ -1,4 +1,8 @@
<script setup lang="ts">
import { useCalendar } from '@/stores/CalendarStore'
import { PhCalendarBlank } from '@phosphor-icons/vue'
import { computed } from 'vue'
import {
DropdownMenu,
DropdownMenuContent,
@@ -7,9 +11,6 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger
} from '@/components/ui/dropdown-menu'
import { useCalendar } from '@/stores/CalendarStore'
import { PhCalendarBlank } from '@phosphor-icons/vue'
import { computed } from 'vue'
import Button from '../ui/button/Button.vue'
const { currentConfig, viewTypeOptions, getViewTypeTitle, setViewType } = useCalendar()