fix: interactions in actions menu for mailboxes#13316
Conversation
|
Thanks! |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughNavigationMailbox replaces shared editing and saving flags with dedicated subfolder and rename state. Creation and rename flows independently control loading, input availability, and menu-reset behavior. ChangesMailbox actions
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: ca30fafa-e9b1-4db3-893d-c29770d7eaa5
📒 Files selected for processing (1)
src/components/NavigationMailbox.vue
Signed-off-by: Roberto Guido <info@madbob.org>
|
@coderabbitai review one final time before merge |
|
✅ Action performedFull review finished. |
|
/backport to stable5.10 |
Here I've fixed the interaction with the "Rename" option (mentioned in #9107) but also with "Add subfolder" (having the same problem). Both inputs are reverted to the static label when the menu is closed.
I've also added a "Saving" animation for "Add subfolder", equivalent to the one already existing for "Rename".
Fixes #9107
Summary by CodeRabbit