Skip to content

Conversation

monteslu
Copy link
Collaborator

What's this PR do?

Adds an overlay when a new version or new installation of the app occurs.

Where should the reviewer start?

start with client.js to see the lifecycle of the check, and background.js to see how the app is flagged as updated.

How should this be manually tested?

build and reload the app, when launching it should show the overlay. If you just close and re-open without reload or re-installing the overlay should not appear.

What are the relevant tickets?

fixes #215

@@ -244,6 +244,17 @@ function handlers(app, opts, done){
store.dispatch(creators.showDeleteFileOverlay());
}

function showNewVersionOverlay(){
chrome.storage.local.get('newVersion', function(val) {
console.log('newVersion', val.newVersion);
Copy link
Contributor

Choose a reason for hiding this comment

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

leftover console.log

@monteslu
Copy link
Collaborator Author

updated

@phated
Copy link
Contributor

phated commented Sep 14, 2015

needs a rebase

phated added a commit that referenced this pull request Sep 14, 2015
@phated phated merged commit 4577a4d into master Sep 14, 2015
@phated phated deleted the newVersionOverlay branch September 14, 2015 19:23
@phated phated removed their assignment Jan 5, 2016
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.

Add a "New Version" notice
2 participants