Page MenuHomePhabricator

Improve copy on Review Changes module
Closed, ResolvedPublic2 Estimated Story Points

Description

As a contributor who is new to feeds like Recent Changes, I want to arrive at the Review Changes module on my personal dashboard with clear information about what the module is for, and what I should do with it, so that I can start my first moderating actions with more confidence.

AC:

  • Review changes module (sentence at the top) is updated
  • Onboarding copy is updated

Review changes module as seen in https://en.wikipedia.beta.wmcloud.org/wiki/Special:PersonalDashboard (I think the error can be ignored):

Screenshot 2026-02-19 at 3.15.32 PM.png (364×1 px, 63 KB)

Onboarding popup as seen in https://en.wikipedia.beta.wmcloud.org/wiki/Special:PersonalDashboard:

Screenshot 2026-02-19 at 3.18.11 PM.png (1×1 px, 87 KB)

Screenshot 2026-02-19 at 3.18.21 PM.png (1×1 px, 81 KB)

Screenshot 2026-02-19 at 3.18.30 PM.png (1×1 px, 105 KB)

Updated figma link: https://www.figma.com/design/CiQwgZ9qU1COcZ6ULvh9zS/Central-dashboard--MVP?node-id=4997-16351&t=uk7rZwEdL6rn0B5Q-1

Updated copy onboarding module:
Screen 1:
Features
Because of your editing experience, we encourage you to help review edits from other contributors. This central hub helps you navigate Wikipedia by showing changes to review alongside policies and resources that can guide your decisions.

Screen 2:
Share your feedback
Over the coming months we plan to personalize the features based on your editing activity. Please let us know what you think in the meantime. To share your feedback, we've provided a survey link at the top of the page.

Button text:
Get started

Note that we're removing the "Don't show this again" text and box. Requirement: show the onboarding dialog only once when they land on this page, then don't show again by default.

Updated copy for Review changes header:
Help keep Wikipedia reliable. How?

Pop-over:
How?
An automated anti-vandalism tool flags potentially risky edits from other editors. Select one to open the diff view and decide whether to undo, improve, or thank the editor.
Button text: Got it

Event Timeline

ldelench_wmf renamed this task from Reimplement Review Changes info icon & popup in PersonalDashboard with new copy to Improve copy on Review Changes module.Feb 19 2026, 8:16 PM
ldelench_wmf assigned this task to SonjaPerry.
ldelench_wmf updated the task description. (Show Details)
jsn.sherman set the point value for this task to 2.Feb 23 2026, 3:40 PM

@jsn.sherman @SonjaPerry

Do you happen to know where the the link automated anti-vandalism tool should navigate to in the new info popover?

Screenshot 2026-02-23 at 6.14.43 PM.png (437×709 px, 57 KB)

Change #1242445 had a related patch set uploaded (by Kgraessle; author: Kgraessle):

[mediawiki/extensions/PersonalDashboard@master] Improve copy on Review Changes module

https://gerrit.wikimedia.org/r/1242445

Change #1242445 merged by jenkins-bot:

[mediawiki/extensions/PersonalDashboard@master] Improve copy on Review Changes module

https://gerrit.wikimedia.org/r/1242445

jsn.sherman moved this task from Eng review to Ready on the Moderator-Tools-Team (Kanban) board.
jsn.sherman added a subscriber: SonjaPerry.

@jsn.sherman @SonjaPerry

Do you happen to know where the the link automated anti-vandalism tool should navigate to in the new info popover?

Screenshot 2026-02-23 at 6.14.43 PM.png (437×709 px, 57 KB)

The best link is probably here: https://meta.wikimedia.org/wiki/Machine_learning_models/Production/Language-agnostic_revert_risk

@jsn.sherman @SonjaPerry

Do you happen to know where the the link automated anti-vandalism tool should navigate to in the new info popover?

Screenshot 2026-02-23 at 6.14.43 PM.png (437×709 px, 57 KB)

The best link is probably here: https://meta.wikimedia.org/wiki/Machine_learning_models/Production/Language-agnostic_revert_risk

Sounds good, another question for you all, there's no designs for the header on mobile view does this mean it's not going to appear there? If it is intended to appear there where should I put it?

See screenshot below:

Screenshot 2026-02-24 at 1.58.59 PM.png (761×433 px, 96 KB)

Kgraessle changed the task status from Open to Stalled.Feb 25 2026, 8:27 AM

Stalling this until we get direction on what the designs should be for mobile.

From @AAlhazwani-WMF:

unfortunately a "native" codex popover is not available on mobile (yet!) so we could keep it as is - or on mobile-only we could fallback to the codex dialog instead.

image.png (1×1 px, 383 KB)

Kgraessle changed the task status from Stalled to Open.Feb 26 2026, 12:10 PM

Change #1244825 had a related patch set uploaded (by Kgraessle; author: Kgraessle):

[mediawiki/extensions/PersonalDashboard@master] Add new informational banner to the Review Changes module on Personal Dashboard

https://gerrit.wikimedia.org/r/1244825

Patch Demo available here.

There's an odd behavior with the link auto-focusing inside the popover that I'm guessing will go away with a rebase once T414578: Don't reload Special:PersonalDashboard when selecting a module in mobile view is merged in.

Also, the command to reset the user pref is below which you can run in the dev console to get the banner to appear after closing it.

const api = new mw.Api(); 
api.saveOptions({'personaldashboard-risky-articles-info': 1});

@Kgraessle I found a bug with the nav icons. They're wrapping to the next line after the title now:

SCR-20260302-loke-2.png (1×754 px, 128 KB)

@Kgraessle I also found another mobile view bug where the popover anchored to the right instead of below the How link, causing the copy text to clip off the screen:

SCR-20260302-ltyp-2.png (1×756 px, 155 KB)

@Kgraessle I found a bug with the nav icons. They're wrapping to the next line after the title now:

SCR-20260302-loke-2.png (1×754 px, 128 KB)

@Kgraessle I also found another mobile view bug where the popover anchored to the right instead of below the How link, causing the copy text to clip off the screen:

SCR-20260302-ltyp-2.png (1×756 px, 155 KB)

Both should be fixed now on patch demo if you take a look.
Thanks for the thorough review! :)

Change #1244825 merged by jenkins-bot:

[mediawiki/extensions/PersonalDashboard@master] Add new informational banner to the Review Changes module on Personal Dashboard

https://gerrit.wikimedia.org/r/1244825

Change #1247872 had a related patch set uploaded (by Kgraessle; author: Kgraessle):

[mediawiki/extensions/PersonalDashboard@master] Review Activity info popover primary action button does not close the popover

https://gerrit.wikimedia.org/r/1247872

Change #1247872 merged by jenkins-bot:

[mediawiki/extensions/PersonalDashboard@master] Review Activity info popover primary action button does not close the popover

https://gerrit.wikimedia.org/r/1247872

Kicking this back to ready to remove the unnecessary step 2.

Change #1248596 had a related patch set uploaded (by Dillon; author: Dillon):

[mediawiki/extensions/PersonalDashboard@master] Onboarding: Remove third step, don't show again, and update copy

https://gerrit.wikimedia.org/r/1248596

Test wiki created on Patch demo by DHardy-WMF using patch(es) linked to this task:
https://669a8ed192.catalyst.wmcloud.org/w/

Change #1248596 merged by jenkins-bot:

[mediawiki/extensions/PersonalDashboard@master] Onboarding: Remove third step, don't show again, and update copy

https://gerrit.wikimedia.org/r/1248596

jsn.sherman moved this task from QA to Done on the Moderator-Tools-Team (Kanban) board.

Test wiki on Patch demo by DHardy-WMF using patch(es) linked to this task was deleted:

https://669a8ed192.catalyst.wmcloud.org/w/