Daksh777 / TakeABreak

Tackle procrastination by using self-destructing tabs and boost your productivity.
https://breaks.eu.org
GNU Affero General Public License v3.0
74 stars 114 forks source link

added option of a pop-up todolist #140

Closed Anjali-Kedia closed 2 years ago

Anjali-Kedia commented 2 years ago

👨‍💻 Changes proposed

-Added a To Do List option in the drop down -Once clicked a pop-up to-do-list appears -We can add as many options, and delete them once work is done -Clear all tasks option to clear all the tasks at once -Once the use of the list is done, click on the option in the drop down to remove pop-up

📷 Screenshots

image image
Anjali-Kedia commented 2 years ago

Okay sir, working on it. I had a question, so the toggle does two things: i)adds a pop up of the to-do-list like the previous one, but at the bottom of the page. ii)and the second popup , that says the list has been added to the bottom

Am I missing anything?

Daksh777 commented 2 years ago

Correct @Anjali-Kedia. Make sure to use the to-do list codepen I shared with you as a starting point since it already has animations and some functionality. The 2nd popup will use SweetAlert2 to show that a to-do list has been added to the bottom of the page.

Anjali-Kedia commented 2 years ago

Made the changes.