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

New edit note feature #16

Closed

Conversation

mircobabini
Copy link
Contributor

Many asked for an "edit note" feature. Here we go.

@mircobabini mircobabini mentioned this pull request Feb 4, 2022
Copy link
Contributor

@bgturner bgturner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking a shot at this feature @mircobabini !

I think most of the functionality of editing and saving notes is present, but a few pieces of feedback:

  1. EDIT button not vertically aligned correctly. It looks like the button is just a little bit below the baseline and other icons

    Image 2022-11-29 at 10 15 08 AM

  2. The styling of the textarea box doesn't match the edit area of the addNote text area. This is probably related to the

    Image 2022-11-29 at 10 18 32 AM

// switch edit mode
notes[noteIndex].editing = true;

// todo set autofocus on textarea (like textareaRef)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still need to implement this. Doing this will likely make the styling of the edit box match the "addNote" text box.

@nickcernis
Copy link
Contributor

Editing notes was implemented in #29.

@nickcernis nickcernis closed this Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants