Redesign results page

- Replace chart with table
- Analyze tiebreak
- Merge all info in a single list of cards

Closes #25
Closes #13
This commit is contained in:
ricola 2026-01-13 19:54:48 -06:00
parent d429c16a9e
commit fdc2d53997
9 changed files with 4608 additions and 26673 deletions

View file

@ -17,4 +17,8 @@
background-color: <%= v[:color] %>;
}
.mj-cell-<%= v[:id] %> {
background-color: <%= v[:color] %> !important;
}
<% end %>