-
-
Notifications
You must be signed in to change notification settings - Fork 445
Change delete confirmation dialog from Yes/No to OK/Cancel #3598
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
Conversation
Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX. |
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
📝 WalkthroughWalkthroughThe confirmation dialog for deleting files or folders in the Explorer plugin was updated to use "OK" and "Cancel" buttons instead of "Yes" and "No." The logic handling the user's response was also adjusted to match the new button options. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant ExplorerPlugin
User->>ExplorerPlugin: Initiates delete action
ExplorerPlugin->>User: Shows OK/Cancel confirmation dialog
User->>ExplorerPlugin: Clicks OK or Cancel
alt User clicks OK
ExplorerPlugin->>ExplorerPlugin: Proceed with deletion
else User clicks Cancel
ExplorerPlugin->>ExplorerPlugin: Abort deletion
end
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🪛 GitHub Actions: Check SpellingPlugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs[warning] 73-73: Spell check warning: [warning] 82-82: Spell check warning: [warning] 90-90: Spell check warning: [warning] 90-90: Spell check warning: [warning] 99-99: Spell check warning: [warning] 100-100: Spell check warning: [warning] 106-106: Spell check warning: [warning] 113-113: Spell check warning: [warning] 113-113: Spell check warning: [warning] 114-114: Spell check warning: [warning] 114-114: Spell check warning: [warning] 123-123: Spell check warning: [warning] 146-146: Spell check warning: [warning] 202-202: Spell check warning: [warning] 216-216: Spell check warning: [warning] 238-238: Spell check warning: [warning] 257-257: Spell check warning: [warning] 326-326: Spell check warning: [warning] 370-370: Spell check warning: [warning] 403-403: Spell check warning: [warning] 451-451: Spell check warning: [warning] 468-468: Spell check warning: [warning] 484-484: Spell check warning: ⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (1)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Uh oh!
There was an error while loading. Please reload this page.