mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Only show feature cards in the inbox
This commit is contained in:
parent
43905a47ba
commit
d64c32a039
1 changed files with 2 additions and 1 deletions
|
|
@ -434,7 +434,8 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
viewModel.items.count > 0,
|
||||
viewModel.searchTerm.isEmpty,
|
||||
viewModel.selectedLabels.isEmpty,
|
||||
viewModel.negatedLabels.isEmpty
|
||||
viewModel.negatedLabels.isEmpty,
|
||||
LinkedItemFilter(rawValue: viewModel.appliedFilter) == .inbox
|
||||
{
|
||||
featureCard
|
||||
.listRowInsets(.init(top: 0, leading: 0, bottom: 0, trailing: 0))
|
||||
|
|
|
|||
Loading…
Reference in a new issue