chore(@storybook): add about view to storybook, refactor about view to use calls from store instead of global

This commit is contained in:
Iuri Matias 2022-10-13 15:02:40 -04:00
parent 76aedc3615
commit e6b2b43504
1 changed files with 6 additions and 0 deletions

View File

@ -97,6 +97,12 @@ ApplicationWindow {
onPageSelected: root.currentPage = page
}
StatusNavigationListItem {
title: "AboutView"
selected: viewLoader.source.toString().includes(title)
onClicked: mainPageView.page(title);
}
}
}