generate screenshots

This commit is contained in:
SPRINX0\prochazka
2025-01-28 18:01:36 +01:00
parent 707ccf2d21
commit 9e06944fe7
5 changed files with 52 additions and 9 deletions

View File

@@ -416,3 +416,5 @@ focusedTreeDbKey.subscribe(value => {
focusedTreeDbKeyValue = value;
});
export const getFocusedTreeDbKey = () => focusedTreeDbKeyValue;
window['__changeCurrentTheme'] = theme => currentTheme.set(theme);

View File

@@ -660,6 +660,7 @@
{#if tab.tabPreviewMode}
<span
class="pin-button"
data-testid='TabsPanel_pinTabButton'
on:click={e => pinTab(tab.tabid)}
title="This tab is in preview mode, it will be replaced eg. when clicking table. Click to switch to normal mode. You could also double-click tab header."
>