From 9c42d85f5206ecc3c888b83652c14c6c406a8374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sat, 13 Jun 2026 16:51:27 +0200 Subject: [PATCH] Migrate remaining Component() callers to Element; delete the shim The legacy back-compat ``Component(tag_name=...)`` function (a thin string-returning wrapper over ``Element``) was the last piece of the pre-node-tree API. Migrate its ~18 call sites across the views to the node builders and remove it: - stats_content.py: the table helpers now use the whitelisted ``Td`` / ``Th`` / ``Tr`` builders and ``Element`` for table/tbody/thead/h1; helper return types are ``Node``. - auth.py / statuschange.py / game.py / purchase.py: the hand-built ``
`` / ``