Introduce a dashboard to display stats like the number of blocked attempts, time saved, and a progress bar for the user's focus session. This will provide users with insights into their productivity.
Checklist:
- Track blocked attempts and time saved in chrome.storage.
- Design a simple dashboard UI in the popup.
- Use progress bars or charts to represent data visually (e.g., Chart.js).
- Ensure stats are updated in real-time.
Introduce a dashboard to display stats like the number of blocked attempts, time saved, and a progress bar for the user's focus session. This will provide users with insights into their productivity.
Checklist: