main: work in progress [might break]

This commit is contained in:
Leon van Kammen 2024-06-18 12:00:14 +02:00
parent 92aef6abbe
commit 3e2e07616f
6 changed files with 1582 additions and 5 deletions

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Mon Jun 17 01:53:03 PM UTC 2024 * v0.5.1 generated at Mon Jun 17 02:44:21 PM UTC 2024
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: MPL-2.0 * SPDX-License-Identifier: MPL-2.0
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Mon Jun 17 01:53:03 PM UTC 2024 * v0.5.1 generated at Mon Jun 17 02:44:21 PM UTC 2024
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: MPL-2.0 * SPDX-License-Identifier: MPL-2.0
*/ */

File diff suppressed because it is too large Load diff

View file

@ -366,7 +366,7 @@ window.accessibility = (opts) => new Proxy({
this.helper.selected = n.uuid this.helper.selected = n.uuid
xrf.scene.add(this.helper) xrf.scene.add(this.helper)
notify(`${n.userData['aria-description']||''}` + (n.userData.href ? `<br><b>name:</b> ${n.name}<br><b>link:</b> ${n.userData['href']}` :'') ) notify(`${n.userData['aria-description']||''}` + (n.userData.href ? `<br><b>name:</b> ${n.name}<br><b>href:</b> ${n.userData['href']}` :'') )
} }
if( e.key == 'Enter' && objects[cache.current].userData.href ){ if( e.key == 'Enter' && objects[cache.current].userData.href ){

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Mon Jun 17 01:53:03 PM UTC 2024 * v0.5.1 generated at Mon Jun 17 02:44:21 PM UTC 2024
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: MPL-2.0 * SPDX-License-Identifier: MPL-2.0
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* v0.5.1 generated at Mon Jun 17 01:53:03 PM UTC 2024 * v0.5.1 generated at Mon Jun 17 02:44:21 PM UTC 2024
* https://xrfragment.org * https://xrfragment.org
* SPDX-License-Identifier: MPL-2.0 * SPDX-License-Identifier: MPL-2.0
*/ */