mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Hide calendar grid (temporally)
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
<template #title>
|
<template #title>
|
||||||
<div class="dialog-title-container">
|
<div class="dialog-title-container">
|
||||||
<span>{{ t('dialog.group_calendar.header') }}</span>
|
<span>{{ t('dialog.group_calendar.header') }}</span>
|
||||||
<el-button @click="toggleViewMode" type="primary" size="small" class="view-toggle-btn">
|
<!-- <el-button @click="toggleViewMode" type="primary" size="small" class="view-toggle-btn">
|
||||||
{{ viewMode === 'timeline' ? 'List View' : 'Calendar View' }}
|
{{ viewMode === 'timeline' ? 'List View' : 'Calendar View' }}
|
||||||
</el-button>
|
</el-button> -->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div class="top-content">
|
<div class="top-content">
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
const followingCalendar = ref([]);
|
const followingCalendar = ref([]);
|
||||||
const selectedDay = ref(new Date());
|
const selectedDay = ref(new Date());
|
||||||
const isLoading = ref(false);
|
const isLoading = ref(false);
|
||||||
const viewMode = ref('timeline');
|
const viewMode = ref('grid');
|
||||||
const searchQuery = ref('');
|
const searchQuery = ref('');
|
||||||
const groupCollapsed = ref({});
|
const groupCollapsed = ref({});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user