mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
sync
This commit is contained in:
parent
3e1315842b
commit
1237eb0fd7
@ -1 +1 @@
|
||||
Subproject commit a348791798207ad4c08b431c20cd5f374900ce3f
|
||||
Subproject commit f5cc2ba34bbaf136a028333dc6e5a770448c0b84
|
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
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-6f1af6a6.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-49ced084.css">
|
||||
<script type="module" crossorigin src="/assets/index-f743d033.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-c40831c0.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -41,7 +41,7 @@
|
||||
<!-- LEFT SIDE PANEL -->
|
||||
<div id="leftPanel" class="flex flex-col flex-grow overflow-y-scroll no-scrollbar "
|
||||
@dragover.stop.prevent="setDropZoneDiscussion()">
|
||||
<div class=" sticky z-10 top-0 bg-bg-light-tone dark:bg-bg-dark-tone shadow-md ">
|
||||
<div class="text-white bg-primary-light sticky z-10 top-0 bg-bg-light-tone dark:bg-bg-dark-tone shadow-md ">
|
||||
|
||||
|
||||
|
||||
@ -95,20 +95,20 @@
|
||||
</button>
|
||||
</div>
|
||||
<button v-if="!loading" type="button" @click.stop="addDiscussion2SkillsLibrary" title="Add this discussion content to skills database"
|
||||
class=" w-6 text-blue-400 hover:text-secondary duration-75 active:scale-90">
|
||||
<img :src="memory_icon">
|
||||
class=" w-6 hover:text-secondary duration-75 active:scale-90">
|
||||
<i data-feather="hard-drive"></i>
|
||||
</button>
|
||||
<button v-if="!loading && $store.state.config.activate_skills_lib" type="button" @click.stop="toggleSkillsLib" title="Skills database is activated"
|
||||
class=" w-6 text-blue-400 hover:text-secondary duration-75 active:scale-90">
|
||||
<img :src="active_skills">
|
||||
class=" w-6 hover:text-secondary duration-75 active:scale-90">
|
||||
<i data-feather="check-circle"></i>
|
||||
</button>
|
||||
<button v-if="!loading && !$store.state.config.activate_skills_lib" type="button" @click.stop="toggleSkillsLib" title="Skills database is deactivated"
|
||||
class=" w-6 text-blue-400 hover:text-secondary duration-75 active:scale-90">
|
||||
<img :src="inactive_skills">
|
||||
class=" w-6 hover:text-secondary duration-75 active:scale-90">
|
||||
<i data-feather="x-octagon"></i>
|
||||
</button>
|
||||
<button v-if="!loading" type="button" @click.stop="showSkillsLib" title="Skills database is deactivated"
|
||||
class=" w-6 text-blue-400 hover:text-secondary duration-75 active:scale-90">
|
||||
<img :src="skillsRegistry">
|
||||
class=" w-6 hover:text-secondary duration-75 active:scale-90">
|
||||
<i data-feather="book"></i>
|
||||
</button>
|
||||
|
||||
<div v-if="loading" title="Loading.." class="flex flex-row flex-grow justify-end">
|
||||
@ -229,8 +229,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="absolute bottom-0 left-0 w-full bg-blue-200 dark:bg-blue-800 text-white py-2 cursor-pointer hover:text-green-500" @click="showDatabaseSelector">
|
||||
<p class="ml-2">Current database: {{ formatted_database_name }}</p>
|
||||
<div class="absolute bottom-0 left-0 w-full bg-primary-light dark:bg-bg-dark-tone text-white py-2 cursor-pointer hover:text-accent" @click="showDatabaseSelector">
|
||||
<p class="ml-2 text-center shadow-lg">{{ formatted_database_name }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</transition>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3a9aa13bd74be88caf9c083565c8b3ce05073687
|
||||
Subproject commit 16e81b0ef3c841c3c7cb520d73f378133a099ed0
|
@ -1 +1 @@
|
||||
Subproject commit c3bf3175967036b5b70ab8e02c48a136109221d2
|
||||
Subproject commit 0f9cac61aec00736537de463a0632f5e35a6d6f3
|
Loading…
Reference in New Issue
Block a user