mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Fix styles on import modal (#1188)
* Fix styles on import modal * Remove stale translations
This commit is contained in:
parent
fd40111264
commit
aa6d755402
2 changed files with 31 additions and 58 deletions
|
@ -49,7 +49,7 @@
|
|||
<li>
|
||||
<div class="flex items-center gap-3 p-4 group cursor-not-allowed">
|
||||
<%= image_tag("mint-logo.jpeg", alt: "Mint logo", class: "w-8 h-8 rounded-md") %>
|
||||
<span class="text-sm text-gray-900 group-hover:text-gray-700">
|
||||
<span class="text-sm text-gray-400">
|
||||
<%= t(".import_from_mint") %>
|
||||
</span>
|
||||
<span class="bg-indigo-500/5 rounded-full px-1.5 py-0.5 border border-alpha-black-25 uppercase text-xs font-medium text-indigo-500"><%= t(".soon") %></span>
|
||||
|
@ -60,31 +60,6 @@
|
|||
<div class="h-px bg-alpha-black-50"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="flex items-center gap-3 p-4 group cursor-not-allowed">
|
||||
<%= image_tag("empower-logo.jpeg", alt: "Mint logo", class: "w-8 h-8 border border-alpha-black-100 rounded-md") %>
|
||||
<span class="text-sm text-gray-900 group-hover:text-gray-700">
|
||||
<%= t(".import_from_empower") %>
|
||||
</span>
|
||||
<span class="bg-indigo-500/5 rounded-full px-1.5 py-0.5 border border-alpha-black-25 uppercase text-xs font-medium text-indigo-500"><%= t(".soon") %></span>
|
||||
<%= lucide_icon("chevron-right", class: "w-5 h-5 text-gray-300 ml-auto") %>
|
||||
</div>
|
||||
|
||||
<div class="pl-14 pr-3">
|
||||
<div class="h-px bg-alpha-black-50"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="flex items-center gap-3 p-4 group cursor-not-allowed">
|
||||
<%= image_tag("apple-logo.png", alt: "Mint logo", class: "w-8 h-8 rounded-md") %>
|
||||
<span class="text-sm text-gray-900 group-hover:text-gray-700">
|
||||
<%= t(".import_from_apple") %>
|
||||
</span>
|
||||
<span class="bg-indigo-500/5 rounded-full px-1.5 py-0.5 border border-alpha-black-25 uppercase text-xs font-medium text-indigo-500"><%= t(".soon") %></span>
|
||||
<%= lucide_icon("chevron-right", class: "w-5 h-5 text-gray-300 ml-auto") %>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -95,11 +95,9 @@ en:
|
|||
import_published: Import has started in the background
|
||||
invalid_data: Your import is invalid
|
||||
type_selector:
|
||||
description: You can manually import transactions from CSVs or from other financial
|
||||
apps like Mint, Empower (formerly Personal Capital) or Apple Card.
|
||||
import_from_apple: Import from Apple Card
|
||||
description: You can manually import transactions from CSVs or other financial
|
||||
apps like Mint.
|
||||
import_from_csv: New import from CSV
|
||||
import_from_empower: Import from Empower
|
||||
import_from_mint: Import from Mint
|
||||
import_transactions: Import transactions
|
||||
resume_latest_import: Resume latest import
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue