Upload a Threema chat history file (.csv) and see who's more interactive!
<%= for entry <- @uploads.history.entries do %>
<%!-- Phoenix.Component.upload_errors/2 returns a list of error atoms --%>
<%= for err <- upload_errors(@uploads.history, entry) do %>
<%= error_to_string(err) %>
<% end %>
<% end %>
<%!-- use phx-drop-target with the upload ref to enable file drag and drop --%>
<%!-- Phoenix.Component.upload_errors/1 returns a list of error atoms --%>
<%= for err <- upload_errors(@uploads.history) do %>