android, desktop: blur for media (#4508)

* android, desktop: blur for media

* change

* new option and applied blur to other elements

* new line

* added to migration

* long click handling

* hover on desktop

* changes

* change

* showDownloadButton function

* file rename

* don't blur when menu is visible

* rename
This commit is contained in:
Stanislav Dmitrenko
2024-07-26 15:29:13 +07:00
committed by GitHub
parent a53333be20
commit 032c5d3a5b
12 changed files with 216 additions and 34 deletions
@@ -28,3 +28,5 @@ actual fun Modifier.desktopOnExternalDrag(
actual fun Modifier.onRightClick(action: () -> Unit): Modifier = this
actual fun Modifier.desktopPointerHoverIconHand(): Modifier = this
actual fun Modifier.desktopOnHovered(action: (Boolean) -> Unit): Modifier = Modifier