Last modified: 2014-10-14 17:21:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T70368, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 68368 - Add 'more' button at end of watch list, to look further in history
Add 'more' button at end of watch list, to look further in history
Status: NEW
Product: MobileFrontend
Classification: Unclassified
Feature requests (Other open bugs)
unspecified
All All
: Low normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-22 09:57 UTC by Derk-Jan Hartman
Modified: 2014-10-14 17:21 UTC (History)
9 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Derk-Jan Hartman 2014-07-22 09:57:05 UTC
Currently the items in the watch list are limited to a certain amount. If you get to the end, you are done. For more experienced users with bigger watch lists, the initial view often covers just minutes or an hour.

Not really sufficient. This is aggravated by the behavior due to bug 68367
Comment 1 Bingle 2014-07-22 10:00:25 UTC
Prioritization and scheduling of this bug is tracked on Trello card https://trello.com/c/YSgWl1rm
Comment 2 Bahodir Mansurov 2014-10-02 21:03:27 UTC
How can I reproduce it? I have 57 items on my watchlist, and all of them show up. How many items should I add before some of them don't show up?
Comment 3 Jon 2014-10-02 21:41:39 UTC
MMM.. 
According to code 50 should be enough.
const LIMIT = 50; // Performance-safe value with PageImages


Try dropping that to 1 or 2 and see what happens
Comment 4 Florian 2014-10-02 22:11:39 UTC
Remember, that, if you click the "Watchlist" link in left navigation, you normally ends up in Special:EditWatchlist, which uses SpecialEditWatchlist's getWatchlistInfo(), which has no limit. If you want to see the mobile related code, click to "modified" to go to Special:Watchlist, which is (in mobile view) implemented in SpecialMobileWatchlist, which has a (working) limit of 50 rows :)
Comment 5 Jon 2014-10-03 00:12:53 UTC
Baha said: @jonrobson1 How should the "more" button look? Which of the .ui-mw- class should I use?

May.... According to http://tools.wmflabs.org/styleguide/desktop/section-2.html it could either be neutral or progressive (since it takes you to more results). What do you think?
Comment 6 Bahodir Mansurov 2014-10-03 00:14:12 UTC
I think progressive.
Comment 7 Florian 2014-10-05 13:58:50 UTC
(In reply to Jon from comment #5)
> May.... According to
> http://tools.wmflabs.org/styleguide/desktop/section-2.html it could either
> be neutral or progressive (since it takes you to more results). What do you
> think?

I think neutral is better as progressive, it's not really a workflow where a next step can be reached :)
Comment 8 Bahodir Mansurov 2014-10-14 17:21:42 UTC
*** Bug 71961 has been marked as a duplicate of this bug. ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links