generate screenshots

This commit is contained in:
SPRINX0\prochazka
2025-01-30 08:07:27 +01:00
parent 9309f25126
commit 93dc48c22c
8 changed files with 75 additions and 10 deletions

View File

@@ -104,7 +104,7 @@
if (filterBehaviour.supportNumberLikeComparison) {
res.push(
{ divider: true },
{ onClick: () => openFilterWindow('>'), text: 'Greater Than...' },
{ onClick: () => openFilterWindow('>='), text: 'Greater Than Or Equal To...' },
{ onClick: () => openFilterWindow('<'), text: 'Less Than...' },
@@ -287,6 +287,7 @@
class:isError
class:isOk
{placeholder}
data-testid={`DataFilterControl_input_${uniqueName}`}
/>
{#if customCommandIcon && onCustomCommand}
<InlineButton on:click={onCustomCommand} title={customCommandTooltip} narrow square>