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

[UI] 미션 제안 화면 UI 작업 (#204) #215

Merged
merged 36 commits into from
Feb 28, 2024
Merged

Conversation

915dbfl
Copy link
Collaborator

@915dbfl 915dbfl commented Feb 13, 2024

전달사항

1. LGTMEditText에서 maxLength 없는 NoLimitEditText를 별도로 구성!
  • LGTMEditText 활용해서 코드상에서 maxLength를 변경하려고 했는데 적용이 안돼서 따로 파일을 빼게 되었어!!
  • NoLimitEiditText는 compose로 작성하려다가 custom이 잘 안돼서 나중에 따라 issue 파서 진행하려고!
2. createSuggestionActivity BaseComposeActivity -> BaseActivity로 상속 수정!
  • LGTMComfirmationDialog를 활용하려면 AppCompatActivity를 상속해야 해서 일단은 BaseActivity를 상속하게 바꾸게 되었어!!
  • 이건 나중에 dialog가 Compose로 변경되면 BaseComposeActivity로 수정하면 될 것 같아!

코드 리뷰 후 진행작업

  1. LGTMNoLimitEditText 대신 LGTMEditText 활용 방안으로 수정
  2. CreateSuggestionRequest DTO -> VO 워딩 수정
  3. 미션 제안 화면 keyboard에 따른 focus 처리
  4. bottomSheet compose component로 구성!

@915dbfl 915dbfl requested a review from KxxHyoRim February 13, 2024 11:04
@915dbfl 915dbfl self-assigned this Feb 13, 2024
@915dbfl 915dbfl merged commit 165c88f into develop Feb 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] 미션 제안 화면 UI 작업
1 participant