stuysu / epsilon

all in one service for stuyvesant high school.
10 stars 3 forks source link

Some sections of the site appear empty/small (on mobile) when there is no pending content #184

Open Rahuldeb5 opened 2 months ago

Rahuldeb5 commented 2 months ago

Maybe put like some text with an easter egg, so it isn't so blank and dull (only when there is no content to be displayed)

TheEgghead27 commented 1 month ago

A helpful reference may be the 404 flavor text: https://github.com/stuysu/epsilon/blob/main/src/pages/orgs/NotFound.tsx

Bonus points for setting up reusable functions/components instead of just copy pasting the same code in a bunch of places (highly recommended)

TheEgghead27 commented 1 month ago

Relevant pages (potentially others)