Added GSH game server data containing class, stub Account and Join Server dialogs, support 'lazy loading' remote images (downloading images in the background then calling a callback to replace temp image if host element is still in layout), misc. other changes.

This commit is contained in:
2026-09-02 11:17:04 -05:00
parent 59d884aad1
commit baec1e1e18
12 changed files with 248 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ module W3DHubLauncher
attr_reader :id, :category, :name, :type, :channels, :extended_data, :web_links
def initialize(data)
pp data
# pp data
@id = data["id"]
@category = data["category"]