-
Notifications
You must be signed in to change notification settings - Fork 4
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] 단축어 글쓰기 시 자동 타이틀 채우기 #482
Conversation
Add Autofill in next Views: - WriteShortcutView - ShareExtentionWriteShortcutView
링크의 경우 붙여넣기 후 키보드의 엔터를 누르기보다는 키보드 외의 영역을 터치해 키보드를 내린 후 다음 영역을 채우는 경우가 많다고 느껴지는데 이때에는 제목이 자동으로 채워지지 않는 것 같아요. 혹시 링크 입력창이 focus 되었다가 unfocus된 상태를 감지해서 타이틀을 채우도록 하는 것은 어려울까요? |
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.
@@ -42,6 +48,28 @@ struct ShareExtensionWriteShortcutView: View { | |||
} | |||
.background(Color.shortcutsZipBackground) | |||
|
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.
단축어 이름이 fetch 되는 중임을 알려주면 좋을 것 같아요 !!
.overlay { | |
if isFetchingMetadata { | |
ProgressView() | |
} | |
} |
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.
반영했습니다!
This comment was marked as resolved.
This comment was marked as resolved.
@JMM00 @jim4020key 아래 두 가지 기능 추가했습니다. 참고해서 리뷰 부탁드려요!
|
Conflicts: HappyAnding/HappyAnding/Views/WriteShortcutViews/WriteShortcutView.swift
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.
포커스 사라졌을 때 자동완성 기능 및 shareExtension에서 20자 제한 기능 확인완료했습니다!
고생하셨어요 로겐 ~~
HappyAnding/HappyAnding/Views/WriteShortcutViews/WriteShortcutView.swift
Outdated
Show resolved
Hide resolved
Co-authored-by: Soi (Jiwon Lee) <zest1923@gmail.com>
관련 이슈
구현/변경 사항