mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable filters popover
This commit is contained in:
parent
5d312232ec
commit
26382ebb1d
1 changed files with 9 additions and 9 deletions
|
|
@ -92,17 +92,17 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .barLeading) {
|
||||
Button(action: {
|
||||
viewModel.showFiltersModal = true
|
||||
}, label: {
|
||||
HStack(alignment: .center) {
|
||||
let title = (LinkedItemFilter(rawValue: viewModel.appliedFilter) ?? LinkedItemFilter.inbox).displayName
|
||||
Text(title)
|
||||
.font(Font.system(size: 18, weight: .semibold))
|
||||
// Button(action: {
|
||||
// viewModel.showFiltersModal = true
|
||||
// }, label: {
|
||||
HStack(alignment: .center) {
|
||||
let title = (LinkedItemFilter(rawValue: viewModel.appliedFilter) ?? LinkedItemFilter.inbox).displayName
|
||||
Text(title)
|
||||
.font(Font.system(size: 18, weight: .semibold))
|
||||
// Image(systemName: "chevron.down")
|
||||
// .font(Font.system(size: 13, weight: .regular))
|
||||
}.frame(maxWidth: .infinity, alignment: .leading)
|
||||
})
|
||||
}.frame(maxWidth: .infinity, alignment: .leading)
|
||||
// })
|
||||
}
|
||||
ToolbarItem(placement: .barTrailing) {
|
||||
Button("", action: {})
|
||||
|
|
|
|||
Loading…
Reference in a new issue