Collapse a project's sessions by clicking its name

This commit is contained in:
Georg Bauer
2026-07-25 23:58:21 +02:00
parent e44680541d
commit ce18a2db9b
7 changed files with 49 additions and 17 deletions

View File

@@ -15,6 +15,7 @@ diesel::table! {
id -> Integer,
name -> Text,
path -> Text,
collapsed -> Bool,
}
}