forked from open-webui/open-webui
		
	main #2
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -4,13 +4,16 @@ | ||||||
| 	import Dropdown from '$lib/components/common/Dropdown.svelte'; | 	import Dropdown from '$lib/components/common/Dropdown.svelte'; | ||||||
| 	import GarbageBin from '$lib/components/icons/GarbageBin.svelte'; | 	import GarbageBin from '$lib/components/icons/GarbageBin.svelte'; | ||||||
| 	import Pencil from '$lib/components/icons/Pencil.svelte'; | 	import Pencil from '$lib/components/icons/Pencil.svelte'; | ||||||
|  | 	import Tooltip from '$lib/components/common/Tooltip.svelte'; | ||||||
| 
 | 
 | ||||||
| 	export let renameHandler: Function; | 	export let renameHandler: Function; | ||||||
| 	export let deleteHandler: Function; | 	export let deleteHandler: Function; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <Dropdown> | <Dropdown> | ||||||
|  | 	<Tooltip content="More"> | ||||||
| 		<slot /> | 		<slot /> | ||||||
|  | 	</Tooltip> | ||||||
| 
 | 
 | ||||||
| 	<div slot="content"> | 	<div slot="content"> | ||||||
| 		<DropdownMenu.Content | 		<DropdownMenu.Content | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue