We want to be able to log click events on actions and links of note in Special:MobileDiff so that we can better understand user behaviour on the page and evaluate our changes. This task is limited in scope to Special:MobileDiff (not the normal desktop Special:Diff page) and the MinervaNeue skin.
=== Specs
Register click events to the following buttons via `mobilewebuiactionstracking` (highlighted) in the MinervaNeue skin.
==== Thank
{F35975773}
=== Technical information
Per [[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/WikimediaEvents/+/1507fb6eb94ad6da48abf52132ba9fc24f060bb2/modules/ext.wikimediaEvents/index.js#11 | this configuration ]], `desktopweb...` is the schema used for Vector and Vector 2022, whereas `mobileweb...` is only used in Minerva, so we only expect these events to register in `mobileweb...`.
`TBD`
=== Testing and QA / Acceptance Criteria
- Clicking Thanks in Special:MobileDiff in the MinervaNeue skin should fire an event to the `mobilewebuiactionstracking` event logging.