Spacetime-Meta / spacetime-sdk

The spacetime-sdk is a turnkey virtual environment package for building in the Spacetime Metaverse
https://www.spacetimemeta.io/metaverse/spawn-planet
MIT License
11 stars 2 forks source link

137 show peers connection status #160

Closed Liquid-Blocks closed 2 years ago

Liquid-Blocks commented 2 years ago

This is pull request introduces major changes to the UI.

  1. The base change is to create a UiElement class to wrap the creation of new html elements in a easy-to-use class.
  2. Then almost every Ui element was rebuilt using the new UiElement class.
  3. During those changes, most of the Ui was redesigned and grouped in a single menu interface.
  4. During the redesign, some of the most recent features where disabled since they where not complete yet (group chat and video call). All the code is still present, only need to wire those features to the new UI.
  5. Finally, the new Ui design allow to show the peer connection status, as it was the original goal of this issue.
Liquid-Blocks commented 2 years ago

Hi @codeeMadness, I will leave this here until our next meeting so you can see the changes.

Some of the new features are turned of since they where not complete enough to create an intuitive UI. Please help to make sure no important code is lost.

Thank you and sorry for the big changes, I hope it will make the code easier to work as it scale.