Skip to content

Added and Delete Note Buttons#1677

Open
Jonimz wants to merge 1 commit intodevelopmentfrom
Add-and-Delete-Buttons
Open

Added and Delete Note Buttons#1677
Jonimz wants to merge 1 commit intodevelopmentfrom
Add-and-Delete-Buttons

Conversation

@Jonimz
Copy link
Contributor

@Jonimz Jonimz commented Feb 18, 2026

Issue Description

Fixes #1630

  • Add issue description
    This update allows users to edit an existing note using the same modal that is used to add a new note.
    When a user clicks Edit, the modal now opens with the note’s:
    Text already filled in
Screenshot 2026-02-18 at 3 26 47 PM

Changes

Added logic so clicking Edit opens the modal with the note’s current information.
Fixed the edit button’s data-* attributes so they match the correct model fields.
If editing, the old note is deleted.
The updated version is saved as a new note.
Screenshot 2026-02-18 at 3 26 58 PM

Note Editing
Go to My Profile under Event List.
Create a note and save
Click Edit on the existing note.
Confirm the updated text appears correctly.
Click save.
Confirm the updated note appears correctly.

@github-actions
Copy link

View Code Coverage

@Meatchema Meatchema self-requested a review February 18, 2026 21:03
@Meatchema
Copy link
Contributor

The looks of the edit and delete buttons are in a bit of an odd position. I think it may be best to have a drop down tab for each note that is present so that the buttons aren't smash together;

image

I have also recieved this error when trying to click on the edit button for the note.
image

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.

Add Edit and Delete buttons to the Bonner notes in the Bonner Program accordion on User Profile page

2 participants

Comments