feat: polish delivery and content workflows - #373
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe PR adds refreshable development database snapshots for previews, introduces shared copy controls across content views, and adds merge progress feedback with related delivery layout updates and tests. ChangesDevelopment database snapshot refresh
Shared copy controls
Delivery progress and preview controls
Moltbook feed layout
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Delivery
participant useDeliveryController
participant MergeMutation
Delivery->>useDeliveryController: Confirm merge action
useDeliveryController->>Delivery: Set progress and pending state
useDeliveryController->>MergeMutation: Execute mutation
MergeMutation-->>useDeliveryController: Return result
useDeliveryController->>Delivery: Clear progress
Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
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 review |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
Summary
Behavior and regression coverage
Verification
bun run lintbun run format:checkbun scripts/buildFrontend.tsCopyButtoncoverage also passed locallyRisk checklist
.envfiles, database dumps, or runtime state committedDeployment / operations
Notes for reviewers