#####Problem
WiKit components and styles used in the Mismatch Finder were either replaced by Codex elements or ported to the tool's repository in a recent migration project (T327683). The latter strategy allowed us to unblock the deprecation of the legacy system in case components weren't available in Codex yet. Of course, this is not a desirable long term solution due to the higher maintenance cost and the risk of inconsistencies. One of the components ported due to lack of a replacemant was Table.
#####Solution
Now a first version of the [[ https://doc.wikimedia.org/codex/main/components/demos/table.html | Table ]] component is available in Codex. Using it to replace the ported element will allow us to complete the migration of the Mismatch Finder to the new design system.
| MSF Results page with ported table | MSF Results page with Codex table
| {F55500511} | {F55500515}
#####Considerations
- WiKit's Table was fully responsive and it "linearized" (became a list) to fit within narrower viewports. The Codex table, instead, relies on horizontal scroll (for now) to make content accessible in smaller screens.
#####Acceptance criteria
[] The ported Table is replaced by its Codex equivalent