Hey team!
Exciting news! We've developed a custom component that beautifully showcases Game information. To do this, we integrated it within a Column widget, which is connected to a Datasource. As a result, the list of games is now dynamically displayed.
Now, we're facing a small challenge. When users click on a game component, we want to show them the Game details page. This involves making API calls to retrieve the necessary Game details information.
To improve user experience, we'd like to display a loading Icon each time a game is clicked. However, we're currently exploring ways to achieve this. Any suggestions or ideas would be highly appreciated!