%= tag.div id: "syncing-notice", class: "flex gap-3 rounded-lg border bg-white p-4 group max-w-80 shadow-xs border-alpha-black-25" do %>
<%= lucide_icon "loader", class: "w-5 h-5 text-secondary animate-pulse" %>
<%= tag.p t(".syncing"), class: "text-primary text-sm font-medium" %>
<% end %>