Files
Auto-GPT/frontend/lib
hunteraraujo a470a30311 Fix multiple selection issue in TaskListTile
Ensure that only one TaskListTile can be selected at a time.

- Refactor TaskListTile to be a StatelessWidget.
- Remove internal state `_isSelected` from TaskListTile.
- Add a `selected` boolean prop to TaskListTile to control its selection state from the parent.
- Update the parent widget to manage the selection state and pass it down to TaskListTile.
2023-09-04 14:26:25 -07:00
..
2023-09-04 16:43:51 +02:00
2023-09-04 16:43:51 +02:00
2023-09-04 16:43:51 +02:00
2023-09-04 16:43:51 +02:00
2023-09-04 16:43:51 +02:00