Reopen the last project with a focused draft chat

This commit is contained in:
Georg Bauer
2026-07-25 23:52:39 +02:00
parent 4408ed8b26
commit e44680541d
8 changed files with 71 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ diesel::table! {
endpoint_enabled -> Bool,
endpoint_cors -> Bool,
sidebar_collapsed -> Bool,
last_project_id -> Nullable<Integer>,
}
}