api-v2/lib/api_web/live/emailer_live/index.html.heex
2025-04-16 10:03:13 -03:00

20 lines
1.1 KiB
Plaintext

<div class="flex flex-row pt-4 pl-1 text-slate-700">
<Heroicons.LiveView.icon name="list-bullet" type="outline" class="w-6 h-6" />
<h2 class=" text-[18px] font-medium pl-2 ">Listado</h2>
</div>
<p class="pl-2 text-m text-slate-600">Lista los emails por enviarse.</p>
<button phx-click="update_tabulator" class="flex flex-row pt-4 pl-1 mb-2 text-slate-700">
<Heroicons.LiveView.icon name="arrow-path" type="outline" class="w-6 h-6" />
<h2 class=" text-[18px] font-medium pl-2 ">Actualizar</h2>
</button>
<div class="sm:w-auto lg:w-auto" style="height: calc(100vh - 210px);">
<div style="height: 100%; flex-grow: 1;"
id="tabulatorEmails"
phx-update="ignore"
phx-hook="Tabulator"
data-columns={Jason.encode!(@columns)}>
</div>
</div>