Skip to content

fix(wholesale): 대시보드 탭 제목 배지를 polling마다 다시 써서 유지 #245 - #246

Merged
OhChangEun merged 1 commit into
devfrom
fix-245-dashboard-title-badge
Sep 18, 2026
Merged

OhChangEun merged 1 commit into
devfrom
fix-245-dashboard-title-badge

Conversation

@OhChangEun

Copy link
Copy Markdown
Contributor

Closes #245

무엇

useDocumentTitleBadge가 제목을 쓰고 1초 뒤 한 번 더 쓰며, 30초 polling마다 바뀌는 서버 시각(now)을 의존성에 넣어 다시 쓴다.

왜

실서버로 확정 대기 1건을 만들어 보니 탭 제목이 대시보드 · 온도 ERP 그대로였다. 첫 응답 직후 Next가 라우트 metadata.title을 뒤늦게 다시 써서 배지가 지워지고, 건수가 그대로면 effect가 다시 안 돌았다.

확인

typecheck·lint 통과. 머지 뒤 dev 서버에서 (1) 대시보드 · 온도 ERP가 유지되는지 확인한다(주문 7010이 NEW로 남아 있다).

@vercel

vercel Bot commented Sep 18, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated
ondo-wholesale Ready Ready Preview Sep 18, 2026 4:18am UTC
1 Skipped Deployment
Project Deployment Actions Updated
ondo-retail Skipped Skipped Sep 18, 2026 4:18am UTC

@vercel
vercel Bot temporarily deployed to Preview – ondo-retail September 18, 2026 04:16 Inactive
@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 28 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 1af7ff29-239e-4566-bd11-8129d5170c1e

📥 Commits

Reviewing files that changed from the base of the PR and between 708a6e1 and 60b9e9a.

📒 Files selected for processing (1)
  • apps/wholesale/src/features/dashboard/components/DashboardView.tsx

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.

@OhChangEun
OhChangEun merged commit fb1b204 into dev Sep 18, 2026
5 checks passed
@OhChangEun
OhChangEun deleted the fix-245-dashboard-title-badge branch September 18, 2026 04:18

This branch was successfully deployed

1 active and 1 inactive deployments
Preview – ondo-wholesale — 60b9e9a8 Deployed Sep 18, 2026 by vercel[bot]
Preview – ondo-retail — 60b9e9a8 Deployed Sep 18, 2026 by vercel[bot]
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.

fix(wholesale): 대시보드 탭 제목 배지가 Next 메타데이터에 덮여 안 붙음

1 participant