This commit is contained in:
Saifeddine ALOUI 2025-04-03 00:25:20 +02:00
parent cc0cd46a08
commit df7d27f807
5 changed files with 1214 additions and 977 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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-CfYlEkHg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BBrP8W23.css">
<script type="module" crossorigin src="/assets/index-BAacU3Mp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CbkTKjaR.css">
</head>
<body>
<div id="app"></div>

View File

@ -1088,6 +1088,21 @@ animation: bounce 1s infinite;
}
}
/* Additions for Playground Component */
@layer components {
.active-tab-button {
/* Apply primary button styles but keep size small */
@apply btn btn-primary btn-sm;
/* Add extra visual cue for active state */
@apply ring-2 ring-offset-1 ring-offset-blue-100 dark:ring-offset-blue-900 ring-blue-500 dark:ring-blue-400;
}
.inactive-tab-button {
/* Apply secondary button styles, small size */
@apply btn btn-secondary btn-sm;
/* Optional: slightly reduce opacity for inactive */
@apply opacity-80 hover:opacity-100;
}
}
@keyframes matrix-rain {
0% {

File diff suppressed because it is too large Load Diff