Redesign the front page #1
Labels
enhancement
New feature or request
large change
This change will probably take a lot of time
refactor
Issue involves refactoring code
requires backend
This change requires changes in the backend, which is not open source at the moment.
UX/UI
Issue involves UX/UI
The frontend should be fun to visit many times.
Right now, the front page is very minimal, as it was the first thing I ever built. I'd like to make it a bit more robust, and containing more info. I'm thinking about things like:
And there's probably a ton of other ideas to go with. Any help, ideas, designs etc. are welcome!
Needed endpoints:
/api/live/random
no wrapper yet in frontend
/api/live?limit=5
no wrapper yet in frontend
src/components/game/get-tabulated-game-stats
getTabulatedGameStatsPopular()
src/lib/races
getAllActiveRaces()
src/lib/live-runs
getLiveRunForUser()
src/lib/get-personal-best-runs
getPersonalBestRuns()
from src/components/patreon/use-patreons
src/components/patreon/use-patreons
The text was updated successfully, but these errors were encountered: