closed #17
This commit is contained in:
@@ -172,6 +172,9 @@ struct FilterView: View {
|
|||||||
.cornerRadius(25)
|
.cornerRadius(25)
|
||||||
.padding([.leading, .trailing])
|
.padding([.leading, .trailing])
|
||||||
|
|
||||||
|
Text("Total: \(self.dataHolder.numberOfRatings)")
|
||||||
|
.font(.title2)
|
||||||
|
|
||||||
if showFilter {
|
if showFilter {
|
||||||
filterView
|
filterView
|
||||||
}
|
}
|
||||||
@@ -292,9 +295,6 @@ struct FilterView: View {
|
|||||||
|
|
||||||
private var gridView: some View {
|
private var gridView: some View {
|
||||||
VStack {
|
VStack {
|
||||||
Text("Total: \(self.dataHolder.numberOfRatings)")
|
|
||||||
.font(.title2)
|
|
||||||
|
|
||||||
monthsHeader
|
monthsHeader
|
||||||
.cornerRadius(25)
|
.cornerRadius(25)
|
||||||
.padding([.leading, .trailing])
|
.padding([.leading, .trailing])
|
||||||
|
|||||||
Reference in New Issue
Block a user