mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 21:15:19 +02:00
Add persistent notification with dismiss and action button (#611)
* Update notification partial * Update locals args * Lint * Move content to body in notification helper * Avoid dynamic Tailwind class * Styling * Add notification to localization file * Lint * Normalize locales * Auto dismiss by default
This commit is contained in:
parent
5516b03b6e
commit
a22c7a0e9c
7 changed files with 42 additions and 21 deletions
|
@ -21,6 +21,8 @@ en:
|
|||
back is by re-entering it manually via a new entry</p>"
|
||||
title: Delete Entry?
|
||||
shared:
|
||||
notification:
|
||||
dismiss: Dismiss
|
||||
upgrade_notification:
|
||||
app_upgraded: The app has been upgraded to %{version}.
|
||||
dismiss: Dismiss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue