ndmitchell / ndmitchell/hoogle
Function coloring should happen in the input field
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Haskell
- Stars
- 803
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
Currently the search term is repeated below the input field so it can be colored properly when showing a type search. I should use contenteditable=true so I can style the input and then the field itself can show the color.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the search input and the duplicated colored term in the web interface; read the surrounding rendering and styling code first. Make the input itself display the function coloring and remove the need for repeated text below it, then verify type searches in the browser.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell, html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100