Page MenuHomePhabricator

Show message when no wishes found
Closed, ResolvedPublicBUG REPORT

Description

When no wishes are found in a wish index table, the pagination message reads "Showing results 1–0 of 0". Additionally, there is no indication that the empty table is a correct state.

Instead, the pagination should be hidden if there is no data, and a message added, such as No wishes found.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change #1195184 had a related patch set uploaded (by Samwilson; author: Samwilson):

[mediawiki/extensions/CommunityRequests@master] Add empty-state message to WishIndexTable

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

The "Showing results 1–0 of 0" in the pagination is perhaps actually a bug in Codex.

Change #1195184 merged by jenkins-bot:

[mediawiki/extensions/CommunityRequests@master] Add empty-state message to WishIndexTable

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

MusikAnimal changed the task status from Open to In Progress.Tue, Oct 14, 5:56 AM
MusikAnimal changed the task status from In Progress to Open.Tue, Oct 14, 6:57 AM
dom_walden subscribed.

I used an intercepting proxy to change the API response from beta to simulate having no wishes:

no_wishes_found.png (681×988 px, 79 KB)