Feature/context menu auto save - #251
Open
rmuhamedgaliev wants to merge 2 commits into
Open
Conversation
Add a separate "Also for context menu" toggle in Clipper settings (independent from the toolbar icon's "Save automatically"). When enabled, right-clicking a link/page/image/video and choosing "Save to Raindrop.io" saves it directly from the background script (no popup window flashes open), falling back to the regular edit window if the request fails or the setting is off. Extracted bookmark-creation logic from the createBookmark saga into a shared helper (data/helpers/bookmarks/createRaindrop.js) so the background script and the saga reuse the exact same code path instead of duplicating it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Give the context-menu auto-save toggle its own label/row in Clipper settings instead of grouping it with the icon-click "Save automatically" checkbox, since it's a fully independent setting. Reworded the checkbox label (was the confusing "Also for context menu") to state what it actually does: "Save automatically without opening a window". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
@rmuhamedgaliev is attempting to deploy a commit to the Raindrop Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hello, @exentrich please review my request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed issue #250