diff --git a/todo.md b/todo.md index 06bff0a..e69de29 100644 --- a/todo.md +++ b/todo.md @@ -1,37 +0,0 @@ -## Service Worker - -- [x] Query values to path -- [x] Path to path -- [x] URL Encoding -- [x] Partial matching (extensions) -- [x] null or undefined -- [x] Store findings -- [x] Improve findings output -- [x] Case sensitivity - -## UI - -- [x] Remove bootstrap and dependencies - -### Popup - -- [x] Toggles for source types -- [x] Partial matching toggle -- [x] Findings badge -- [x] Integrate the toggles with the service worker -- [x] Notification on how to see findings -- [x] Add minimum length for partial matching -- [x] Clear findings on refresh - -### DevTools panel - -- [x] Findings table -- [x] Clear findings button -- [x] Limit the amount of characters to avoid huge tables -- [x] Improve how we show information so the user can decide if it's worth it clicking -- [x] Improve the UI according to the v0.dev -- [x] Add click on table's rows to expand information -- [ ] Tooltip for URLs -- [ ] No findings UI -- [ ] Coloring what has matched -- [ ] Search feature