-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show notice when syncing #310
Conversation
app/controllers/boxes_controller.rb
Outdated
@@ -13,6 +13,7 @@ def sync_all | |||
EventBus.publish(:box_sync_all_requested) | |||
|
|||
Current.tenant.boxes.sync_all | |||
redirect_back_or_to message_threads_path, notice: t("boxes.sync_all_running") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ked je to event :box_sync_all_requested
tak aj tu by som cakal
redirect_back_or_to message_threads_path, notice: t("boxes.sync_all_running") | |
redirect_back_or_to message_threads_path, notice: t("boxes.sync_all_requested") |
config/locales/sk.yml
Outdated
@@ -244,6 +244,8 @@ sk: | |||
sender_uri: "URI odosielateľa" | |||
recipient_uri: "URI prijímateľa" | |||
box: "Schránka správy" | |||
boxes: | |||
sync_all_running: "Synchronizácia správ bola spustená a prebieha na pozadí" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nejake male veci
No description provided.