elixir_console icon indicating copy to clipboard operation
elixir_console copied to clipboard

Upgrade phoenix to 1.6.6

Open eldano opened this issue 3 years ago • 0 comments

The upgrade of phoenix to 1.6.6 caused upgrading also phoenix_html which deprecated the sigil ~e used in the history component. This is only a deprecation but we don't merge code with warnings so this needs to be fixed in this PR. TODO:

  • Rewrite the code that uses the ~e sigil to use a heex template (with the ~H sigil)
  • An issue with this is that spacing in the template code is not reflected the same way as with the ~e sigil on the HTML output, so this needs to be accounted for.

eldano avatar Jan 27 '22 17:01 eldano