add storybook (component dev)

This commit is contained in:
Benjamin Palko 2025-08-27 09:34:30 -04:00
parent 1b523c7ac4
commit 13e6345b1d
4 changed files with 54 additions and 2 deletions

View file

@ -7,6 +7,7 @@ Singleton {
property alias launcher: properties.launcher
property alias pomodoro: properties.pomodoro
property alias powermenu: properties.powermenu
property alias storybook: properties.storybook
property StyledPopupWindow activePopup
function togglePopup(popup: StyledPopupWindow) {
@ -23,5 +24,6 @@ Singleton {
property bool launcher
property bool pomodoro
property bool powermenu
property bool storybook
}
}