Skip to content

Comments

refactor: 스페이스 생성 템플릿 리스트에서 보기 탭 제거 및 스타일링 수정#820

Merged
JaeIn1 merged 7 commits intodevelopfrom
811-스페이스-생성-템플릿-리스트에서-보기-탭-제거
Feb 18, 2026

Hidden character warning

The head ref may contain hidden characters: "811-\uc2a4\ud398\uc774\uc2a4-\uc0dd\uc131-\ud15c\ud50c\ub9bf-\ub9ac\uc2a4\ud2b8\uc5d0\uc11c-\ubcf4\uae30-\ud0ed-\uc81c\uac70"
Merged

refactor: 스페이스 생성 템플릿 리스트에서 보기 탭 제거 및 스타일링 수정#820
JaeIn1 merged 7 commits intodevelopfrom
811-스페이스-생성-템플릿-리스트에서-보기-탭-제거

Conversation

@JaeIn1
Copy link
Collaborator

@JaeIn1 JaeIn1 commented Feb 18, 2026

스페이스 생성 시 템플릿 리스트 탭 제거


🏄🏼‍♂️‍ Summary (요약)

  • 스페이스 생성 플로우에서 템플릿 리스트 탭 제거
  • 템플릿 리스트 모달 배경색 변경 (#fff → gray100)
  • 분리되어 있던 퍼널 모달 헤더 컴포넌트를 단일 파일로 통합

🧐 Issue number and link (참고)

📚 Reference (참조)

2026-02-18.4.53.51.mov

@JaeIn1 JaeIn1 self-assigned this Feb 18, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 18, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • Not Rabbit

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 811-스페이스-생성-템플릿-리스트에서-보기-탭-제거

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@prgmr99 prgmr99 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~👍

position: sticky;
top: 5.7rem;
background-color: #fff;
background-color: ${funnelModalState.step === "listTemplate" ? DESIGN_TOKEN_COLOR.gray100 : "#fff"};
Copy link
Member

Choose a reason for hiding this comment

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

apps/web/src/component/common/Modal/DesktopFunnelModal.tsx에서 작업해주신 것처럼 BACKGROUND_COLORS로 분리해주셔도 좋을 것 같아요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 이 부분 수정해서 올리겠습니다!

@JaeIn1 JaeIn1 merged commit c6fbd99 into develop Feb 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants