-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(fe): settings page save #1994
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 34.9%, saving 1.08 KB.
16 images did not require optimisation. |
형, 새벽까지 불태워서 만들었어... 궁금한 거 있으면 물어봐! (근데 늦게 일어나서 일찍 확인 못할 수 있어...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
일반 Settings 페이지 작업 진행했습니다.
password만 바꾸는 것도 가능하고, name 혹은 major만 바꾸는 것도 가능합니다. 이때 name과 major만 바꾸고 싶으면 기존 password는 입력하지 않아도 됩니다. 기본값(Placeholder)으로는 기존의 회원정보를 토대로 입력되어있습니다.
작성중 이탈시 뜨는 모달창에 대해서는 디자인대로 되어있지 않고 일단 기본 팝업창을 이용하였습니다. 또한 사이트 내부에서 이동시에만 모달창이 뜨고있으며(ex. Settings페이지에서 Problem페이지로 이동시 등), 외부이동(창닫기, 새로고침, 뒤로가기)시에 모달이 뜨는 것에 대해서는 논의가 필요할 것 같아서 우선 막아놓았습니다.
closes TAS-521
closes TAS-520
Additional context
Before submitting the PR, please make sure you do the following
fixes #123
).