Slicing user notes to show only the 5 most recent notes, added a button to display more notes.
Initial display: 5 most recent notes
Increment: 5 more notes every time the button is pressed
Button disappears when count > size(notes)
I fixed some of the issue, the behavior stayed exactly the same. I also disabled the add notes button if no text is entered and I cleared the text once it has been successfully submitted
Slicing user notes to show only the 5 most recent notes, added a button to display more notes. Initial display: 5 most recent notes Increment: 5 more notes every time the button is pressed Button disappears when count > size(notes)