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

Saving Improvements #846

Merged
merged 1 commit into from
Mar 18, 2020
Merged

Saving Improvements #846

merged 1 commit into from
Mar 18, 2020

Conversation

ericnewcomer
Copy link
Member

Tries to address possibility of stale implicit saving and save lockout. Also adds a separate monitor to check for stale changes.

this.props.mergeEditorState({ activityInterval: ACTIVITY_INTERVAL });
}
}

Copy link
Member Author

Choose a reason for hiding this comment

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

This is addressing a react warning. This is moved to the save method so that components can't update themselves after render.

@codecov
Copy link

codecov bot commented Mar 17, 2020

Codecov Report

Merging #846 into master will decrease coverage by 0.01%.
The diff coverage is 31.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #846      +/-   ##
==========================================
- Coverage   63.98%   63.97%   -0.02%     
==========================================
  Files         171      171              
  Lines        6514     6523       +9     
  Branches     1522     1522              
==========================================
+ Hits         4168     4173       +5     
- Misses       1829     1833       +4     
  Partials      517      517
Impacted Files Coverage Δ
src/components/flow/Flow.tsx 65.97% <ø> (+1.97%) ⬆️
src/store/thunks.ts 61.7% <31.57%> (-0.69%) ⬇️

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 45c7852...78a679a. Read the comment docs.

@@ -237,8 +238,13 @@
"type_label": "When a contact arrives at this point in your flow..."
},
"groups": "Groups",
"issue": {
"legacy_extra": "Invalid regular expression found: [[regex]]"
},
Copy link
Member Author

Choose a reason for hiding this comment

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

missed some i18n on issues

@ericnewcomer ericnewcomer merged commit 533d1e0 into master Mar 18, 2020
@ericnewcomer ericnewcomer deleted the saving_improvements branch March 18, 2020 17:56
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.

2 participants