Yvillia / RealScript

CS 296-41 Final Project
0 stars 1 forks source link

User login #21

Closed GabriellaXue closed 3 years ago

GabriellaXue commented 3 years ago

Set up the simple login UI for users to interact with. Able to display logged-in user name on the home page.

There's an issue tho -- Tried to store the username fetched from WebSocket client in a global var to make it accessible to other pages, but it won't stay valid after switching between pages.

Right now, once you logged in, you would be able to see username displaying on the signed in: {username} on the home page, but it won't be able to access again once you go to editor and get back to home again

GabriellaXue commented 3 years ago

The issue mentioned above is fixed.

Still have a CSS aligning issue on the login page with layer account