haystack / nb

12 stars 10 forks source link

Homepage Login Panel Updates #173

Closed KMitzel closed 3 years ago

KMitzel commented 3 years ago

Updated the login side of the new homepage to be more responsive, however there are some errors with the backend that I am currently trying to fix and am wondering if someone could test to see if it's an error on their end as well.

Features:

To do:

Pictures of Update: Overview

Username and Password error, with disabled submit

Forgot Password Modal

Forgot Password Email Error

Forgot Password Email Invalid

Create Account Modal

As for the error I've run into, I suspect something has gone wrong in the backend after successfully merging summer21 into the homepage update. It's not recognizing username or password anymore and I'm pointing the backend at the correct inputs, but when I do point it says they are still undefined even though they are in data. In addition it's also mentioning something about a database error saying "is_admin" does not exist. I'm wondering if this error occurs for others and was hoping someone could test this as I've been stuck.

Images of errors: Errors

Error2

KMitzel commented 3 years ago

Figured out that the first error of not being able to find "property or method" was me incorrectly using "@input=" and changing it out for "id=" on each text input, still stuck on the database issue

KMitzel commented 3 years ago

Further updated the UI of the log-in page. Backend still not functional, Rohan currently helping debug

Features:

To do:

homepage overview

Valid log in

forgot password modal updated

create account modal

create account valid

Adjusted homepage size

KMitzel commented 3 years ago

Update: The bug with the backend was a local migration issue that has now been solved, code should be good to merge! (thanks rohan!)