Revert "feat(views): add hide_done_categories config option (#153)"

This reverts commit 283f93eda1.
This commit is contained in:
Barrett Ruth 2026-03-12 20:41:32 -04:00 committed by Barrett Ruth
parent 7c0ba178d0
commit e6816d13ef
6 changed files with 4 additions and 123 deletions

View file

@ -84,7 +84,6 @@
---@class pending.CategoryViewConfig
---@field order? string[]
---@field folding? boolean|pending.FoldingConfig
---@field hide_done_categories? boolean
---@class pending.QueueViewConfig
---@field sort? string[]
@ -132,7 +131,6 @@ local defaults = {
category = {
order = {},
folding = true,
hide_done_categories = false,
},
queue = {
sort = { 'status', 'priority', 'due', 'order', 'id' },