1.4.0 More UI enhancements, improvementts
Lots of works on making each page responsive on both mobile and desktop:
- admin console in a desktop size now gets sized down to about half for ease of use:
- final round on mobile looks nice now
(desktop)
- on the buzzer screen if the width is small enough, multiple text instances get overflowed ellipses properly
refactored final.js
for simplicity:
- I no longer create a copy of data for the 2nd final round and instead just create the 2nd final round in data when you load a game. This allowed me to cut out lots of lines from
final.js
Create meta description content in the head for search engines
I decided to do this instead of putting a bunch of description content on the front page. I like the clean look it currently has and with the description head tag new users could still find the game by searching for free family feud game
Title logo now does its best job to resize the text and make everything fit within the svg view port instead of cutting it off.
(it can get pretty ugly, but I prefer ugly to hidden 😀)
What's Changed
- Add 2 more christmas themed games by @JBaczuk in #45
- fix christmas 2 questions by @JBaczuk in #47
- dont hide final round hidden total from 2nd round by @joshzcold in #51
- Lots of UI Enhancements accross the site. Focusing on mobile-desktop full compatibility by @joshzcold in #53
New Contributors
Full Changelog: 1.3.3...1.4.0