grapesmoker / qb-question-platform

A question submission, writing, and editing platform for quizbowl tournaments
MIT License
2 stars 1 forks source link

login page UI #14

Open carolinemao opened 1 year ago

carolinemao commented 1 year ago

https://www.figma.com/file/MxkFG5mlyPyX7njZdJLiss/(Not)-QEMS3?type=design&node-id=311-1643&mode=design&t=oU7crmY8jWEuXWF3-4

grapesmoker commented 1 year ago

When I run npm start I see the following:

Module not found: Error: Can't resolve './login.module.css' in '/home/jerry/Development/qb-question-platform/client/src/components/login'
ERROR in ./src/components/login/login.js 4:0-40
Module not found: Error: Can't resolve './login.module.css' in '/home/jerry/Development/qb-question-platform/client/src/components/login'

ERROR in ./src/components/login/showoff.js 4:0-40
Module not found: Error: Can't resolve './login.module.css' in '/home/jerry/Development/qb-question-platform/client/src/components/login'

ERROR in ./src/pages/loginPage.js 6:0-58
Module not found: Error: Can't resolve '../components/login/login.module.css' in '/home/jerry/Development/qb-question-platform/client/src/pages'

Looks like some CSS is missing? Forgot to check it in?

ryanrosenberg commented 1 year ago

Huh, yeah, weird -- should be in there now

ryanrosenberg commented 1 year ago

We'll also want a mobile page design, current one doesn't port well to mobile. I'm thinking a gradient bar at the top with Quote in it, then the login functionality centered below that