Skip to content

Commit

Permalink
Store: App-interface: Add side-config-panel control
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli committed Dec 16, 2024
1 parent 9eddb3d commit e69734c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stores/appInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const useAppInterfaceStore = defineStore('responsive', {
configComponent: -1,
isGlassModalAlwaysOnTop: false,
isTutorialVisible: false,
configPanelVisible: false,
}),
actions: {
updateWidth() {
Expand Down Expand Up @@ -89,6 +90,7 @@ export const useAppInterfaceStore = defineStore('responsive', {
boxShadow: '0px 4px 4px 0px #00000033, 0px 8px 12px 6px #00000016',
animation: 'highlightBackground 0.5s alternate 20',
}),
isConfigPanelVisible: (state) => state.configPanelVisible,
},
})

Expand Down

0 comments on commit e69734c

Please sign in to comment.