elleanne / elleanne/search-savior

Fix carrots on search.html

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
CSS
Stars
1
Forks
6
PR merge metrics
No merged PRs in 30d

Description

URLs should be listed in trees. The initial/head URL should be visible as the head with a carrot, and the following child URLs should be visible when the carrot is expanded.

Currently, the carrots are broken and the children are all expanded at once.

background.js gets the URL name from each tab visited.
The URL is saved in chrome.storage
Then foreground.js gets the URLs from chrome.storage and writes it to the search.html page, depending on which search is being accessed.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with search.html and foreground.js, then trace how foreground.js reads URLs from chrome.storage populated by background.js. Reproduce the page with multiple visited URLs and inspect the generated tree structure. Done means the initial URL appears as a head with a carrot and child URLs remain hidden until expanded.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, html, javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.