Skip to content
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

Modify Dialog to Confirm Note Addition Before Saving Pages #266

Open
ausane opened this issue Aug 27, 2024 · 1 comment
Open

Modify Dialog to Confirm Note Addition Before Saving Pages #266

ausane opened this issue Aug 27, 2024 · 1 comment
Labels
enhancement New feature or request extension related to Supermemory Chrome Extension

Comments

@ausane
Copy link

ausane commented Aug 27, 2024

Description:

The current Chrome extension includes a dialog that appears when adding a webpage. However, the dialog does not provide the user with sufficient control over the note-adding process. Specifically, the dialog should allow the user to choose whether to add a note and should only save the page when the "Save" button is clicked, preventing automatic saves.

Steps to Reproduce:

  1. Install and set up the Chrome extension.
  2. Visit any webpage and click on the extension icon to save the page.

Expected Behavior:

When the user clicks on the extension icon, the dialog should:

  1. Open with an option for the user to add a note.
  2. Wait for the user to decide whether to add a note or not.
  3. Save the page only after the user clicks the "Save" button, ensuring the dialog does not close automatically until this action is taken.

Actual Behavior:

The current dialog does not provide an option to wait for the user to add a note before saving, leading to potential issues with incomplete note-taking or accidental saves.

@Welding-Torch
Copy link
Contributor

Hi, we recently added autosaving the webpage as soon as the extension icon is clicked. This was to make the saving process faster and require less clicks. But I agree, we do not give the user enough time to write a note about the webpage being saved. This needs to be changed so that a user can take their time to write a note about the webpage, and not be rushed.

@Welding-Torch Welding-Torch added extension related to Supermemory Chrome Extension enhancement New feature or request labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request extension related to Supermemory Chrome Extension
Projects
None yet
Development

No branches or pull requests

2 participants