umgc / Summer2024

Summer 2024 Cohort for UMGC 670
Creative Commons Zero v1.0 Universal
3 stars 3 forks source link

added edit button #652

Closed WhitneyMeulink closed 1 month ago

WhitneyMeulink commented 1 month ago

Edit Button Icons: Added IconButton widgets next to each question and answer text in the QSet widget. These buttons use the edit icon and call the _editQuestion method when pressed.

Edit Dialog Box: The _editQuestion method shows a dialog box with a TextField to edit the selected question or answer. The controller is initialized with the current text of the question or answer. The dialog box has two actions: Cancel and Save. The Cancel button closes the dialog without saving changes, while the Save button updates the question or answer text and closes the dialog.

Thank you for your review.

-Whitney

StephenBuley commented 1 month ago

Closing per Whitney's comment above.