forked from codesquad-members-2023/issue-tracker-max
-
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
[FE] DropdownIndicator, DropdownPanel, DropdownItem 컴포넌트 #11
Comments
Kakamotobi
changed the title
Dropdown Indicator & Dropdown Panel
[FE] Dropdown Indicator & Dropdown Panel
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
- DropdownItemType의 종류(`withImg`, `withColor`, `onlyContent`)에 따라 내부 구성 렌더.
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
- `DropdownNameKOR` enum을 사용하여 영한 번역. - 로직은 영어로하고, 렌더할 때 한글로 번역.
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
- `isOpen`에 따라 `<DropdownPanel />` 렌더. - 사용 컴포넌트로부터 `dropdownName` 및 `dropdownList`를 props로 전달 받음.
Kakamotobi
changed the title
[FE] Dropdown Indicator & Dropdown Panel
[FE] DropdownIndicator, DropdownPanel, DropdownItem
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
- `DropdownPanel`이 사용되는 상황은 두가지(필터 또는 이슈 생성시 선택)가 있음. - 그에 맞게 `panelType`을 `filter`와 `select`로 구분하여 렌더.
Kakamotobi
changed the title
[FE] DropdownIndicator, DropdownPanel, DropdownItem
[FE] DropdownIndicator, DropdownPanel, DropdownItem 컴포넌트
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
- Dropdown 관련 types 정의에서 `type` -> `variant`으로 변경. - Design system에 `border` 및 SVG icon용 `filter` 추가.
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
Kakamotobi
added a commit
that referenced
this issue
Jul 25, 2023
youzysu
pushed a commit
that referenced
this issue
Jul 26, 2023
* #11 fix: lightMode.neutral.text.weak 값 수정 * #11 feat: Dropdown 관련 types 정의 * #11 feat: DropdownItem 구현 - DropdownItemType의 종류(`withImg`, `withColor`, `onlyContent`)에 따라 내부 구성 렌더. * #11 feat: DropdownPanel 구현 - `DropdownNameKOR` enum을 사용하여 영한 번역. - 로직은 영어로하고, 렌더할 때 한글로 번역. * #11 feat: DropdownIndicator 구현 - `isOpen`에 따라 `<DropdownPanel />` 렌더. - 사용 컴포넌트로부터 `dropdownName` 및 `dropdownList`를 props로 전달 받음. * #11 refactor: DropdownPanel의 종류화 - `DropdownPanel`이 사용되는 상황은 두가지(필터 또는 이슈 생성시 선택)가 있음. - 그에 맞게 `panelType`을 `filter`와 `select`로 구분하여 렌더. * #11 refactor: 프로퍼티명 변경 및 디자인 시스템 수정 - Dropdown 관련 types 정의에서 `type` -> `variant`으로 변경. - Design system에 `border` 및 SVG icon용 `filter` 추가. * #11 design: DropdownItem 선택시 폰트 적용 * #11 design: DropdownItem hover시 배경색 추가 * #11 design: DropdownIndicator를 버튼상태에 따라 opacity 적용 * #11 design: danger.surface.default 색상 추가 - 디자이너 추가사항 - 알럿창에 사용될 수 있음 * #11 feat: DropdownPanel "modify" 종류 추가 * #11 design: Design system border 및 filter 수정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
구현할 기능
The text was updated successfully, but these errors were encountered: