supermemoryai / supermemory

Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.
https://supermemory.ai
MIT License
7.04k stars 679 forks source link

Modify Dialog to Confirm Note Addition Before Saving Pages #266

Open ausane opened 2 months ago

ausane commented 2 months ago

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 commented 1 month ago

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.