Page MenuHomePhabricator

Tag filtering interface wastes lots of space
Closed, DeclinedPublic

Description

Author: mike.lifeguard+bugs

Description:
Please don't put the tag filter input box on it's own line - there is plenty of space to use on:
*Special:Contributions: put it after the month selector but before the Go button
*Special:RecentChanges: put it after the namespace selector
*If it appears anywhere else, please double-check you're making good interface choices.


Version: unspecified
Severity: normal

Details

Reference
bz18774

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:37 PM
bzimport set Reference to bz18774.
bzimport added a subscriber: Unknown Object (MLST).

Assigning to Andrew to peek at when available.

The problem here is that extensions can add their own filters (at least in Special:RecentChanges), and there is no general way to make it pretty.

What Niklas said. I need to make this generic, and that means finding the best compromise that looks the best on the most pages.

Marking this bug as Lowest priority.

I've done this in a batch to (usually enhancement request) bugs where:

  • It is not clear that this bug should be fixed.
  • It is not clear how to fix this bug.
  • There are difficulties or complications in fixing this bug, which are not justified by the importance of the bug.
  • This is an extremely minor bug that could not be fixed in a few lines of code.

If you're interested in having one of these bugs fixed, your best bet is to write the patch yourself.

TTO claimed this task.
TTO subscribed.

It's been this way for over 5 years now; I don't think there is a good way to make this better.

The reporter wants us to mix different topics in the same row, which is confusing. Currently each row of UI controls relates to the same general topic (namespaces, dates, etc).