feat: completed base feature set for the app

This commit is contained in:
2026-07-18 20:25:17 +02:00
parent e9d6c70eb0
commit 638202b96c
46 changed files with 4486 additions and 541 deletions

View File

@@ -1200,7 +1200,7 @@ mod tests {
fn unsupported_default_mode_falls_back_to_markdown() {
let mut state = sample_state();
state.set_editor_mode("wysiwyg");
state.set_editor_mode("visual");
assert_eq!(state.editor_mode, "markdown");
state.set_editor_mode("preview");