diff --git a/lib/radiator_web/live/outline_live/index.html.heex b/lib/radiator_web/live/outline_live/index.html.heex index e2bce383..51752780 100644 --- a/lib/radiator_web/live/outline_live/index.html.heex +++ b/lib/radiator_web/live/outline_live/index.html.heex @@ -1,25 +1,30 @@ -
-

Outline

+
+
+

Outline

+

Collect and structure links and content for your prodcast

+
-

Inbox

+
+

Inbox

- <.focus_wrap id="input-form-wrap"> - <.form id="inbox-form" for={@form} phx-change="update" phx-submit="next"> - <.input type="text" field={@form[:content]} /> - <.input type="hidden" field={@form[:uuid]} /> - - + <.focus_wrap id="input-form-wrap"> + <.form id="inbox-form" for={@form} phx-change="update" phx-submit="next"> + <.input type="text" field={@form[:content]} /> + <.input type="hidden" field={@form[:uuid]} /> + + -
    -
  • - <%= node.content %> - <.link - phx-click={JS.push("delete", value: %{uuid: node.uuid}) |> hide("##{dom_id}")} - data-confirm="Delete?" - > - <.icon name="hero-x-circle" class="w-5 h-5" /> -
    Delete
    - -
  • -
-
+ +
+