Skip to content

chore: updates to decouple website#811

Merged
menduz merged 12 commits intomasterfrom
chore/website-decoupling
Jul 27, 2021
Merged

chore: updates to decouple website#811
menduz merged 12 commits intomasterfrom
chore/website-decoupling

Conversation

@menduz
Copy link
Copy Markdown
Member

@menduz menduz commented Jul 15, 2021

Unity counterpart of decentraland/explorer#2473

  • Removes unused property showWalletPrompt from JSON
  • Ensures consisten state with loading screen, by initializing the state with default values
  • Adds DeactivateRenderingACK to signal kernel when the renderer should be fisabled
  • Removes unused message SendAuthentication since it is handled by kernel now
  • Add Hls.js to unity-renderer generated code, since it is browser specific and now kernel should work in both browser and Node.js

@github-actions
Copy link
Copy Markdown
Contributor

@menduz menduz marked this pull request as ready for review July 21, 2021 19:55
DataStore.i.HUDs.loadingHUD.message.Set(payload.message);
DataStore.i.HUDs.loadingHUD.showWalletPrompt.Set(payload.showWalletPrompt);
// mendez: showWalletPrompt no longer needs to exist
DataStore.i.HUDs.loadingHUD.showWalletPrompt.Set(false);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should completly remove the wallet prompt.

I'm creating a ticket for this so we dont block this PR.
https://app.zenhub.com/workspaces/unity-6047bad476c3c0001942ee91/issues/decentraland/unity-renderer/851

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AjimenezDCL
Copy link
Copy Markdown
Contributor

Strange, I remember reviewing this already. Anyway, looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants