Merge remote-tracking branch 'origin/dev' into till-dev

This commit is contained in:
Wuesteon 2025-12-12 14:12:14 +01:00
commit 4357902d33
2 changed files with 8 additions and 4 deletions

View file

@ -815,7 +815,8 @@
<div
class="resize-handle top"
onpointerdown={(e) => startResize(event, 'top', e)}
role="slider"
role="separator"
aria-orientation="horizontal"
aria-label="Startzeit ändern"
aria-valuenow={0}
tabindex="-1"
@ -840,7 +841,8 @@
<div
class="resize-handle bottom"
onpointerdown={(e) => startResize(event, 'bottom', e)}
role="slider"
role="separator"
aria-orientation="horizontal"
aria-label="Endzeit ändern"
aria-valuenow={0}
tabindex="-1"

View file

@ -942,7 +942,8 @@
<div
class="resize-handle top"
onpointerdown={(e) => startResize(event, 'top', e)}
role="slider"
role="separator"
aria-orientation="horizontal"
aria-label="Startzeit ändern"
aria-valuenow={0}
tabindex="-1"
@ -959,7 +960,8 @@
<div
class="resize-handle bottom"
onpointerdown={(e) => startResize(event, 'bottom', e)}
role="slider"
role="separator"
aria-orientation="horizontal"
aria-label="Endzeit ändern"
aria-valuenow={0}
tabindex="-1"