Page MenuHomePhabricator

Aesthetic changes to 'view all data' page
Closed, ResolvedPublic1 Estimated Story Points

Description

Here are a few things we should change (from my discussion with Danny earlier today):

  1. Make the page titles and edit summaries wrap and avoid horizontal scrolling.
  2. Make the table use up the full page width.
  3. Use a slightly smaller font size.
  4. Show 500 records on the page instead of 50.

Event Timeline

MusikAnimal moved this task from Ready to Needs Review/Feedback on the Community-Tech-Sprint board.
MusikAnimal subscribed.

Have a look now :)

I reduced the font size to 13.5px, instead of 14px. 13 was a bit too small I thought, but maybe my eyes are finally failing me.

The number of results per page is now configurable in parameters.yml with app.revisions_per_page, so you don't need to recommit code to change it. I worry 500 is too much. Even on the wiki it often goes slow at 500 results, and that's for a single user on a single wiki. Let's revisit after we do T187399. For now I've changed it to 100.

MusikAnimal set the point value for this task to 1.Feb 15 2018, 12:04 AM

Looks good!

The figure 500 was based on the what wikis usually limit records at for pagination. For example https://en.wikipedia.org/wiki/Special:Log lets you see 1000 records per page. It's different from a table though so that's why I thought 500 would be a safe number. We can come back to it later though. 👍