rm tooltip for 3 dots button
This commit is contained in:
parent
0817bc9bdc
commit
3db9cea0ad
2 changed files with 11 additions and 13 deletions
Binary file not shown.
|
@ -62,7 +62,6 @@
|
||||||
<!-- action buttons (top right) -->
|
<!-- action buttons (top right) -->
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<div v-if="messages.length > 0" class="dropdown dropdown-end">
|
<div v-if="messages.length > 0" class="dropdown dropdown-end">
|
||||||
<div class="tooltip tooltip-bottom" data-tip="Chat options">
|
|
||||||
<!-- "..." button -->
|
<!-- "..." button -->
|
||||||
<button tabindex="0" role="button" class="btn m-1" :disabled="isGenerating">
|
<button tabindex="0" role="button" class="btn m-1" :disabled="isGenerating">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-three-dots-vertical" viewBox="0 0 16 16">
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-three-dots-vertical" viewBox="0 0 16 16">
|
||||||
|
@ -75,7 +74,6 @@
|
||||||
<li class="text-error" @click="deleteConv(viewingConvId)"><a>Delete</a></li>
|
<li class="text-error" @click="deleteConv(viewingConvId)"><a>Delete</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="tooltip tooltip-bottom" data-tip="Settings">
|
<div class="tooltip tooltip-bottom" data-tip="Settings">
|
||||||
<button class="btn" @click="showConfigDialog = true" :disabled="isGenerating">
|
<button class="btn" @click="showConfigDialog = true" :disabled="isGenerating">
|
||||||
<!-- settings button -->
|
<!-- settings button -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue