Page MenuHomePhabricator

QueryViz: remove filter
Closed, ResolvedPublic2 Estimated Story Points

Description

This extension's html is generated in /modules/ext.queryViz.QueryViz.js. Edit is a bit complex. CSS display:none at the right place is also an option.

117318569-d52abd80-ae8a-11eb-88d4-c0af25d1d81c.png (209×568 px, 9 KB)

From: https://github.com/lingua-libre/QueryViz/issues/2

Event Timeline

Yug triaged this task as Medium priority.Jul 19 2022, 6:40 PM
Yug created this task.
Yug set the point value for this task to 2.Jul 21 2022, 6:21 PM
Yug renamed this task from QueryViz: rmove filter to QueryViz: remove filter.Aug 8 2022, 3:58 PM

Done via hack in MediaWiki:common.css :

.queryviz-toggle { display: none; }
.queryviz-loading { border: 1px solid grey; }

Could be better to implement that on the extension repository ?

@Yug could you create anew ticket to ask to implement that in the extension repository and tag it as feature rrequest. Otherwise, I fear it will be forgotten soon.