-
Notifications
You must be signed in to change notification settings - Fork 1
캠퍼스맵 UI 구현 #731
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
Merged
Merged
캠퍼스맵 UI 구현 #731
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ef7c124
feat: 캠퍼스맵 장소 상세 데이터 추가
ikseong00 a03510c
feat: 캠퍼스맵 화면 상태 모델 추가
ikseong00 2bce922
feat: 캠퍼스맵 UI 리소스 추가
ikseong00 e890f90
feat: 캠퍼스맵 기본 화면 UI 구현
ikseong00 b9ee673
feat: 캠퍼스맵 건물 상세 바텀시트 UI 구현
ikseong00 0b93783
feat: 캠퍼스맵 검색 화면 UI 구현
ikseong00 8faa0fe
feat: 캠퍼스맵 검색결과 바텀시트 UI 구현
ikseong00 97b5318
feat: 캠퍼스맵 UI 상태 연결
ikseong00 6f6f148
feat: 캠퍼스맵 검색 및 시트 흐름 연결
ikseong00 2eb2ed6
fix: 캠퍼스맵 전체 삭제 문구 통일
ikseong00 919c69d
refactor: 캠퍼스맵 실시간 검색 상태 이동
ikseong00 2c04547
fix: 캠퍼스맵 검색결과 스크롤 초기화
ikseong00 62609c2
fix: 캠퍼스맵 카테고리 검색 흐름 개선
ikseong00 5d3db00
refactor: 장소 운영시간 매퍼 import 정리
ikseong00 bdd770d
refactor: 캠퍼스맵 왼쪽 Chevron 아이콘 분리
ikseong00 4502bfd
refactor: 캠퍼스맵 상세 바텀시트 전달 구조 개선
ikseong00 496786d
fix: 캠퍼스맵 위치 권한 안내 흐름 개선
ikseong00 0f8f727
feat: 캠퍼스맵 지도 다크 모드 지원
ikseong00 d217445
chore: 캠퍼스 맵 컴포넌트의 하드코딩된 색상을 KuringTheme 컬러로 변경
ikseong00 ccaa85e
feat: 캠퍼스맵 지도 탐색 범위 제한
ikseong00 ff017b4
fix: 캠퍼스맵 검색 결과 선택 흐름 개선
ikseong00 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
13 changes: 13 additions & 0 deletions
13
core/designsystem/src/main/res/drawable/ic_chevron_left_v2.xml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="24dp" | ||
| android:height="24dp" | ||
| android:viewportWidth="24" | ||
| android:viewportHeight="24"> | ||
| <path | ||
| android:fillColor="#00000000" | ||
| android:pathData="M14.5,17L9.5,12L14.5,7" | ||
| android:strokeColor="#262626" | ||
| android:strokeLineCap="round" | ||
| android:strokeLineJoin="round" | ||
| android:strokeWidth="2" /> | ||
| </vector> |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 진짜...nullable...이어야하는거...맞죠...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아직 API 미구현이라 임시 설정으로 해놨습니다!