stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

New /settings page for account settings #19

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 3 months ago

Instead of having an option to delete your account by pressing on your username in the /assortments page, it makes more sense to have a separate html page that you can go on for account settings, like deleting your account there. That way, not only do you not have to add code for deleting your account on every html page, but it doesn't make much sense to delete your account by pressing on your username either.

Pressing on your username can send you to this /settings page.

stevenbui44 commented 3 months ago

The page looks rough but it works B))))

image