This commit is contained in:
Saifeddine ALOUI 2024-03-17 01:01:04 +01:00
parent 20236ea863
commit 54d6cf040a
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-23e002d5.js"></script>
<script type="module" crossorigin src="/assets/index-1f476e54.js"></script>
<link rel="stylesheet" href="/assets/index-b3fd63c8.css">
</head>
<body>

View File

@ -7,7 +7,7 @@
<button @click="searchSkills" class="bg-blue-500 text-white rounded px-4 py-1">Search</button>
</div>
<div class="w-1/4 p-4 max-h-64">
<div class="w-1/4 p-4 ">
<h2 class="text-xl font-bold m-4">Categories</h2>
<TransitionGroup v-if="categories.length > 0" name="list">
<Discussion v-for="category in categories" :key="category" :id="category" :title="category"