fix: 앱 페이지 동작 버그 수정#563
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Warning Review limit reached
More reviews will be available in 59 minutes and 39 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
@codex reveiw |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 067e7d19b1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| const openedWindow = window.open(url, "_blank", "noopener,noreferrer"); | ||
|
|
||
| if (!openedWindow) { | ||
| window.location.href = url; |
There was a problem hiding this comment.
Avoid treating noopener windows as blocked
When this helper runs from a user click, such as a contact URL that does not match open.kakao.com, passing noopener,noreferrer makes a successful window.open return null, so this branch also navigates the current tab/WebView to the same URL. That regresses the previous _blank link behavior by leaving My Page or opening the contact page twice even though the popup succeeded; use a popup-blocking check that does not rely on the handle returned when noopener is set.
Useful? React with 👍 / 👎.
관련 이슈
작업 내용
LinkedTextWithIcon이 폼 안에서 submit으로 동작하지 않도록type="button"을 명시했습니다.특이 사항
리뷰 요구사항 (선택)