-
Notifications
You must be signed in to change notification settings - Fork 458
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
fix(desktop): change "reload page" messages to "restart app" #14181
Conversation
e8dbf87
to
0707fb4
Compare
@@ -136,7 +137,7 @@ export async function setRemoteCapabilities(joinRoomResponse: JoinRoomFullRespon | |||
patchTokenMap(joinRoomResponse.data.ocs.data) | |||
|
|||
// As normal capabilities update, requires a reload to take effect | |||
showError(t('spreed', 'Nextcloud Talk Federation was updated, please reload the page'), { | |||
showError(t('spreed', 'Nextcloud Talk Federation was updated.') + '\n' + messagePleaseReload, { |
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.
Something for later, but this should say something like:
"Nextcloud Talk was updated on the federated server."
And we should have a look if we can make sure it does not yield when you open such a conversation the first time
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.
Extracted to #14201
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.
Another point regarding \n
: we discussed with Dorra, if toasts width should be limited upstream to ~750px (80 characters per line is recommended by W3C standard)?
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.
if toasts width should be limited
If a toast contains a long complex sentence, it probably shouldn't be a toast, but a part of UI
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
0707fb4
to
5e9eaca
Compare
|
/backport! to stable31 |
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🏁 Checklist