Description:
Currently, the playground web app allows users to run dice DB commands directly once the CLI loads, However, when the server is unavailable, commands return a "Failed to fetch" error. I believe there should be an indication to show whether the connection to the DiceDB server is successful.
Adding a feature that displays the connection status (e.g., "Connected" or "Failed to Connect") using the DiceDB PING command would improve the user experience by helping users quickly verify if the server is accessible before running commands.
Suggestions:
- Use the PING command to check if the DiceDb server is reachable.
- Display a simple "Connected" or "Failed to Connect" message near the command input area.