
The first component is at the left of the window and contains a preview of a painting titled The React Party. An Edit link is at the right of the title. An arrow labeled Title updated if changed in EditPaintingForm points to the title. An arrow labeled 1 Update the data displayed in EditPaintingForm when clicked points from the Edit link to the second component placed at the right side of the first component. The second component contains the full view of the painting whose preview was shown in the first component. A caption that reads, Title colon The React Party is placed below the painting. A line of text that reads, 2 If user changes the title, then it should update everywhere as it is typed is written below the caption. The third component that consists of a Undo Changes button is placed at the top of the first and second component. An arrow labeled 3 Painting data will be restored if undo clicked points from the Undo Changes button to the first and second component.
Back