✨ Add timetable group settings
This commit is contained in:
@ -3,6 +3,7 @@ import ScrollableContainer from "@/components/scrollable-container.vue";
|
||||
import PageCard from "@/components/settings/page-card.vue";
|
||||
import {
|
||||
FilterIcon,
|
||||
CopyCheckIcon,
|
||||
PaletteIcon,
|
||||
InfoIcon,
|
||||
ChevronLeft,
|
||||
@ -18,6 +19,11 @@ import {
|
||||
:icon="FilterIcon"
|
||||
route="settings/filtering"
|
||||
/>
|
||||
<PageCard
|
||||
:name="$t('title.settings.groups')"
|
||||
:icon="CopyCheckIcon"
|
||||
route="settings/groups"
|
||||
/>
|
||||
<PageCard
|
||||
:name="$t('title.settings.appearance')"
|
||||
:icon="PaletteIcon"
|
||||
|
Reference in New Issue
Block a user