Commit 486323b
authored
Feat: 감정 등록 화면 구현 (#T3-69)
* Docs: 감정 구슬 이미지 Asset 추가 및 BitnagilGraphic에 케이스 추가 (#T3-69)
- 감정 구슬 이미지 Asset 추가
- 이미지 Asset 폴더링 정리
- BitnagilGraphic에 감정 구슬 변수 추가
* Feat: 감정 구슬 화면 UI 구현 (#T3-69)
- 감정 구슬 enum 타입 정의 (EmotionType)
- 감정 구슬 CollectionViewCell UI 구현 (EmotionOrbCollectionViewCell)
- 감정 구슬 등록 화면 UI 구현 (EmotionRegisterView)
* Feat: EmotionRegisterViewModel 의존성 조립 및 감정 등록 화면 연결 (홈, 추천 루틴)
* Style: emotionOrbCollectionView let으로 수정1 parent 20aebe5 commit 486323b
75 files changed
Lines changed: 467 additions & 2 deletions
File tree
- Projects/Presentation
- Resources/Images.xcassets
- EmotionOrb
- anxiety_orb.imageset
- calm_orb.imageset
- lethargy_orb.imageset
- satisfied_orb.imageset
- tired_orb.imageset
- vitality_orb.imageset
- LoginIcon
- apple_icon.imageset
- kakao_icon.imageset
- TabBarIcon
- home_empty_icon.imageset
- home_fill_icon.imageset
- mypage_empty_icon.imageset
- mypage_fill_icon.imageset
- recommend_empty_icon.imageset
- recommend_fill_icon.imageset
- report_empty_icon.imageset
- report_fill_icon.imageset
- Sources
- Common
- DesignSystem
- EmotionRegister
- Model
- ViewModel
- View
- Component
- Home/View
- RecommendedRoutine/View
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments