feat(extension-manager): add manager composition and public API - #390
feat(extension-manager): add manager composition and public API#390gene9831 wants to merge 18 commits into
Conversation
…iny-robot into codex/pr2-extension-manager
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (18)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughAdds the ChangesExtension manager
Estimated code review effort: 4 (Complex) | ~60 minutes Merge Risk: ⚪ Minimal · up to This PR adds a browser-side extension-management component and public API without changing services, permissions, persistence, or deployment behavior. No actionable merge-blocking risk remains beyond normal checks and review. Sequence Diagram(s)sequenceDiagram
participant Parent
participant ExtensionManager
participant useExtensionManagerState
participant useFilter
participant ExtensionManagerSection
Parent->>ExtensionManager: provide tabs and active tab
ExtensionManager->>useExtensionManagerState: initialize tab and section state
ExtensionManager->>useFilter: provide active-tab items and filter state
useFilter-->>ExtensionManager: return filtered items and controls
ExtensionManager->>ExtensionManagerSection: render installed and available items
ExtensionManagerSection-->>ExtensionManager: emit action or section-toggle
ExtensionManager-->>Parent: emit manager event
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 11 files. (7 skipped: 7 unsupported.) ✨ 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 |
📦 Package Previewpnpm add https://pkg.pr.new/@opentiny/tiny-robot@68b11c7 pnpm add https://pkg.pr.new/@opentiny/tiny-robot-kit@68b11c7 pnpm add https://pkg.pr.new/@opentiny/tiny-robot-svgs@68b11c7 commit: 68b11c7 |
…ch" for better accessibility
…iny-robot into codex/pr2-extension-manager
…nabling/disabling extensions
…iny-robot into codex/pr2-extension-manager
…iny-robot into codex/pr2-extension-manager
… ExtensionCardPopover components
…iny-robot into codex/pr2-extension-manager
…ors for better readability
…-width, and focus styles
…r2-extension-manager

Summary by CodeRabbit
New Features
Tests