Files
MrixsCraft-launcher/internal/ui/ui_test.go
Vladimir Zagainov e1371e226a feat: implement dynamic server list loading from API
Add internal/api package to fetch server list from /api/servers.json endpoint

Replace hardcoded server list with dynamic API call

Implement loading states, error handling, and refresh capability
2026-06-10 20:12:03 +03:00

9 lines
235 B
Go

// package ui contains the Fyne GUI bootstrap and wiring.
package ui
import "testing"
// Dummy test to ensure package compiles
func TestUIPackage_Compiles(t *testing.T) {
// This test ensures the ui package compiles without errors
}