File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ import { useSlots } from 'vue';
44import SidebarCloseBtn from ' @/components/SidebarCloseBtn.vue' ;
55import { useSidebar } from ' @/composables/useSidebar' ;
66import NewEventBtn from ' @/components/NewEventBtn.vue' ;
7- import { exportZip } from ' @/utils' ;
8- import { LuFolderArchive , LuRefreshCcw } from ' vue-icons-plus/lu' ;
7+ import { LuRefreshCcw } from ' vue-icons-plus/lu' ;
98import { syncAllWrapper } from ' @/services/gitSync' ;
109import { notifyEventsChanged } from ' @/composables/useEventsRefresh' ;
1110
@@ -42,14 +41,6 @@ async function syncAndReload() {
4241 <router-link to =" /guide" title =" Guide" aria-label =" Guide" >
4342 <FiHelpCircle />
4443 </router-link >
45- <button
46- type =" button"
47- :title =" $t('actions.exportCalendars')"
48- :aria-label =" $t('actions.exportCalendars')"
49- @click =" exportZip('')"
50- >
51- <LuFolderArchive style =" transform : scale (1.1 )" />
52- </button >
5344 <button
5445 type =" button"
5546 :title =" $t('actions.syncCalendars')"
@@ -59,7 +50,7 @@ async function syncAndReload() {
5950 <LuRefreshCcw />
6051 </button >
6152 <a
62- href =" https://github.com/git-calendar/web-client "
53+ href =" https://github.com/git-calendar"
6354 target =" _blank"
6455 rel =" noopener noreferrer"
6556 :title =" $t('actions.sourceCode')"
You can’t perform that action at this time.
0 commit comments