refactor: move pure post-editor logic to BDS.UI.PostEditor for TUI reuse (issue #26, phase 3)

This commit is contained in:
2026-07-14 19:41:43 +02:00
parent 16f45d77b2
commit 3a8fafd2fd
9 changed files with 198 additions and 264 deletions

View File

@@ -220,7 +220,7 @@ defmodule BDS.PostTranslationsTest do
"template_slug" => ""
}
alias BDS.Desktop.ShellLive.PostEditor.Persistence
alias BDS.UI.PostEditor.Persistence
assert {:ok, _post} = Persistence.persist(post, draft, "en", metadata, :auto_save)
assert ai_tasks() == []