elixir_console
elixir_console copied to clipboard
Upgrade phoenix to 1.6.6
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.