Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Added local storage support for editor helpers #5710

Merged
merged 8 commits into from
Apr 19, 2022
Merged

Conversation

NPatel10
Copy link
Contributor

@NPatel10 NPatel10 commented Apr 11, 2022

Summary

now state of the editor helpers are stored in localstorage. Currently supported helpers are,

  • Transform mode
  • Transform Space
  • Transform Pivot
  • Grid
  • Render Mode
  • Snap Tool
  • Node helper
  • Physics helper

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

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

@HexaField

.env.local.default Outdated Show resolved Hide resolved
packages/editor/src/services/ModeServices.ts Outdated Show resolved Hide resolved
@NPatel10 NPatel10 marked this pull request as ready for review April 19, 2022 04:41
@NPatel10 NPatel10 linked an issue Apr 19, 2022 that may be closed by this pull request
@HexaField HexaField self-requested a review April 19, 2022 07:21
@HexaField HexaField merged commit 2fb07f6 into dev Apr 19, 2022
@HexaField HexaField deleted the Editor-Helper-State branch April 19, 2022 07:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editor helpers state should save to local storage
2 participants