WIP - custom widget creator

This commit is contained in:
Trey t
2022-02-13 13:34:41 -06:00
parent adcdf636c3
commit 1e7199337f
13 changed files with 457 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ struct ContentView: View {
settingsButtonView
if viewModel.hasNoData {
Spacer()
EmptyView(viewModel: viewModel)
EmptyContentView(viewModel: viewModel)
Spacer()
} else {
ZStack {