Prevent Duplicate Saves of the Same Webpage in Chrome Extension
Description:
The current Chrome extension allows the same webpage to be saved multiple times without any warning or notification. This can lead to unnecessary duplicates in the saved content, cluttering the data and making it difficult to manage.
Steps to Reproduce:
- Install and set up the Chrome extension.
- Visit a webpage and save it using the extension.
- Attempt to save the same webpage again by clicking the extension icon.
Expected Behavior:
When a user tries to save a webpage that has already been saved, the extension should:
- Warn the user that the page has already been saved.
- Provide an option to either cancel the save or update the existing entry (e.g., adding a new note).
Actual Behavior:
The extension allows the same webpage to be saved multiple times without any notification or check, resulting in duplicate entries.
Proposed Solution:
Implement a duplicate check in the extension that:
- Identifies if a webpage has already been saved.
- Prompts the user with a warning if they attempt to save a duplicate.
Thanks for the well-written and well formatted issue. I agree this is something we should implement, will communicate this to the team 👍
Hello @Welding-Torch Can I work on this issue ?
@SaurabhBarde-007 absolutely, we're accepting PRs
Sure @Welding-Torch, I am working on this
@SaurabhBarde-007 what is the current status on this issue.