You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Expected Behavior:
When a user tries to save a webpage that has already been saved, the extension should:
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:
The text was updated successfully, but these errors were encountered: