Compare commits

...

2 Commits

Author SHA1 Message Date
brian 27ae08690e fixed the breadcrumbs 2026-05-22 17:07:58 -06:00
brian cb4879b109 change tasks to issues 2026-05-22 16:46:58 -06:00
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -4,11 +4,12 @@
<nav aria-label="breadcrumb">
<ol class="flex flex-wrap pt-1 mr-12 bg-transparent rounded-lg sm:mr-16">
<li class="text-sm leading-normal">
<RouterLink class="opacity-50 text-slate-700" to="/">Pages</RouterLink>
<li v-if="title !== 'Dashboard'" class="text-sm leading-normal">
<RouterLink class="opacity-50 text-slate-700" to="/dashboard">Dashboard</RouterLink>
</li>
<li
class="text-sm pl-2 capitalize leading-normal text-slate-700 before:float-left before:pr-2 before:content-['/']"
class="text-sm capitalize leading-normal text-slate-700"
:class="title !== 'Dashboard' ? 'pl-2 before:float-left before:pr-2 before:content-[\'/\']' : ''"
aria-current="page"
>
{{ title }}
+1 -1
View File
@@ -8,7 +8,7 @@
<div class="flex-auto p-4">
<div class="flex flex-row -mx-3">
<div class="flex-none w-2/3 max-w-full px-3">
<p class="mb-0 font-sans font-semibold leading-normal text-sm">Open Tasks</p>
<p class="mb-0 font-sans font-semibold leading-normal text-sm">Open Issues</p>
<h5 class="mb-0 font-bold"></h5>
</div>
<div class="px-3 text-right basis-1/3">