Page MenuHomePhabricator

In report user form - reorder the colums so that checkbox is the first column
Open, MediumPublic

Description

Right now there is a table with various items, the last item is a checkbox called "include in the report"

This table is usually so wide that users need to scroll to be able to check this or they don't even see that the individual items need to be checked to be included. This is a bad UI design, but it has easy fix, just move the checkbox to be the first item.

The code responsible for the table is here: https://github.com/huggle/huggle3-qt-lx/blob/master/src/huggle_ui/reportuser.cpp

Event Timeline

Thank you for tagging this task with good first task for Wikimedia newcomers!

Newcomers often may not be aware of things that may seem obvious to seasoned contributors, so please take a moment to reflect on how this task might look to somebody who has never contributed to Wikimedia projects.

A good first task is a self-contained, non-controversial task with a clear approach. It should be well-described with pointers to help a completely new contributor, for example it should clearly point to the codebase URL and provide clear steps to help a contributor get set up for success. We've included some guidelines at https://phabricator.wikimedia.org/tag/good_first_task/ !

Thank you for helping us drive new contributions to our projects <3

Petrb triaged this task as Medium priority.Jul 26 2025, 10:19 AM
Petrb updated the task description. (Show Details)

Hello Petr Bena, I am new contributor and I would like to take this issue u, kindly assign it to me

Pppery subscribed.

Resetting assignee since progress seems to have stalled

Adithyak1997 subscribed.

I have tried making the reordering mentioned here. Could you please confirm whether I can go ahead with merging the changes to main branch.