mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-21 17:17:54 +02:00
fix: more tooltips (#6767)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
import { type Doc, type DocumentQuery, type Ref, type WithLookup } from '@hcengineering/core'
|
||||
import drive, { type Drive, type Folder } from '@hcengineering/drive'
|
||||
import { Scroller, SearchInput, Panel, Button, IconMoreH } from '@hcengineering/ui'
|
||||
import { Viewlet, ViewOptions } from '@hcengineering/view'
|
||||
import view, { Viewlet, ViewOptions } from '@hcengineering/view'
|
||||
import {
|
||||
FilterBar,
|
||||
FilterButton,
|
||||
@@ -83,6 +83,7 @@
|
||||
icon={IconMoreH}
|
||||
iconProps={{ size: 'medium' }}
|
||||
kind={'icon'}
|
||||
showTooltip={{ label: view.string.MoreActions, direction: 'bottom' }}
|
||||
on:click={(ev) => {
|
||||
showMenu(ev, { object })
|
||||
}}
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
import { type Resource } from '@hcengineering/drive'
|
||||
import { getClient } from '@hcengineering/presentation'
|
||||
import { Button, IconMoreH } from '@hcengineering/ui'
|
||||
import view from '@hcengineering/view'
|
||||
import { ObjectPresenter, TimestampPresenter, openDoc, showMenu } from '@hcengineering/view-resources'
|
||||
import { createEventDispatcher } from 'svelte'
|
||||
|
||||
@@ -71,6 +72,7 @@
|
||||
icon={IconMoreH}
|
||||
kind="ghost"
|
||||
size="medium"
|
||||
showTooltip={{ label: view.string.MoreActions, direction: 'bottom' }}
|
||||
on:click={(evt) => {
|
||||
hovered = true
|
||||
showMenu(evt, { object }, () => {
|
||||
|
||||
Reference in New Issue
Block a user