Lucas Werkmeister (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/353023 )

Change subject: Un-frame report button and remove number
......................................................................

Un-frame report button and remove number

The frame unnecessarily clutters the interface, and the number of
violations is not very useful information. Instead, the icon is now a
minimal indicator that there is something to be investigated, and
nothing more.

This reverts commit 5caaff23956e3c63a65ef4fb24908c25d20930b8.

Bug: T164831
Change-Id: If89accc15d708a0d6354a3f404f235475b204332
---
M docs/user.js
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityConstraints
 refs/changes/23/353023/1

diff --git a/docs/user.js b/docs/user.js
index c9dfccb..59c1413 100644
--- a/docs/user.js
+++ b/docs/user.js
@@ -10,8 +10,8 @@
                var widget = new OO.ui.PopupButtonWidget( {
                        icon: 'alert',
                        iconTitle: mw.message( 'wbqc-potentialissues-long' 
).text(),
-                       label: reports.length > 1 ? reports.length.toString() : 
'',
-                       framed: true,
+                       iconTitle: 'This statement has some potential issues.',
+                       framed: false,
                        popup: {
                                $content: new OO.ui.StackLayout( {
                                        items: reports,

-- 
To view, visit https://gerrit.wikimedia.org/r/353023
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If89accc15d708a0d6354a3f404f235475b204332
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to