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

refactor ExtensionPopup #875

Merged
merged 3 commits into from Dec 3, 2020
Merged

Conversation

VladimirAfanasievFS
Copy link
Collaborator

image

@codecov-io
Copy link

codecov-io commented Dec 1, 2020

Codecov Report

Merging #875 (554b724) into master (8b2e952) will increase coverage by 0.73%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #875      +/-   ##
==========================================
+ Coverage   78.43%   79.17%   +0.73%     
==========================================
  Files          89       89              
  Lines        1628     1628              
==========================================
+ Hits         1277     1289      +12     
+ Misses        351      339      -12     
Impacted Files Coverage Δ
services/app/lib/codebattle/bot/chat_client.ex 0.00% <0.00%> (-9.10%) ⬇️
services/app/lib/codebattle/bot/player_server.ex 66.66% <0.00%> (-1.52%) ⬇️
...es/app/lib/codebattle_web/channels/game_channel.ex 86.36% <0.00%> (+6.06%) ⬆️
...es/app/lib/codebattle_web/channels/chat_channel.ex 96.66% <0.00%> (+16.66%) ⬆️
services/app/lib/codebattle/chat/server.ex 89.28% <0.00%> (+21.42%) ⬆️

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 8b2e952...554b724. Read the comment docs.

</Button>
</Modal.Footer>
</Modal>
);
};

export default domElement => {
const lastCheckTime = window.localStorage.getItem('lastCheckTime');
const nowTime = Date.now();
const oneMonth = 1000 * 60 * 60 * 24 * 30;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Давай всё же не месяц, а два-три дня сделаем.

@ReDBrother ReDBrother merged commit 1290b0b into master Dec 3, 2020
@ReDBrother ReDBrother deleted the refactor_extension_popup_logic branch December 3, 2020 03:00
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.

None yet

3 participants