Skip to content
Snippets Groups Projects
Commit f71da8b9 authored by hannes's avatar hannes
Browse files

removed reset and added a todo

parent 68c78436
Branches
No related tags found
1 merge request!85Thesis Hannes Staging
...@@ -20,6 +20,7 @@ struct FilesCategoryView : View{ ...@@ -20,6 +20,7 @@ struct FilesCategoryView : View{
var body: some View{ var body: some View{
VStack{ VStack{
// TODO : there is nothing displayed for some reason currently
TypePicker(selectedTypes: $filesModel.filteredFileTypes).padding(.horizontal, -20).padding(.bottom , 5) TypePicker(selectedTypes: $filesModel.filteredFileTypes).padding(.horizontal, -20).padding(.bottom , 5)
FilesPreviewer(height: baseModel.size, filesCategoryVM: filesModel).padding(.horizontal, -20) FilesPreviewer(height: baseModel.size, filesCategoryVM: filesModel).padding(.horizontal, -20)
} }
......
...@@ -51,7 +51,7 @@ struct InboxHome: View { ...@@ -51,7 +51,7 @@ struct InboxHome: View {
var body: some View { var body: some View {
NavigationView{ NavigationView{
VStack{ VStack{
#if DEBUG //&& false #if DEBUG && false
Button(action: {PersistentDataProvider.dataProvider.resetCategories()}, label: {Text("reset")}) Button(action: {PersistentDataProvider.dataProvider.resetCategories()}, label: {Text("reset")})
#endif #endif
topSection topSection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment