fixed skills library

This commit is contained in:
Saifeddine ALOUI 2024-11-20 00:12:22 +01:00
parent 4177682e6d
commit e0b244dd97
6 changed files with 71 additions and 70 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> <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"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title> <title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-Jzkex9MN.js"></script> <script type="module" crossorigin src="/assets/index-CQZS3dTu.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DjMNCHBr.css"> <link rel="stylesheet" crossorigin href="/assets/index-DaywzZaA.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -254,7 +254,6 @@
<p class="text-2xl animate-pulse mt-2 text-light-text-panel dark:text-dark-text-panel">{{ loading_infos }} ...</p> <p class="text-2xl animate-pulse mt-2 text-light-text-panel dark:text-dark-text-panel">{{ loading_infos }} ...</p>
</div> </div>
<InputBox prompt-text="Enter the url to the page to use as discussion support" @ok="addWebpage" ref="web_url_input_box"></InputBox> <InputBox prompt-text="Enter the url to the page to use as discussion support" @ok="addWebpage" ref="web_url_input_box"></InputBox>
<SkillsLibraryViewer ref="skills_lib" ></SkillsLibraryViewer>
<Toast ref="toast" /> <Toast ref="toast" />
<MessageBox ref="messageBox" /> <MessageBox ref="messageBox" />
<YesNoDialog ref="yesNoDialog" class="z-20" /> <YesNoDialog ref="yesNoDialog" class="z-20" />

View File

@ -846,8 +846,10 @@
</div> </div>
<PersonalityEditor ref="personality_editor" :config="currentPersonConfig" :personality="selectedPersonality"></PersonalityEditor> <PersonalityEditor ref="personality_editor" :config="currentPersonConfig" :personality="selectedPersonality"></PersonalityEditor>
<div id="app"> <div id="app">
<PopupViewer ref="news"/> <PopupViewer ref="news"/>
</div> </div>
<SkillsLibraryViewer ref="skills_lib" ></SkillsLibraryViewer>
</template> </template>

@ -1 +1 @@
Subproject commit 2ba7ba8f2f40e96ccd1fab553986bea96d5fe95e Subproject commit 0bcfeef623360cbd2583026e42fb21719d83635b