After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 688676 - Load more text is awkward
Load more text is awkward
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-11-19 20:34 UTC by Debarshi Ray
Modified: 2012-11-19 22:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
load-more: Simplify the button's label (1.75 KB, patch)
2012-11-19 20:36 UTC, Debarshi Ray
rejected Details | Review

Description Debarshi Ray 2012-11-19 20:34:47 UTC
See bug 688565 against gnome-photos.
Comment 1 Debarshi Ray 2012-11-19 20:36:57 UTC
Created attachment 229404 [details] [review]
load-more: Simplify the button's label
Comment 2 Cosimo Cecchi 2012-11-19 22:20:09 UTC
Thanks for the patch...I looked at this a bit more with Jon today and at the end we went for the following behavior:

- use "Load More" as text
- have a spinner to the left of the label, which will be visible while fetching new results
- have the label change to "Loading..." while it's fetching results after the button was clicked

I now pushed a patch that does this to git master, probably Photos should use the same behavior.
Comment 3 Debarshi Ray 2012-11-19 22:59:28 UTC
Cool.