This commit is contained in:
Saifeddine ALOUI 2024-09-06 19:27:32 +02:00
parent da96fa775d
commit 6a7ca6126a
15 changed files with 30 additions and 30 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8
web/dist/assets/index-c3916d25.css vendored Normal file

File diff suppressed because one or more lines are too long

BIN
web/dist/assets/logo-737d03af.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 KiB

4
web/dist/index.html vendored
View File

@ -6,8 +6,8 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-00040cfe.js"></script>
<link rel="stylesheet" href="/assets/index-96ee595a.css">
<script type="module" crossorigin src="/assets/index-3c2b6ccc.js"></script>
<link rel="stylesheet" href="/assets/index-c3916d25.css">
</head>
<body>
<div id="app"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 KiB

After

Width:  |  Height:  |  Size: 885 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 KiB

After

Width:  |  Height:  |  Size: 885 KiB

View File

@ -1,3 +1,5 @@
/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@ -26,8 +28,6 @@
scrollbar-width: none;
}
}
/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
.display-none {
@apply hidden;
@ -47,7 +47,7 @@ h4 {
}
/* Optional: Add a subtle bottom border to headers for added distinction */
h1, h2, h3, h4 {
h1, h2{
@apply border-b border-gray-200 dark:border-gray-700 pb-2;
}

View File

@ -11,7 +11,7 @@
<div class="flex flex-col justify-center">
<div class="text-2xl md:text-2xl font-bold text-red-600 mb-2"
style="text-shadow: 2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white;">
LoLLMS
L🍓LLMS
</div>
<p class="text-gray-400 text-sm">One tool to rule them all</p>
</div>
@ -73,10 +73,11 @@
<path d="M19 20H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1m2 13a2 2 0 0 1-2-2V7m2 13a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"></path>
</svg>
</div>
<span class="absolute hidden group-hover:block bg-gray-800 text-white text-xs rounded py-1 px-2 bottom-full left-1/2 transform -translate-x-1/2 mb-2 whitespace-nowrap">
<span class="absolute hidden group-hover:block bg-gray-800 text-white text-xs rounded py-1 px-2 top-full left-1/2 transform -translate-x-1/2 mt-2 whitespace-nowrap">
Lollms News
</span>
</div>
<div class="relative group">
<div
v-if="is_fun_mode"

View File

@ -99,7 +99,7 @@
/>
</div>
<h2 class="text-2xl font-bold mb-4">{{ currentCategoryName }}</h2>
<h2 class="text-2xl font-bold mb-4">{{ currentCategoryName }} ({{ sortedAndFilteredApps.length }})</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<app-card
v-for="app in sortedAndFilteredApps"
@ -167,7 +167,7 @@ export default {
},
computed: {
currentCategoryName() {
return this.selectedCategory === 'all' ? 'All Apps' : this.selectedCategory;
return this.selectedCategory === 'all' ? 'All Apps': this.selectedCategory;
},
combinedApps() {
const installedAppNames = this.apps.map(app => app.name);

View File

@ -22,7 +22,7 @@
<div class="mb-8 w-full">
<div class="text-6xl md:text-7xl font-bold text-red-600 mb-2"
style="text-shadow: 2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white;">
LoLLMS
L🍓LLMS
</div>
<p class="text-2xl text-gray-600 dark:text-gray-300 italic">
One tool to rule them all
@ -38,7 +38,7 @@
<img
class="w-24 h-24 rounded-full absolute top-0 transition-all duration-300 ease-linear"
:style="{ left: `calc(${loading_progress}% - 3rem)` }"
title="LoLLMS WebUI"
title="L🍓LLMS WebUI"
src="@/assets/strawberry.png"
alt="Strawberry Logo"
>

View File

@ -217,8 +217,8 @@
<div v-show="smartrouterconf_collapsed" ><i data-feather='chevron-right'></i></div>
<div v-show="!smartrouterconf_collapsed" ><i data-feather='chevron-down'></i></div>
<h3 class="text-lg font-semibold cursor-pointer select-none mr-2">
Smart routing configurations</h3>
<div class="text-lg font-semibold cursor-pointer select-none mr-2">
Smart routing configurations</div>
</button>
</div>
<div :class="{ 'hidden': smartrouterconf_collapsed }" class="flex flex-col mb-2 px-3 pb-0">

@ -1 +0,0 @@
Subproject commit 803b608354940b14642705d8dcb94b196b2a610d

@ -1 +1 @@
Subproject commit a8379277a01a3d6a84d6464e5d5e767fde8ef6de
Subproject commit 2d9f0deb76aa3a5533b5d0c903874e03346829ce