File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import DashboardTasks from '@/components/dashboard/DashboardTasks.vue';
1717import SidebarCard from ' @/components/cards/SidebarCard.vue' ;
1818import LayoutBase from ' @/layouts/LayoutBase.vue' ;
1919
20+ import ProiconsSettings from ' ~icons/proicons/settings' ;
2021import ProiconsLibrary from ' ~icons/proicons/library' ;
2122import ProiconsGithub from ' ~icons/proicons/github' ;
2223import ProiconsGraph from ' ~icons/proicons/graph' ;
@@ -144,12 +145,29 @@ watch(
144145 {{ tab.description }}
145146 </h4 >
146147 <h4 v-if =" tab.info" title =" Information" class =" truncate text-nowrap sm:text-right w-fit" >
147- <!-- some other folder statistic or data like number of seasons or if its popular or something -->
148148 {{ tab.info.value }}
149149 </h4 >
150150 </template >
151151 </SidebarCard >
152152
153+ <SidebarCard
154+ :link =" ` /settings ` "
155+ :class =" `
156+ items-center justify-between
157+ capitalize overflow-hidden bg-white hover:bg-primary-800
158+ ring-inset ring-purple-600 hover:ring-purple-600/50 hover:ring-[0.125rem]
159+ aria-disabled:cursor-not-allowed aria-disabled:hover:ring-neutral-200 aria-disabled:hover:dark:ring-neutral-700 aria-disabled:opacity-60
160+ ` "
161+ :aria-disabled =" false "
162+ >
163+ <template #header >
164+ <h3 class =" text-gray-900 dark:text-white" :title =" 'Settings'" >Settings</h3 >
165+ <ProiconsSettings class="ml-auto w-6 h-6" />
166+ </template >
167+ <template #body >
168+ <h4 title =" App Version" class =" w-full text-wrap truncate sm:text-nowrap flex-1" >Configurable Options</h4 >
169+ </template >
170+ </SidebarCard >
153171 <SidebarCard
154172 :to =" ` ${appManifest ?.commit ? ` https://github.com/aminnausin/mediaServer/commit/${appManifest ?.commit } ` : ' ' } ` "
155173 target="_blank"
You can’t perform that action at this time.
0 commit comments