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

isDry === true/false? #8

Open
2 tasks
awaisanwar544 opened this issue Feb 21, 2022 · 0 comments
Open
2 tasks

isDry === true/false? #8

awaisanwar544 opened this issue Feb 21, 2022 · 0 comments

Comments

@awaisanwar544
Copy link
Owner

awaisanwar544 commented Feb 21, 2022

  • Issue 1:
      clearList(element);
      populateList(newList, element);
      addToLocalStorage(newList.storage);
      updateEvent();
      checkStatusOnLoad(newList);
      delEvent();

these function calls are repeated.

todo-list/src/index.js

Lines 54 to 59 in 9fbf1f7

clearList(element);
populateList(newList, element);
addToLocalStorage(newList.storage);
updateEvent();
checkStatusOnLoad(newList);
delEvent();

todo-list/src/index.js

Lines 68 to 73 in 9fbf1f7

clearList(element);
populateList(newList, element);
addToLocalStorage(newList.storage);
updateEvent();
checkStatusOnLoad(newList);
delEvent();

todo-list/src/index.js

Lines 83 to 89 in 9fbf1f7

clearList(element);
populateList(newList, element);
updateTaskEvent();
delEvent();
updateEvent();
addToLocalStorage(newList.storage);
checkStatusOnLoad(newList);

  • Issue 2:
    background-color: rgb(238, 238, 238); is repeated on Line 2 and 62
    color: rgba(116, 116, 116, 0.767); is repeated on Line 72, 96, 72
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

No branches or pull requests

1 participant