Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XRUI interactable modal improvements #5419

Merged
merged 14 commits into from
Mar 5, 2022
Merged

Conversation

speigg
Copy link
Member

@speigg speigg commented Mar 5, 2022

Summary

Various improvements to interactable modal XRUI
NOTE: includes elements that are highly targeted to an e-commerce use-case; this modal will eventually need to be generalized and made more customizable , or else will need to be designated as an e-commerce oriented UI.

Checklist

  • Pre-push checks pass npm run check
    • Linter passing via npm run lint
    • Unit & Integration tests passing via npm run test:packages
    • Docker build process passing via npm run build-client
  • If this PR is still a WIP, convert to a draft
  • When this PR is ready, mark it as "Ready for review"
  • Changes have been manually QA'd
  • Changes reviewed by at least 2 approved reviewers

References

References to pertaining issue(s)

QA Steps

  1. git checkout pr_branch_name
  2. npm install
  3. npm run dev-reinit
  4. npm run dev

List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos.

Reviewers

Reviewers for this PR

@speigg speigg changed the title XRUI intractable modal improvements XRUI interactable modal improvements Mar 5, 2022
@HexaField HexaField self-requested a review March 5, 2022 08:15
@@ -33,6 +44,36 @@ export default async function AnimationSystem(world: World) {
return () => {
const { delta } = world

for (const entity of desiredTransformQuery(world)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i like this change, maybe we can rename DesiredTransformComponent to something more descriptive, something like AnimateLerpToTransformQuery maybe?

@speigg speigg merged commit c494d80 into dev Mar 5, 2022
@HexaField HexaField deleted the xrui-interactable-improvements branch March 9, 2022 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants