ui: split out lots of code into a widets mod

This commit is contained in:
2026-06-11 21:37:23 +02:00
parent 5aa2631b99
commit f269e62e34
3 changed files with 202 additions and 178 deletions
+1
View File
@@ -20,6 +20,7 @@ mod audio;
mod artifacts;
mod archive;
mod ui;
mod widgets;
// TODO: We should be able to delete entries from the conversation, or at least go back and edit something I said.
// TODO: I want a "mark" command or keyboard shortcut, that inserts a marker into the log, so I know where to come back for the next speaking segment.