bunch of random work
This commit is contained in:
@@ -204,6 +204,7 @@ extension MonthView {
|
||||
LazyVGrid(columns: columns, spacing: 15) {
|
||||
ForEach(entries, id: \.self) { entry in
|
||||
if filteredDays.currentFilters.contains(Int(entry.weekDay)) {
|
||||
let _ = print(entry.weekDay, entry.forDate, filteredDays.currentFilters, entry.id)
|
||||
shape.view(withText: Text(""),
|
||||
bgColor: entry.mood == .placeholder ? .clear : moodTint.color(forMood: entry.mood),
|
||||
textColor: .clear)
|
||||
|
||||
Reference in New Issue
Block a user