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

fix issue #14, issue #20 #21

Merged
merged 2 commits into from
Oct 18, 2020
Merged

Conversation

yuanLeeMidori
Copy link
Contributor

Hi, I've added the pause and resume feature to the extension. Please let me know if there is anything you want me to modify, including coding style and UI.

Also, I add one setting of the font color during the rand of 5-10 minutes. I set it to black to improve accessibility.

@drgn-hart
Copy link
Owner

Thanks for working on this. I will need some time to review and merge as I am preoccupied with some other work. Will try to get back to you by next week

@yuanLeeMidori
Copy link
Contributor Author

No worries! Take your time. Let me know if there is anything I can do

Copy link
Owner

@drgn-hart drgn-hart left a comment

Choose a reason for hiding this comment

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

Overall looks good. Can you run eslint src/** and fix the linter errors in the code?

@@ -22,6 +31,7 @@ chrome.runtime.onMessage.addListener(
* @param {Number} seconds - seconds for which timer should run
*/
function startTimer(hours, minutes, seconds) {
debugger;
Copy link
Owner

Choose a reason for hiding this comment

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

Remove debugger statement

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for checking my code. Sorry about leaving the debugger. I've removed it and pushed the change.

@drgn-hart drgn-hart merged commit 30f3d30 into drgn-hart:master Oct 18, 2020
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.

Color accessibility during 5 to 10 minutes Add pause functionality
2 participants