1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 21:45:23 +02:00

Pass transactions cursor when fetching plaid transactions

This commit is contained in:
Zach Gollwitzer 2025-05-24 17:41:14 -04:00
parent 6935ffa3d1
commit aecb5aafd8
6 changed files with 67 additions and 20 deletions

View file

@ -1,10 +1,10 @@
<%# locals: (message:, description:) %>
<div id="cta">
<%= tag.div class: "relative flex gap-3 rounded-lg bg-container-inset p-4 group w-full md:max-w-80 shadow-border-xs", data: { controller: "element-removal" } do %>
<%= tag.div class: "relative flex gap-3 rounded-lg bg-container p-4 group w-full md:max-w-80 shadow-border-xs", data: { controller: "element-removal" } do %>
<div class="h-5 w-5 shrink-0 p-px text-primary">
<div class="flex h-full items-center justify-center rounded-full bg-success">
<%= icon "check", size: "xs" %>
<div class="flex h-full items-center justify-center rounded-full bg-success text-white">
<%= icon "check", size: "xs", color: "current" %>
</div>
</div>