Description:
Currently, there's no visual feedback when the application is making API calls. Let's add loading spinners to improve the user experience during data loading.
Requirements:
Add a loading spinner component
Display the spinner when:
-
Fetching account information
-
Loading chart data
-
Retrieving trade history
-
Starting/stopping the trading bot
-
Hide the spinner when the data is loaded
-
Use the existing CSS classes for styling
Skills needed: React, CSS, JavaScript
Difficulty: Easy
Description:
Currently, there's no visual feedback when the application is making API calls. Let's add loading spinners to improve the user experience during data loading.
Requirements:
Add a loading spinner component
Display the spinner when:
Fetching account information
Loading chart data
Retrieving trade history
Starting/stopping the trading bot
Hide the spinner when the data is loaded
Use the existing CSS classes for styling
Skills needed: React, CSS, JavaScript
Difficulty: Easy