chore(@storybook): add about view to storybook, refactor about view to use calls from store instead of global
This commit is contained in:
parent
76aedc3615
commit
e6b2b43504
|
@ -97,6 +97,12 @@ ApplicationWindow {
|
|||
|
||||
onPageSelected: root.currentPage = page
|
||||
}
|
||||
|
||||
StatusNavigationListItem {
|
||||
title: "AboutView"
|
||||
selected: viewLoader.source.toString().includes(title)
|
||||
onClicked: mainPageView.page(title);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue