mirror of
https://github.com/we-promise/sure.git
synced 2026-04-10 07:44:48 +00:00
An overhaul and cleanup of the transactions feature including: - Simplification of transactions search and filtering - Consolidation of account sync logic after transaction change - Split sidebar modal and modal into "drawer" and "modal" concepts - Refactor of transaction partials and folder organization - Cleanup turbo frames and streams for transaction updates, including new Transactions::RowsController for inline updates - Refactored and added several integration and systems tests
5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
<div class="flex flex-col items-center justify-center py-40">
|
|
<p class="text-gray-500 mb-2"><%= t(".title") %></p>
|
|
<p class="text-gray-400 max-w-xs text-center"><%= t(".description") %></p>
|
|
</div>
|