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

클라이언트 이미지 업로드 오류 해결 #624

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

ddarkr
Copy link
Collaborator

@ddarkr ddarkr commented Mar 6, 2024

⛳️작업 내용

  • 기존에 AppendTooltip에서 이미지 업로드를 htmlFor로 처리하는 부분을 ref click 방식으로 변경합니다.

Closed #623

📸스크린샷

⚡️사용 방법

📎레퍼런스

@ddarkr ddarkr self-assigned this Mar 6, 2024
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9135ce1
Status: ✅  Deploy successful!
Preview URL: https://004b5f6e.ygt.pages.dev
Branch Preview URL: https://fix-img-upload-issue.ygt.pages.dev

View logs

Copy link

github-actions bot commented Mar 6, 2024

Bundle Sizes

Compared against none

Route Size (gzipped)
/ 106.33 KB
/_app 216.98 KB
/_error 77.85 KB
/add/image 98.85 KB
/add/link 101.32 KB
/add/share 78.08 KB
/add/tag 85.4 KB
/add/text 99.47 KB
/content 100.39 KB
/edit/tag 85.56 KB
/login 83.91 KB
/my 86 KB
/my/account 83.33 KB
/my/account/change-nickname 82.52 KB
/my/account/change-password 82.81 KB
/my/tag 89.85 KB
/my/tag/AddTagBottomSheet 85.02 KB
/onboard 81.55 KB
/password 82.77 KB
/password/sent-email 79.37 KB
/password/verified 78.69 KB
/privacy 77.69 KB
/signup 86.9 KB
/signup/email-verified 83.89 KB
/signup/information 84.03 KB
/signup/sent-email 81.16 KB
/tag 83.91 KB
Dynamic import Size (gzipped)
../../.yarn/cache/@tanstack-query-devtools-npm-5.18.1-9c6902de16-7514ad0eb5.zip/node_modules/@tanstack/query-devtools/build/index.js -> ./Devtools/IEC7B7YJ.js no change
../components/home/FilterBottomSheetModal/FilterBottomSheetModal.tsx -> ~/components/home/TagFormRouteAsModal 3.88 KB
../components/inspiration/ImageView.tsx -> ~/components/add/AddTagFormRouteAsModal 2.83 KB
../components/inspiration/LinkView.tsx -> ~/components/add/AddTagFormRouteAsModal 2.83 KB
../components/inspiration/TextView.tsx -> ~/components/add/AddTagFormRouteAsModal 2.83 KB
add/image.tsx -> ~/components/add/AddTagFormRouteAsModal 2.73 KB
add/link.tsx -> ~/components/add/AddTagFormRouteAsModal 2.64 KB
add/text.tsx -> ~/components/add/AddTagFormRouteAsModal 2.64 KB
content/index.tsx -> ~/components/common/IllustDialog 741 B
content/index.tsx -> ~/components/edit/EditTagFormRouteAsModal 2.9 KB
index.tsx -> ~/components/edit/EditTagFormRouteAsModal 5.01 KB
index.tsx -> ~/components/inspiration/InspirationViewAsModal 13.99 KB

Copy link
Member

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨어요!! 👍👍

@ddarkr ddarkr merged commit 6bc97de into develop Mar 6, 2024
5 of 8 checks passed
@ddarkr ddarkr deleted the fix/img-upload-issue branch March 6, 2024 12:54
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.

클라이언트 이미지 업로드 안되는 문제
2 participants