Page MenuHomePhabricator

Remove the map from the main ULS panel
Closed, ResolvedPublic

Description

  1. Go to an ULS wiki
  2. Click the trigger

I. Observed: empty space on the right side.
II. Observed after some seconds: a map appears.
III. Expected: no expectations.

I propose to remove the map.

I rarely see it, probably because I don't regularly click the trigger (so I don't have it cached) and it takes some time to load, so by the time it appears I'm already done with the panel or my attention has moved away from the top of it anyway. The result is that when MatmaRex mentioned we had a huge SVG map I didn't even remember where exactly it was used (I believe months ago it was different, perhaps centred).


Version: master
Severity: normal
See Also:
https://github.com/wikimedia/jquery.uls/issues/128

Details

Reference
bz62637

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:09 AM
bzimport set Reference to bz62637.
bzimport added a subscriber: Unknown Object (MLST).

This should not be happening after the svg optimizations. The map is now inlined in CSS and no longer downloaded separately.

Created attachment 14818
Screenshot after clicking the trigger

Attached:

ULStrigger.png (401×870 px, 48 KB)

(In reply to Niklas Laxström from comment #1)

This should not be happening after the svg optimizations.

Well, it does.

I also confirm on http://dev.translatewiki.net/ with Firefox 27.0.1, but I can't find the map in ctrl-I media (no such SVG or data:image resource) nor inspect.

From what we have observed with users (and seems to be backed by usage numbers), the flexible search for languages works quite well to the point that the map is very marginally used as an entry point for language selection in practice.

So, I support removing the map for simplicity, and to clearly communicate that search is our main entry point.

More details and the updated designs were captured in this card: https://wikimedia.mingle.thoughtworks.com/projects/language_engineering/cards/4017

Created attachment 14819
data:image

I was confused because all the resources have a base64 hash with identical beginning. I see in Ctrl-I: SVG+XML Image, size: "Unknown (not cached)", "226px × 110px"

Attached:

Created attachment 14820
div class=uls-worldmap

Found the rule in question, had to scroll more.

Attached:

MapInspect.png (455×1 px, 123 KB)

I have reopened T85519 because it addresses a bigger scope. Thanks.

santhosh claimed this task.

Closing this, since we dont use maps now and there is T85519 for addressing remaining improvements