Describe the bug
When syncing templates back to devices, no feedback is shown on screen once the "Continue" button is pressed. This means, you have no idea whether there is anything occurring and/or it is errored/locked up.
To Reproduce
Steps to reproduce the behavior:
-
Modify a template with a large number of items based upon it.
-
Sync changes and after clicking continue, see nothing back.
Expected behavior
Long running processes such as this should use a background process to execute with a status display returned that the front end can display whilst it is in progress.
Ideally, long term, all actions should operate this way to provide consistency.
Screenshots

Additional context
Any request made to the web should take no more than 5-10 seconds to complete. This prevents issues were users believe that they have either broken something or it's not running at all.
Describe the bug
When syncing templates back to devices, no feedback is shown on screen once the "Continue" button is pressed. This means, you have no idea whether there is anything occurring and/or it is errored/locked up.
To Reproduce
Steps to reproduce the behavior:
Modify a template with a large number of items based upon it.
Sync changes and after clicking continue, see nothing back.
Expected behavior
Long running processes such as this should use a background process to execute with a status display returned that the front end can display whilst it is in progress.
Ideally, long term, all actions should operate this way to provide consistency.
Screenshots
Additional context
Any request made to the web should take no more than 5-10 seconds to complete. This prevents issues were users believe that they have either broken something or it's not running at all.