-
Notifications
You must be signed in to change notification settings - Fork 1
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
🔨 refactor: toast UI 수정 #290
Conversation
🚀 Storybook Preview 보러가기: https://65a6c73d536a3c43b7c5c9bb-coxnkdclge.chromatic.com/ |
🎮 React Preview 보러가기: https://dnd-10th-4-frontend-h0gco72bv-bbearcookies-projects.vercel.app |
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.
수고하셨어요!!
카카오톡 인앱 브라우저에서 파일 다운로드가 안되는 문제가 있었군요 😂
찾아보니 앱마다 탈출 방법이 조금씩 다른 것 같기도 하네요..
https://burndogfather.com/271
@@ -18,6 +18,7 @@ const AdminApp = () => { | |||
</ApiErrorBoundary> | |||
</UnknownErrorBoundary> | |||
<ToastContainer | |||
autoClose={1500} |
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.
오호! 토스트 자동 닫기 시간이 전역으로 지정되었군요 👍😊
🧩 이슈 번호
✅ 작업 사항
toast 가 사라지는 시간을 통일시키기 위해 autoClose 를 1500 으로 설정했습니다.
사파리에서 이미지 파일 저장 시, 사진이 저장 되기 전 토스트가 나타나는 현상이 있고,
웬만한 모든 브라우저에서는 파일이 저장 되었다는 것을 브라우저에서 보여주기 때문에 해당 토스트를 제거하였습니다.
[기존]
👩💻 공유 포인트 및 논의 사항
+) 오늘 테스트하다가 발견한 사실인데 카카오 인앱브라우저에서는 이미지를 다운로드 하는 게 안된다고 하네요...
그래서 강제로 외부 브라우저로 이동해야 될 것 같다고 생각이 드네요.
참고 https://devtalk.kakao.com/t/topic/128291