mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 03:14:40 +03:00
Minor UI fixes (#6171)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
e07d624981
commit
8b44249cec
@ -391,6 +391,8 @@
|
||||
}
|
||||
.hulyHeader-titleGroup {
|
||||
flex-grow: 1;
|
||||
user-select: text;
|
||||
cursor: auto;
|
||||
|
||||
&.withDescription { flex-direction: column; }
|
||||
&:not(.withDescription) {
|
||||
|
@ -29,15 +29,13 @@
|
||||
closeTooltip,
|
||||
deviceOptionsStore as deviceInfo,
|
||||
day as getDay,
|
||||
getEventPositionElement,
|
||||
getMonday,
|
||||
getWeekDayName,
|
||||
resizeObserver,
|
||||
showPopup,
|
||||
ticker,
|
||||
isWeekend
|
||||
} from '@hcengineering/ui'
|
||||
import { Menu, showMenu } from '@hcengineering/view-resources'
|
||||
import { showMenu } from '@hcengineering/view-resources'
|
||||
import { createEventDispatcher, onDestroy, onMount } from 'svelte'
|
||||
import type {
|
||||
CalendarADGrid,
|
||||
@ -630,6 +628,7 @@
|
||||
function mouseDownElement (e: MouseEvent, event: Event, direction: 'top' | 'bottom'): void {
|
||||
if (e.buttons !== 1) return
|
||||
e.stopPropagation()
|
||||
closeTooltip()
|
||||
resizeId = event._id
|
||||
directionResize = direction
|
||||
originDate = event.date
|
||||
|
@ -27,7 +27,8 @@
|
||||
location,
|
||||
navigate,
|
||||
showPopup,
|
||||
Scroller
|
||||
Scroller,
|
||||
closePanel
|
||||
} from '@hcengineering/ui'
|
||||
import {
|
||||
ParticipantInfo,
|
||||
@ -104,6 +105,7 @@
|
||||
}
|
||||
|
||||
function back (): void {
|
||||
closePanel()
|
||||
const loc = getCurrentLocation()
|
||||
loc.path[2] = loveId
|
||||
loc.path.length = 3
|
||||
|
Loading…
Reference in New Issue
Block a user