3DStreet / 3dstreet

🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
249 stars 30 forks source link

Properly update the UI when adding or removing a mixin #620

Closed Algorush closed 3 weeks ago

Algorush commented 3 weeks ago

From this list: https://github.com/3DStreet/3dstreet/issues/519#issuecomment-2133712167 moved from aframe-inspector repository: https://github.com/aframevr/aframe-inspector/pull/699 Now UI is still not updating with the mixin name at the top of the right panel when you update a mixin, only after close/open right panel. But UI updating in the left panel.

vincentfretin commented 3 weeks ago

Ok good. In aframe-inspector, the entity representation is in CommonComponents, but in 3dstreet it's hidden with css and the title is really in Sidebar. I fixed it.