You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as pgmanage user I would like freshly added backup/restore job to be highlighted so it is easier to spot that the new job has in fact created and started.
Motivation:
When there are multiple past jobs present in the jobs list and the new item is added it is not easy to spot it (even though it always appears on the top)
This may lead users to click "backup/restore" button once again, starting another extra job.
The solution is to add a css-faded highlight effect to the newly created job list item (potentially with $primaryBlue color fading to regular color within 1 sec or so)
Additionally we can temporarily disable the backup/restore button (or ignore clicks on it)
The text was updated successfully, but these errors were encountered:
* lock backup/restore button until job finishes or
job options change
prevents starting duplicate backup/restore jobs
refs: #572
* unlock backup/restore when last created job is deleted
---------
Co-authored-by: plucik <[email protected]>
as pgmanage user I would like freshly added backup/restore job to be highlighted so it is easier to spot that the new job has in fact created and started.
Motivation:
When there are multiple past jobs present in the jobs list and the new item is added it is not easy to spot it (even though it always appears on the top)
This may lead users to click "backup/restore" button once again, starting another extra job.
The solution is to add a css-faded highlight effect to the newly created job list item (potentially with $primaryBlue color fading to regular color within 1 sec or so)
Additionally we can temporarily disable the backup/restore button (or ignore clicks on it)
The text was updated successfully, but these errors were encountered: