Skip to content
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

[Android] feat: 레시피 상세 페이지 구현 #21

Closed
2 tasks
SeongHoonC opened this issue Jun 15, 2024 · 0 comments · Fixed by #22
Closed
2 tasks

[Android] feat: 레시피 상세 페이지 구현 #21

SeongHoonC opened this issue Jun 15, 2024 · 0 comments · Fixed by #22
Assignees
Labels
AN 안드로이드 Feature

Comments

@SeongHoonC
Copy link
Member

💥이슈 설명

레시피 상세

📚할 일 목록

  • 레시피 상세 페이지 화면 그리기
  • 레시피 상세 API 연동

⌛기한

6월 15일

@SeongHoonC SeongHoonC added Feature AN 안드로이드 labels Jun 15, 2024
@SeongHoonC SeongHoonC self-assigned this Jun 15, 2024
@SeongHoonC SeongHoonC linked a pull request Jun 15, 2024 that will close this issue
SeongHoonC added a commit that referenced this issue Jul 28, 2024
* feat(reciperecommend): 레시피 추천 화면 하단 로딩바

* refactor(data): RecipeRepository 코드 정리

* feat: 화면에 따라 상태 바를 다른 색으로 변경할 수 있다.

* refactor: 사용하지 않는 코드 제거

* feat: 레시피 상세 화면 뼈대 작성

* feat(Stars): 별 개수에 따라 별이 그려지는 Composable 구현

* feat(RecipeDifficult): 레시피는 요리 난이도를 가진다

* feat(RecipeDifficult): 레시피 추천 난이도 화면을 그린다

* refactor: Recipe 상세 이동 버튼 분리

* feat: 레시피 상세 TopBar 생성

* feat: 좋아요 표시할 수 있는 레시피 객체 정의

* feat(RecipeRepository): RecipeRepository 에 좋아요를 요청할 수 있다

* feat(RecipeDetailCard): 레시피 상세 정보를 레시피 상세 전체 화면에서에서 분리한다

* feat(statusBarColor): systemBar 변경에서 statusBar 변경으로 바꾼다

* feat(RecipeDetailScreen): LikableRecipe 로 화면을 보여준다.

* feat(RecipeDetailScreen): 상단까지 스크롤 하면 색깔이 변경되는 TopBar 를 구현한다

* feat(RecipeDetailScreen): Recipe 이미지에 그림자 그라데이션을 넣는다.

* feat(RecipeDetailScreen): 보여주는 화면 크기를 네비게이션 바 전까지로 한다

* chore: gitIgnore 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AN 안드로이드 Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant