Skip to content

fix(web): 전역 로딩 스피너 제거#523

Merged
manNomi merged 1 commit into
mainfrom
fix/remove-global-loading-spinner
May 21, 2026
Merged

fix(web): 전역 로딩 스피너 제거#523
manNomi merged 1 commit into
mainfrom
fix/remove-global-loading-spinner

Conversation

@manNomi
Copy link
Copy Markdown
Contributor

@manNomi manNomi commented May 21, 2026

요약

  • React Query fetch 상태에 따라 전체 화면을 덮던 전역 로딩 스피너를 제거했습니다.
  • 전역 스피너 제어용 query meta 설정도 함께 정리했습니다.
  • 개별 화면/콜백에서 명시적으로 사용하는 로딩 UI는 그대로 유지했습니다.

배경

짧은 요청마다 전체 화면 딤 + 스피너가 표시되면서 화면이 깜빡이는 문제가 있어, 앱 전역 fetch 오버레이를 제거했습니다.

검증

  • pnpm --filter @solid-connect/web run lint:check
  • pnpm --filter @solid-connect/web run typecheck:ci
  • push hook: @solid-connect/web ci:check + next build

참고

  • 로컬 Node가 repo engine(22.x)과 달라 Unsupported engine 경고는 표시됐지만 검증은 통과했습니다.
  • 기존 채팅 훅의 exhaustive-deps warning이 하나 표시되지만 이번 변경 범위 밖이며 실패로 처리되지는 않습니다.

@manNomi manNomi requested review from enunsnv and wibaek as code owners May 21, 2026 07:28
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solid-connection-web Building Building Preview, Comment May 21, 2026 7:28am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
solid-connect-web-admin Skipped Skipped May 21, 2026 7:28am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Warning

Rate limit exceeded

@manNomi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 37 minutes and 57 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: b4cdf9d6-626e-49a9-8cb4-c2e3933f27bb

📥 Commits

Reviewing files that changed from the base of the PR and between 126f730 and 6eac492.

📒 Files selected for processing (3)
  • apps/web/src/apis/chat/getChatMessages.ts
  • apps/web/src/apis/community/getPostDetail.ts
  • apps/web/src/components/layout/GlobalLayout/ui/ClientModal/index.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/remove-global-loading-spinner

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the web label May 21, 2026
@manNomi manNomi merged commit 8af4e39 into main May 21, 2026
9 of 10 checks passed
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.

1 participant