Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions todo.md
Original file line number Diff line number Diff line change
@@ -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