fix: interactions in actions menu for mailboxes#13316
Conversation
|
Thanks! |
|
@coderabbitai review |
✅ Action performedReview finished.
|
📝 WalkthroughWalkthroughNavigationMailbox replaces shared editing and saving flags with dedicated subfolder and rename state. Subfolder creation and rename flows now independently control loading, input availability, and 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>
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