This commit is contained in:
2025-12-02 04:15:22 +01:00
parent 29ab30788e
commit 8c8369c42b
14 changed files with 169 additions and 248 deletions

View File

@@ -0,0 +1,8 @@
module meta
struct Category {
pub mut:
path string // e.g. Operations/Daily (means 2 levels deep, first level is Operations)
collapsible bool = true
collapsed bool
}