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

feat: 공모 참여 시 프로그래스 바 보이도록 구현 #627

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

Namyunsuk
Copy link
Contributor

📌 관련 이슈

close #623

✨ 작업 내용

공모 참여 시 프로그래스 바 보이도록 구현했습니다.

공모 참여 하고 직접 새로고침하지 않아도 상태가 바뀌어야 하는데 안바뀌는 버그 있어서 수정했습니다.

📚 기타

@Namyunsuk Namyunsuk self-assigned this Oct 23, 2024
Copy link
Contributor

@chaehyuns chaehyuns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인 완료 했서요~~

@@ -109,6 +109,7 @@
android:id="@+id/progressBar"
android:layout_width="@dimen/size_20"
android:layout_height="@dimen/size_20"
android:indeterminateTint="@color/main_color"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

색상 변경 굿~

@Namyunsuk Namyunsuk merged commit 460d78a into develop Oct 23, 2024
3 checks passed
@Namyunsuk Namyunsuk deleted the feature/623-participation-progressbar branch October 23, 2024 07:03
fromitive pushed a commit that referenced this pull request Nov 28, 2024
* fix: 공모 참여 후 홈화면에서 상태가 바뀌지 않는 오류 수정

* refactor: ProgressBar색상 mainColor로 변경

* refactor: loading 상태 네이밍 변경

* feat: 공모 참여 시 프로그래스 바 보이는 기능 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ 공모 참여 시 프로그래스 바 보이도록 구현
2 participants