quackscape/assets/js
Kumi ac2c4e788f
feat(editor): implement element location update on
dragend

Replaced a placeholder console.log with a concrete implementation of the
`updateElementLocation` function in the `startModifyElement` event
listener. This function calculates a new angular position (`theta`)
based on the element's offset after dragging it in the editor and
updates the element's `theta-start` attribute accordingly. This change
leads to a more dynamic and interactive user experience in the editor by
allowing users to reposition elements visually and have those changes
reflected immediately.
2024-03-28 13:09:48 +01:00
..
editor fix(editor): correct TeleportElement option and improve dropdown 2024-03-28 12:27:10 +01:00
scene refactor(scene): modularize sidebar and navbar loading 2024-03-16 11:16:26 +01:00
api.js feat: add media resolution updates & API endpoints 2024-03-17 08:35:40 +01:00
editor.js feat(editor): implement element location update on 2024-03-28 13:09:48 +01:00
scene.js feat: integrate aframe-click-drag and improve 2024-03-27 19:54:48 +01:00
userarea.js feat: integrate media deletion and swap icon 2024-03-27 10:08:07 +01:00