Add creating and basic editing of translation

This commit is contained in:
Thelonius Kort
2023-01-04 14:42:13 +01:00
parent f4b5abef5a
commit d589d84b40
15 changed files with 235 additions and 47 deletions

View File

@ -47,4 +47,12 @@ defmodule OutlookWeb.ArticleLive.NewComponents do
<.button phx-click="approve_translation_units">Continue</.button>
"""
end
def final_form(assigns) do
~H"""
<div>Final Form</div>
<!-- this should eventually become the first stage because url will be needed for processing of images -->
<.button phx-click="save">Save</.button>
"""
end
end