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

issue #55: fixes first start problem and empty options, #63 #66

Merged
merged 3 commits into from
Jan 29, 2017
Merged

Conversation

beshur
Copy link
Member

@beshur beshur commented Jan 25, 2017

  • moved providersDefault to background - to init the providers on first start
  • changed providers options parsing in content

localStorage.setItem('status', 'silent');

// first run
if (!localStorage.getItem('providersDefault')) {
Copy link
Member

Choose a reason for hiding this comment

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

Меняется же список

@beshur
Copy link
Member Author

beshur commented Jan 28, 2017

Updated

@beshur beshur changed the title issue#55: fixes first start problem and empty options, #63 issue #55: fixes first start problem and empty options, #63 Jan 28, 2017
@@ -1,13 +1,115 @@
/* StoPlay Background JS */
"use strict";
Copy link
Member

Choose a reason for hiding this comment

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

👮

};
DataStorage.set = function (name, value) {
this.storage.setItem(name, JSON.stringify(value));
};
Copy link
Member

Choose a reason for hiding this comment

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

надо будет запилить какой-то TypeScript, AtScript...чтобы красиво, с импортами :)

Copy link
Member Author

Choose a reason for hiding this comment

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

ну именно в рамках экстеншена все дополнительные файлы - только асинхронно грузить

@beshur beshur merged commit 51adf2d into master Jan 29, 2017
@beshur beshur deleted the issue-55 branch January 23, 2018 13:06
@beshur beshur added this to In Progress in Next Gen Jan 23, 2018
@beshur beshur moved this from In Progress to Done in Next Gen Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Next Gen
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants