mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-10 09:30:14 +02:00
b1a959fdc6
* feat: show active/ready badges on quiz list Adds an "Active" badge for the season's currently selected quiz and renames the "Finalized" badge to "Ready" for finalized quizzes, so both states are visible at a glance. * fix: hide Ready badge on the active quiz, translate to Voorbereid An active quiz is finalized by definition, so showing both badges was redundant. * fix: align quiz status badges to the left of the row Previously the badge trailed the quiz name, so its position shifted with the name's length. Placing it first keeps it at a consistent left edge across all rows. * fix: right-align quiz status badges Puts the badge at the end of the row via ms-auto instead of leading the quiz name.