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

모든 URL 중앙화 #197

Merged
merged 4 commits into from
Aug 8, 2024
Merged

모든 URL 중앙화 #197

merged 4 commits into from
Aug 8, 2024

Conversation

DaleSeo
Copy link
Contributor

@DaleSeo DaleSeo commented Aug 8, 2024

PR #196 에서 했던 것과 유사하게 다른 URL 들도 모두 data.js 파일로 추출한 후 필요한 컴포넌트 파일에서 임포트하도록 수정하였습니다.

Checklist before merging

  • Link an issue with the pull request
  • Ensure no errors or warnings on the browser console
  • Avoid additional major pushes after approval (if necessary, request a new review)

@@ -66,7 +64,7 @@ class StepsSection extends HTMLElement {
<ds-step step="3" icon-src="images/icon_step3.png">
<p slot="content">
매주 스터디 멤버들끼리
<ds-step-text-link link="https://discord.com/invite/6TwzdnW6ze">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

디스코드 URL이 여러 군데 있어도 이제는 동일하겠지 생각하고 있었는데 아니었네요. 😅 한 곳으로 빼기 잘 했다는 생각이 들었습니다. 코드 편집기의 모두 찾기 기능으로 일괄 바꿔치기 했더라면 이 놈은 놓칠뻔했습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

본 PR의 목표와는 관계가 없지만 파일 이름이 컴포넌트 명과 일치하지 않아서 정정하였습니다.

@DaleSeo
Copy link
Contributor Author

DaleSeo commented Aug 8, 2024

@DaleStudy/website 이렇게 쭉 URL을 뽑고 나니, <ds-language-section><ds-participant-reviews-section>를 제외하고는 slot 때문에 index.html에 있던 HTML 마크업이 컴포넌트 내부로 들어가버렸습니다. 이 두 개의 컴포넌트에도 동일한 방식으로 리디자인 하는 것에 이견이 없으시면 후속 PR에서 작업하도록 하겠습니다.

@DaleSeo DaleSeo marked this pull request as ready for review August 8, 2024 01:01
@DaleSeo DaleSeo requested a review from a team as a code owner August 8, 2024 01:01
@sounmind
Copy link
Collaborator

sounmind commented Aug 8, 2024

@DaleStudy/website 이렇게 쭉 URL을 뽑고 나니, <ds-language-section><ds-participant-reviews-section>를 제외하고는 slot 때문에 index.html에 있던 HTML 마크업이 컴포넌트 내부로 들어가버렸습니다. 이 두 개의 컴포넌트에도 동일한 방식으로 리디자인 하는 것에 이견이 없으시면 후속 PR에서 작업하도록 하겠습니다.

이견 없습니다. 이쯤되니 Lit에서는 어떤 방식으로 코드를 작성하고 있을지 궁금하네요.

Copy link
Collaborator

@sounmind sounmind left a comment

Choose a reason for hiding this comment

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

LGTM! How do you find maintaining the code so far in this project?

@yolophg
Copy link
Contributor

yolophg commented Aug 8, 2024

@DaleStudy/website 이렇게 쭉 URL을 뽑고 나니, <ds-language-section><ds-participant-reviews-section>를 제외하고는 slot 때문에 index.html에 있던 HTML 마크업이 컴포넌트 내부로 들어가버렸습니다. 이 두 개의 컴포넌트에도 동일한 방식으로 리디자인 하는 것에 이견이 없으시면 후속 PR에서 작업하도록 하겠습니다.

동의합니다.

@DaleSeo DaleSeo merged commit 3a6767c into main Aug 8, 2024
1 check passed
@DaleSeo DaleSeo deleted the centralize-other-urls branch August 8, 2024 21:53
@DaleSeo DaleSeo mentioned this pull request Sep 6, 2024
3 tasks
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.

3 participants