Skip to content
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

[FE] 사소한 버그들 정리 #177

Open
4 of 5 tasks
kimmand0o0 opened this issue Sep 19, 2023 · 0 comments
Open
4 of 5 tasks

[FE] 사소한 버그들 정리 #177

kimmand0o0 opened this issue Sep 19, 2023 · 0 comments
Assignees
Labels
Bug Something isn't working FE

Comments

@kimmand0o0
Copy link
Contributor

kimmand0o0 commented Sep 19, 2023

  • localStorage 에서 받아오는 정보가 바로 렌더링 되지 않는 문제

useState를 이용해 상태 관리 해줌으로써 바로 반영 되도록 수정

  • 커뮤니티의 게시글과 댓글이 창을 벗어나는 문제

word-break: break-all 속성을 통해 줄바꿈의 기준을 단어에서 문자 단위로 변경

  • 할일목록 페이지에서 미래 날짜를 받아올 때 user의 level 데이터가 넘어오지 않아 업적 정보가 변해버리는 문제

백엔드와 협의중

  • 댓글 작성 시 다른 댓글창을 침범하는 문제

  • localStorage에 있는 토큰이 유효하지 않을 때 계속해서 replace가 일어나는 문제

localStorage.clear() 로 해결

@kimmand0o0 kimmand0o0 added Bug Something isn't working FE labels Sep 19, 2023
@kimmand0o0 kimmand0o0 self-assigned this Sep 19, 2023
kimmand0o0 added a commit that referenced this issue Sep 19, 2023
- useState를 이용해 상태 관리 해줌으로써 바로 반영 되도록 수정

Issues : #177
kimmand0o0 added a commit that referenced this issue Sep 19, 2023
- word-break: break-all 속성을 통해 줄바꿈의 기준을 단어에서 문자 단위로 변경

Issues : #177
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working FE
Projects
None yet
Development

No branches or pull requests

1 participant