-
Notifications
You must be signed in to change notification settings - Fork 4
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
feature/1564 - Add poller for app updates #2204
Conversation
this.confirmationService.confirm({ | ||
key: 'refresh', | ||
message: | ||
'A new version of the application has been deployed! Would you like to refresh the page to receive the new app?', |
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.
Good catch that this could be jarring for a user if they're in the middle of something. This ticket is only to refresh when the versions don't match. We're going to need to take this confirmation out or consult with design to get this part added to the ticket.
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.
Took out the confirmation. Now it instantly refreshes the page
b58f608
to
81a3d85
Compare
Quality Gate passedIssues Measures |
The Sonarcloud "10 New issues" thing gives me pause, but other than that this looks great |
8f67906
to
7476e0f
Compare
Quality Gate passedIssues Measures |
Issue FECFILE-1564