-
-
Notifications
You must be signed in to change notification settings - Fork 612
XWIKI-22125: The UI should be clearer about finished attachment uploads #5001
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
base: master
Are you sure you want to change the base?
Changes from all commits
05a282d
f451550
3f70783
a4b2a4b
b69b53d
e766e49
528894b
a1ec4d9
0f2a9ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1440,10 +1440,11 @@ core.widgets.html5upload.error.aborted=The upload of {0} has been canceled | |
| core.widgets.html5upload.status.finishing=Waiting for server confirmation for {0}... | ||
| core.widgets.html5upload.status.finished=Attachment uploaded: {0} ({1}) | ||
| core.widgets.html5upload.status.icon.inprogress=Upload in progress | ||
| core.widgets.html5upload.status.icon.done=Upload finished successfully | ||
| core.widgets.html5upload.status.icon.done=Upload complete | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update translation values is not a good practice, see https://dev.xwiki.org/xwiki/bin/view/Community/L10N/Conventions/#HUpdatingtranslations
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
from the PR opening message The old value is correct. It's meant to be used in pretty much the same place with the same purpose. IMO it's not a major change, it's pretty much just a rewording so that those values are a bit more consistent, at least in english. |
||
| core.widgets.html5upload.status.icon.canceled=Upload canceled | ||
| core.widgets.html5upload.status.icon.error=Upload ended in an error | ||
| core.widgets.html5upload.status.icon.error=Upload error | ||
| core.widgets.html5upload.hideStatus=Hide upload status | ||
| core.widgets.html5upload.remaining=Remaining | ||
|
|
||
| ### Watchlist (1.2M2) | ||
| watchlist=Watchlist | ||
|
|
||
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.
Sounds interesting, but imo it deserves a forum proposal since it's going to become an API.
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.
Okay, I'll propose all the classes on this node as API. 👍
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.
Started a topic at https://forum.xwiki.org/t/proposal-make-the-body-classes-api/18080