Multimedia feedback #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most
onpickedoronreleasedactions should have a form of confirmation.It could be a temporary glow or scale change of the selected element.
Consider emitting events for
AFRAME.registerComponent('onreleased', { /* ... */ })andAFRAME.registerComponent('onpicked', { /* ... */ })in https://git.benetou.fr/utopiah/biggu_s_gate/src/branch/main/pages/jxr-core.js#L209-L244 which could then be customized, delegating this to the page.Overall this is aligned with the "juice" mentioned in #50 (comment)
Tested in
onboardingcomponent.