Skip to content

Commit

Permalink
add tool tip
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 12, 2024
1 parent 000f438 commit 21c900c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions resources/js/Pages/Chat/Chatv2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,18 @@ const rerun = (message) => {
</template>
</DisplayMenu>
<DisplayMenu
v-if="usePage().props.features.reference_collection"
search="true"
:items="usePage().props.reference_collections" @itemSelected="referenceCollectionSelected">
<template #title>
Reference Collection
<div class="tooltip tooltip-info"
data-tip="Can be used with Reporting Tool to Create Solutions from the Reference Collection">
<div class="flex gap-2 items-center">
Reference Collection
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="size-4">
<path fill-rule="evenodd" d="M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-6 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.293 5.293a1 1 0 1 1 .99 1.667c-.459.134-1.033.566-1.033 1.29v.25a.75.75 0 1 0 1.5 0v-.115a2.5 2.5 0 1 0-2.518-4.153.75.75 0 1 0 1.061 1.06Z" clip-rule="evenodd" />
</svg>
</div>
</div>
</template>
</DisplayMenu>
</div>
Expand Down

0 comments on commit 21c900c

Please sign in to comment.