Threema history checker

Upload a Threema chat history file (.csv) and see who's more interactive!

<.live_file_input upload={@uploads.history} class="block w-full text-sm text-gray-900 border border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400" />
<%= 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 %>

<%= error_to_string(err) %>

<% end %>