Home Page Content #790
Labels
module: frontend
Related to the Siarnaq frontend module
priority: p3 low
type: feature
New feature or request, or quick non-essential bugfix
Milestone
Our current home page on frontend2 is kinda ugly. Even with the addition of the Win-Loss record tile (#781), we still need a little more to make it look good. We need to prettify the tournament submission freeze countdown and the social medias tile should be reworked to look nicer and possibly explain what ppl can find at each site 🥇
Task List:
CountdownDigital.tsx
, and it lives on the Home page. Note that it should not appear at the moment, because there are not any pending tournaments in the staging databaseepisode
data object inHome.tsx
, and you should put it in a newSectionCard
which only appears if the date hasn't passed (hint: use"boolean condition" && (<ComponentToRender />)
as the syntax for this).SectionCard
look nicer. Maybe also add a color-matched version of these icons to the header so they can be clicked anywhere in our website!The text was updated successfully, but these errors were encountered: