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

fix(FEC-10326): customPreset breaks UI #530

Merged
merged 4 commits into from
Jul 21, 2020
Merged

fix(FEC-10326): customPreset breaks UI #530

merged 4 commits into from
Jul 21, 2020

Conversation

OrenMe
Copy link
Contributor

@OrenMe OrenMe commented Jul 21, 2020

Description of the Changes

The initial shell mounting is happening after external preset mounts and in tooltips we rely on the shell prop isMobile.
As this is one time decision we can update it in the initial state.

Also refactor our with animation innerRef to avoid passing new anonymous function every time

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

The initial shell mounting is happening after external preset mounts and in tooltips we rely on the shell prop isMobile.
As this is one time decision we can update it in the initial state.

Also refactor our with animation innerRef to avoid passing new anonymous function every time
@OrenMe OrenMe requested a review from yairans July 21, 2020 09:40
@OrenMe OrenMe self-assigned this Jul 21, 2020
yairans
yairans previously approved these changes Jul 21, 2020
@OrenMe OrenMe removed the request for review from Yuvalke July 21, 2020 10:40
@OrenMe OrenMe merged commit 0d52ad3 into master Jul 21, 2020
@OrenMe OrenMe deleted the FEC-10326 branch July 21, 2020 10:40
Yuvalke pushed a commit that referenced this pull request Jul 27, 2020
The initial shell mounting is happening after external preset mounts and in tooltips we rely on the shell prop isMobile.
As this is one time decision we can update it in the initial state.

Also refactor our with animation innerRef to avoid passing new anonymous function every time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants