Commit 0739ead
committed
fix(home): single-column hero, monochrome action icons, drop countdown
Tim 2026-06-14 hotfix on the home page that shipped 3 commits ago:
The quick-actions row was pinned into the narrow right-column
'ctas' grid area on desktop (240-280px wide). On mobile that
column got squished into the right half of the viewport, the
4 buttons stacked weirdly, and the headline collapsed because
the parent two-column grid had nowhere to put it. Emoji icons
(🏟️📅👥📊) rendered as colourful native emoji on iOS/Android
which clashed with the rest of the app's monochrome visual
language.
Fix:
- Hero grid simplified to single-column at >=880px. Headline,
lede, then the actions row stack full-width. No more
'headline | ctas' two-column layout that pushed the
actions into a sidebar.
- Quick-actions row spans the full hero width: grid-column:
1 / -1, 2x2 on mobile, 4-up at >=720px.
- Emoji icons swapped for the monochrome SVG icons we already
use in the slide-out drawer and bottom dock (PredictIcon,
CalendarIcon, GroupsIcon, BarChartIcon). Same visual
language end-to-end.
- Removed the gold 'primary' tone on My picks. All four
buttons render with the same neutral glass treatment per
Tim's 'not colourful'.
- Countdown timer block removed: tournament is in flight,
the 00:00:00:00 readout was just visual noise.
Going straight to main since this is a regression on a live
surface that just shipped.
Signed-off-by: Tim Thomas <0800tim@gmail.com>1 parent 2a1c65b commit 0739ead
2 files changed
Lines changed: 70 additions & 60 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
161 | 165 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
168 | | - | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
1664 | 1667 | | |
1665 | 1668 | | |
1666 | 1669 | | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
1667 | 1675 | | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
1668 | 1681 | | |
1669 | 1682 | | |
1670 | 1683 | | |
1671 | 1684 | | |
| 1685 | + | |
1672 | 1686 | | |
1673 | 1687 | | |
1674 | 1688 | | |
1675 | 1689 | | |
1676 | 1690 | | |
1677 | 1691 | | |
1678 | 1692 | | |
1679 | | - | |
1680 | | - | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | | - | |
1689 | | - | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | 1693 | | |
1695 | 1694 | | |
1696 | 1695 | | |
1697 | 1696 | | |
1698 | 1697 | | |
1699 | 1698 | | |
1700 | 1699 | | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
1705 | 1704 | | |
1706 | | - | |
| 1705 | + | |
1707 | 1706 | | |
1708 | | - | |
| 1707 | + | |
1709 | 1708 | | |
1710 | 1709 | | |
1711 | 1710 | | |
1712 | 1711 | | |
1713 | | - | |
| 1712 | + | |
1714 | 1713 | | |
1715 | 1714 | | |
1716 | 1715 | | |
1717 | 1716 | | |
1718 | 1717 | | |
1719 | | - | |
1720 | | - | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
1724 | | - | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
1728 | 1718 | | |
1729 | | - | |
1730 | | - | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
1731 | 1729 | | |
1732 | 1730 | | |
1733 | | - | |
| 1731 | + | |
1734 | 1732 | | |
1735 | 1733 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
220 | 230 | | |
221 | 231 | | |
222 | 232 | | |
223 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
224 | 236 | | |
225 | 237 | | |
226 | 238 | | |
227 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
228 | 242 | | |
229 | 243 | | |
230 | 244 | | |
231 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
232 | 248 | | |
233 | 249 | | |
234 | | - | |
| 250 | + | |
235 | 251 | | |
236 | 252 | | |
237 | 253 | | |
| |||
266 | 282 | | |
267 | 283 | | |
268 | 284 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
277 | 289 | | |
278 | 290 | | |
279 | 291 | | |
| |||
0 commit comments