Conversation
📝 WalkthroughWalkthrough타임라인 필터·정렬, 플랫폼 동기화, 모바일 사이드바, 광고·대시보드·워크스페이스의 반응형 UI를 업데이트했습니다. 공통 컴포넌트와 상태 관리 계약도 확장했습니다. Changes광고·대시보드·워크스페이스 반응형 UI
타임라인 필터와 성과 패널
플랫폼 동기화 흐름
모바일 사이드바 드로어
Estimated code review effort: 5 (Critical) | ~120 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
There was a problem hiding this comment.
Actionable comments posted: 7
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/components/ads/CampaignTable.tsx`:
- Around line 6-9: Update the CampaignRow import in CampaignTable.tsx to use the
configured `@/` alias, importing from `@/components/ads/CampaignRow` while
preserving the existing named imports.
In `@src/components/dashboard/charts/performanceEfficiencyChart.config.ts`:
- Line 41: Update the hideOverlappingLabels setting in the performance
efficiency chart configuration so it evaluates to true when compact is true,
while preserving the desktop default behavior.
In `@src/components/dashboard/platform/SinglePlatformView.tsx`:
- Line 113: Update the error and empty-state elements in SinglePlatformView to
use col-span-full instead of col-span-4, so they span the full grid width when
the mobile fallback uses a single column.
In `@src/components/dashboard/platform/skeleton/PlatformSkeleton.tsx`:
- Line 16: Update the name Skeleton element in PlatformSkeleton to use
mobile:invisible instead of mobile:hidden, preserving its flex-1 layout space on
mobile while keeping it visually hidden.
In `@src/components/timeline/TimelinePerformancePanel.tsx`:
- Around line 353-366: Update the KPI grid in the TimelinePerformancePanel
section to use two columns at the tablet breakpoint by changing the tablet grid
configuration from four columns to two. Preserve the default four-column layout
and existing spacing classes.
In `@src/hooks/integration/usePlatformSyncMutations.ts`:
- Around line 42-47: Update useCoreMutation in customQuery so its onSuccess
handler awaits or returns the Promise from userOnSuccess before completing the
mutation. Ensure asynchronous callbacks such as invalidateConnections in
userOnSuccess keep isSyncPending and isNaverSyncPending true until all success
handling finishes, including the other affected mutation paths.
In `@src/layout/main/MainLayout.tsx`:
- Around line 194-224: Update MainLayout’s tablet drawer wrapper and menu
controls to manage focus: apply inert while isMobileOpen is false, move focus
into the opened Sidebar drawer, and trap Tab navigation within it. When
closeMobile closes the drawer, restore focus to the “메뉴 열기” button, while
preserving existing overlay and toggle behavior.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: fdaf2d31-8125-4b8e-a2ae-13467d080857
⛔ Files ignored due to path filters (1)
src/assets/icon/sidebar/menu.svgis excluded by!**/*.svgand included bysrc/**
📒 Files selected for processing (53)
src/api/timeline/timeline.tssrc/components/ads/AdDetailContent.tsxsrc/components/ads/AdRow.tsxsrc/components/ads/CampaignPlatformSection.tsxsrc/components/ads/CampaignRow.tsxsrc/components/ads/CampaignTable.tsxsrc/components/ads/skeleton/AdsSkeleton.tsxsrc/components/common/card/StatCard.tsxsrc/components/common/dropdownmenu/DropdownMenu.tsxsrc/components/common/modal/Modal.tsxsrc/components/common/progressbar/ProgressBar.tsxsrc/components/dashboard/charts/BudgetGaugeChart.tsxsrc/components/dashboard/charts/PerformanceEfficiencyChart.tsxsrc/components/dashboard/charts/performanceEfficiencyChart.config.tssrc/components/dashboard/platform/PlatformDetailCard.tsxsrc/components/dashboard/platform/PlatformViewSwitcher.tsxsrc/components/dashboard/platform/SinglePlatformView.tsxsrc/components/dashboard/platform/TopPerformanceList.tsxsrc/components/dashboard/platform/skeleton/PlatformSkeleton.tsxsrc/components/integration/NaverConnectModal.tsxsrc/components/integration/PlatformIntegrationCard.tsxsrc/components/integration/UpcomingPlatformCard.tsxsrc/components/integration/skeleton/PlatformIntegrationsSkeleton.tsxsrc/components/sidebar/Sidebar.tsxsrc/components/sidebar/SidebarItem.tsxsrc/components/sidebar/SubMenu.tsxsrc/components/timeline/TimelineCreateModal.tsxsrc/components/timeline/TimelineFilterSortMenus.tsxsrc/components/timeline/TimelinePerformancePanel.tsxsrc/components/workspace/WorkspaceCard.tsxsrc/components/workspace/WorkspaceListLoading.tsxsrc/constants/timeline/filterSort.tssrc/constants/timeline/layout.tssrc/hooks/integration/useIntegrationOAuthReturn.tssrc/hooks/integration/usePlatformSyncMutations.tssrc/hooks/sidebar/useSidebar.tssrc/hooks/timeline/useTimelineList.tssrc/index.csssrc/layout/main/MainLayout.tsxsrc/lib/queryKeys.tssrc/pages/ads/list/AdsListPage.tsxsrc/pages/ads/list/CampaignDetail.tsxsrc/pages/ads/new/CampaignGroup.tsxsrc/pages/dashboard/platform/PlatformDashboard.tsxsrc/pages/dashboard/timeline/Timeline.tsxsrc/pages/integration/PlatformIntegrationsPage.tsxsrc/pages/workspace/Workspace.tsxsrc/store/useSidebarStore.tssrc/store/useTimelineStore.tssrc/styles/utilities.csssrc/types/timeline/api.tssrc/types/timeline/timeline.mock.tssrc/utils/timeline/period.ts
This was referenced Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚨 관련 이슈
N/A
✨ 변경사항
✏️ 작업 내용
N/A
😅 미완성 작업
N/A
📢 논의 사항 및 참고 사항
N/A
Summary by CodeRabbit
새 기능
개선