This commit enhances the error handling and user interface in `DiscoverServersList.kt`.
- Improved loading indicator alignment by centering it within a `Box` that takes up available space.
- Added a retry mechanism for scenarios where loading servers fails or no servers are found. This includes:
- Displaying an error message.
- Providing a "Retry" button (`SquareButton`) that triggers `viewModel::loadServers` on click.
- Centering the error message and retry button within the screen.
|
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||