This commit is contained in:
Saifeddine ALOUI 2025-04-01 13:29:12 +02:00
parent 43b33281ca
commit 4921568940
7 changed files with 54 additions and 54 deletions

26
web/dist/assets/index-BOIpO8LK.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
web/dist/assets/logo-6TyToX4A.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 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-B_v3os1E.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-JhOifEnN.css">
<script type="module" crossorigin src="/assets/index-DrzOneYA.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BOIpO8LK.css">
</head>
<body>
<div id="app"></div>

View File

@ -96,10 +96,10 @@
:key="func.id || func.full_path"
:ref="el => setFunctionRef(func.id || func.full_path, el)"
:function_call="func"
:is-mounted="func.isMounted" <!-- Pass reactive isMounted -->
:is-mounted="func.isMounted"
:is-processing="func.isProcessing"
:get-icon-url="getFunctionIcon" <!-- Pass utility method if needed -->
:on-img-error="imgPlaceholder" <!-- Pass utility method if needed -->
:get-icon-url="getFunctionIcon"
:on-img-error="imgPlaceholder"
@mount="handleMount(func)"
@unmount="handleUnmount(func)"
@remount="handleRemount(func)"