Skip to content

[FEAT] 로딩 페이지 UX 개선#189

Merged
waldls merged 7 commits into
developfrom
feature/#188-loading-ux
Aug 20, 2025
Merged

[FEAT] 로딩 페이지 UX 개선#189
waldls merged 7 commits into
developfrom
feature/#188-loading-ux

Conversation

@waldls

@waldls waldls commented Aug 20, 2025

Copy link
Copy Markdown
Member

체크리스트

  • 🧰 npm run dev로 실행 환경에서 잘 돌아가는걸 확인했나요?
  • 🎋 base 브랜치를 develop 브랜치로 설정했나요?
  • 🖌️ PR 제목은 형식에 맞게 잘 작성했나요?
  • 🏷️ 라벨은 등록했나요?
  • 🙆 리뷰어는 등록했나요?

📌 관련 이슈번호


✅ Key Changes

  • TokenLoading 페이지, InviteLoading 페이지, WorkspaceComplete 페이지의 UX 개선했습니다.
  • 웹 파트 종합 피드백에서 일관된 로딩 상태 처리 관련 내용이 있어, 기존의 임시 텍스트를 제거하고 로딩 스피너를 사용하여 구현하였습니다.
  • 실행 영상을 참고해주세요!

📸 스크린샷 or 실행영상

1. TokenLoading 페이지

TokenLoading.mp4

2. InviteLoading 페이지

InviteLoading.mp4

3. WorkspaceComplete 페이지

WorkspaceComplete.mp4

💬 To Reviewers

@github-actions

Copy link
Copy Markdown

@sunhwaaRj sunhwaaRj left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

피드백 반영 감사합니다. 훨씬 로딩중이라는 것이 명확히 보여요

@jinj00oo jinj00oo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

일관된 로딩스피너 처리 좋은 듯 합니다~ 피드백 빠른 적용 멋있습니다! 👍

Comment thread src/pages/onboarding/InviteLoading.tsx Outdated
import { useNavigate, useParams, useSearchParams } from 'react-router-dom';
import { useLocalStorage } from '../../hooks/useLocalStorage';
import { LOCAL_STORAGE_KEY } from '../../constants/key';
import Loading from '../Loading';

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

P2:

  • 로딩 스피너같은 경우는 pages 폴더가 아닌 components 폴더에 있는 게 역할 분리에 좀 더 적절한 것 같습니다.
  • 이름을 LoadingSpinner 같이 좀 더 구체적으로 네이밍하는 게 좋다는 생각이 드네요. 그냥 Loading이라고 하면 어떤 역할을 하는지 헷갈릴 수 있을 것 같습니다.

새로 만드신 게 아니라 원래 있던 걸로 확인되는데.. ㅎㅎ 여기에 리뷰를 남겨도 되는지 모르겠지만, 혹시 역할 정리에 도움이 될까 싶어 코멘트 남겨봅니다!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

넵 알겠습니다! 가을님께서 이전에 작업해두신 걸 제가 활용한 부분이라, 가을님 동의 얻으면 파일명과 경로 수정해서 다시 push 해두겠습니다!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@jinj00oo 수정하였습니다! 피드백 감사합니다 ㅎㅎ

@github-actions

Copy link
Copy Markdown

@waldls waldls merged commit f324398 into develop Aug 20, 2025
1 check passed
@waldls waldls deleted the feature/#188-loading-ux branch August 20, 2025 12:40
@HiJuwon HiJuwon added this to the Demo Day milestone Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 로딩 페이지 UX 개선

4 participants