In recent changes on the client items in the user's watchlist is not shown in bold, making it difficult to spot important changes. This should be changed to showing them bolded if possible.
Description
Details
- Reference
- bz46329
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T90435 [Epic] Wikidata watchlist improvements (client) | |||
Resolved | matej_suchanek | T48329 [Task] Recent changes should show watched items as bold on client |
Event Timeline
Change 285922 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
Replace meaningless <a class="plainlinks"> with extiw in RC/watchlist
Change 285922 merged by jenkins-bot:
Replace meaningless <a class="plainlinks"> with extiw in RC/watchlist
Even after 842218baed06236d5b58ac4401cb5ccc5c03b332 this is not fixed.
MediaWiki creates html for RecentChanges entries like: …<span class="mw-title"><a …>Title</a></span>…, but we omit the outer <span>. Given MediaWiki's rule for making these links bold is .mw-changeslist-line-watched .mw-title { … } this doesn't work for our links (the outer mw-changeslist-line-watched class is set correctly, though).
Change 379961 had a related patch set uploaded (by Matěj Suchánek; owner: Matěj Suchánek):
[mediawiki/extensions/Wikibase@master] Wrap links in client watchlists, so that CSS works
Change 379961 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Wrap links in client watchlists, so that CSS works