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

Release/v1.3.1 #33

Closed
wants to merge 5 commits into from
Closed

Release/v1.3.1 #33

wants to merge 5 commits into from

Conversation

djkwagala
Copy link

Includes fix to:

  1. Disable click execution while an action is running Feature/advancedcheatsheet #15
  2. Disable loading of new data while resizing in web-modeler

@codecov-io
Copy link

codecov-io commented Aug 2, 2018

Codecov Report

Merging #33 into master will decrease coverage by 0.19%.
The diff coverage is 11.11%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #33     +/-   ##
=========================================
- Coverage   50.65%   50.46%   -0.2%     
=========================================
  Files          29       29             
  Lines        1297     1302      +5     
  Branches      345      347      +2     
=========================================
  Hits          657      657             
- Misses        640      645      +5
Impacted Files Coverage Δ
src/utils/data.ts 16.76% <11.11%> (-0.26%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f160de...fac6e3c. Read the comment docs.

if (!this.isRunningAction) {
this.onStartAction();
if (options.mxObject) {
// handleOnClick(options.options, options.mxObject, options.mxForm);

Choose a reason for hiding this comment

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

old comment

Copy link
Author

Choose a reason for hiding this comment

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

removed

mx.ui.hideProgress(this.showProgress);
}

}

Choose a reason for hiding this comment

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

Remove empty line

Copy link
Author

Choose a reason for hiding this comment

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

removed

.then(newMxObject => {
handleOnClick(options.options, newMxObject, options.mxForm)
.then(this.onStopActionbound)
.catch((error) => {

Choose a reason for hiding this comment

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

no need for parentheses around (error)

Copy link
Author

Choose a reason for hiding this comment

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

sure, thanks

}
} , 120);
}
private onStopAction() {

Choose a reason for hiding this comment

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

empty line before function declaration

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for catching it. (uuh, I have references of usage on top of every function, they mislead, however my linters should do their job - will fix them)

private instanceID = getInstanceID(this.props.friendlyId, store, "bar");
private scatterData = this.getData(this.props);

Choose a reason for hiding this comment

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

When new series are added in the WM will they all have new data?

const context = new mendix.lib.MxContext();

if (!mxObject || options.onClickEvent === "doNothing") {
return;
resolve();

Choose a reason for hiding this comment

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

should we resolve and return?

Copy link
Author

Choose a reason for hiding this comment

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

Yea, right! thanks

@djkwagala djkwagala closed this Oct 5, 2018
@djkwagala djkwagala deleted the release/v1.3.1 branch October 5, 2018 14:40
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.

3 participants