mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 20:04:28 +01:00
This commit adds a new StatelessWidget, TestSuiteListTile, designed to display individual TestSuite items in a list. Key Features: - Created a TestSuiteListTile class that takes a TestSuite object and a VoidCallback for the onTap event as parameters. - Utilized Material Design with custom styling to ensure the tile fits well within the application's UI. - The tile displays the timestamp of the TestSuite, which serves as its title. - Included a play arrow icon to indicate that the tile is actionable. - Utilized MediaQuery to adapt the tile width based on the screen size, capped at a maximum width of 260. By adding this widget, we improve the UX by providing a consistent and intuitive way to interact with TestSuite objects in the UI.