-
Couldn't load subscription status.
- Fork 939
web: improve owner check #1277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web: improve owner check #1277
Conversation
WalkthroughThreads an Changes
Sequence DiagramsequenceDiagram
participant Page as page.tsx
participant Share as Share.tsx
participant Sidebar as Sidebar.tsx
participant Summary as Summary.tsx
rect rgba(248,249,250,0.8)
Page->>Share: pass ownerIsPro (from videoWithOrganizationInfo)
end
rect rgba(248,249,250,0.8)
Share->>Sidebar: forward ownerIsPro
end
rect rgba(238,246,255,0.9)
Sidebar->>Summary: forward ownerIsPro
Summary->>Summary: use ownerIsPro for render gating (unlock/restricted UI)
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (5)**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
apps/web/**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
apps/web/**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
apps/web/app/**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
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 |
Summary by CodeRabbit
New Features
Refactor
Bug Fix