-
Notifications
You must be signed in to change notification settings - Fork 1
버튼 컴포넌트 리팩터링 및 디자인 시스템 프리뷰 개선 #82
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
Open
moondev03
wants to merge
38
commits into
develop
Choose a base branch
from
refactor/#80-prezel-button-redesign
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,435
−2,896
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
6fd461c
feat: PrezelTouchArea 컴포넌트 구현
moondev03 729187f
feat: PrezelButtonLayout 컴포넌트 추가
moondev03 2c516b8
feat: 버튼 디자인 시스템 구성을 위한 설정 및 CompositionLocal 구현
moondev03 f665162
feat: PrezelTextButton 컴포넌트 추가
moondev03 7ec5655
feat: PrezelIconButton 컴포넌트 추가
moondev03 11f9e28
feat: PrezelIconButton 컴포넌트 추가
moondev03 7c4d38a
feat: PrezelButton 컴포넌트 구현 및 관련 로직 추가
moondev03 2d7b2b0
refactor: PrezelButton 컴포넌트 구조 개선 및 내부 로직 최적화
moondev03 d986a9b
refactor: 버튼 컴포넌트 프리뷰 구조 개선 및 리팩터링
moondev03 eabfead
refactor: PrezelButton 계열 컴포넌트의 파라미터 구조 및 기본값 설정 로직 개선
moondev03 c436c65
refactor: PrezelTouchArea 내부 Box의 wrapContentSize 속성 제거
moondev03 65ffb6b
feat: PrezelButtonArea 컴포넌트 구현
moondev03 d8536ad
feat: PrezelDropShadow 컴포넌트 및 Modifier 확장 구현
moondev03 3c6f174
feat: 플로팅 버튼 및 플로팅 메뉴 컴포넌트 구현
moondev03 52e9373
feat: PrezelHyperlinkButton 구현
moondev03 55a5f45
refactor: PrezelButtonArea 구조 개선 및 DSL 기반 ButtonAreaScope 도입
moondev03 a849bd0
refactor: 기존 버튼 및 플로팅 버튼 관련 컴포넌트들을 삭제
moondev03 e81f5df
refactor: 버튼 관련 컴포넌트 패키지 구조 변경 및 API 개선
moondev03 d112d55
chore: 사용하지 않는 DropShadowCache 유틸리티 제거
moondev03 7276c34
feat: PrezelDropShadow 성능 최적화 및 PrezelFloatingButton 그림자 적용
moondev03 39e5071
build: detekt 설정 및 룰 최적화
moondev03 05bbe35
docs: 디자인 시스템 주요 컴포넌트 KDoc 주석 추가
moondev03 20f7b8a
refactor: 디자인 시스템 내 `IconSource` 및 `PrezelImageSource` 제거 및 리소스 참조 방식…
moondev03 0d403c1
refactor: 디자인 시스템 Preview 유틸리티 컴포넌트 개선 및 구조화
moondev03 6632e54
refactor: 프리뷰 유틸리티 컴포넌트 통합 및 고도화
moondev03 a46acc3
refactor: 디자인 시스템 Preview 시스템 개편 및 관련 컴포넌트 리팩터링
moondev03 96e9eaf
refactor: 디자인 시스템 컴포넌트 Preview 구조 개선 및 코드 정리
moondev03 43ba421
chore: Detekt 설정 업데이트 및 미사용 코드 정리
moondev03 4c249c3
refactor: TextField 관련 컴포넌트 Preview 코드 정리
moondev03 5993207
fix: ButtonAreaScope 내 버튼 최대 개수 검증 로직 수정
moondev03 38d0e02
refactor: PrezelButtonArea 버튼 추출 로직 개선 및 예외 처리 추가
moondev03 7117c36
refactor: PrezelFloatingMenu 내부 레이아웃 구조 개선
moondev03 747f0b3
refactor: PrezelFloatingMenu 사이즈 매핑 로직 개선
moondev03 e6e2ab6
style: PrezelAvatar 미리보기의 contentDescription 리소스 수정
moondev03 706de2a
style: BasicPreview 배경색 리소스 수정
moondev03 0b52030
refactor: 디자인 시스템 프리뷰 컴포넌트 구조 개선 및 TopAppBar 코드 정리
moondev03 1b32b77
refactor: PrezelHyperlinkButton의 enabled 파라미터 제거 및 고정값 적용
moondev03 4f89ca8
refactor: PrezelButtonBase 내부 텍스트 렌더링 구조 단순화
moondev03 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.