Kiryl Valkovich
Kiryl Valkovich
@ulysses4ever thank you for your attention and remarks. I follow simple goals with the project: - Attract more non-academia newcomers to Haskell. Or at least stop to scare them away....
Day 4. Started package page implementation. https://user-images.githubusercontent.com/9302460/147923918-af65901c-467b-44a9-989c-6249a1fdb278.mov Now I parse HTML content response from proxied HTTP request to hackage.haskell.org. There are missing JSON APIs. It won't be hard to replace...
Day 5. Not so much done on features. - Implemented server-side rendering. It should be fast. - Started sidebar implementation at the package page. - Deployed 🚀 to [Vercel](https://vercel.com/) in...
Now you can follow the project at Twitter: https://twitter.com/HackageUI
Day 6. - Added favicon, page titles, meta for SEO. - Added some links to the footer. - Adapt pages for mobile devices. Menu navigation is missing yet. https://user-images.githubusercontent.com/9302460/148267709-b1c63f78-9632-44a1-8709-45695010d5cd.mp4 -...
Still Day 6. 😄 - Implemented the "Recent searches" feature. The search history is stored in the browser's local storage. https://user-images.githubusercontent.com/9302460/148293624-5d639616-1b99-435c-ba5a-7e4ac372ef47.mov - Now you can Show help by typing `:?`...
@ollimandoliini thank you! > The search could maybe somehow indicate if there are no results for the search. Right now working on it. > It would be nice if you...
Day 7. Before the second cup of coffee. ☕️ - Search results header for Hackage and Hoogle searches. - Ability to clean up search history. https://user-images.githubusercontent.com/9302460/148386499-930b2974-70f1-4aae-a274-3d91bb614f7a.mov - Disable ligatures by...
Day 7. After the second cup of coffee ☕️ - Not you can expand/collapse search results items in Hoogle search as asked by @bgamari in https://github.com/visortelle/hackage-ui/issues/3 https://user-images.githubusercontent.com/9302460/148423788-beb510f9-1cd6-4b0e-b72a-aaafccae30f0.mov
Day 8. - Homepage and Repository info at the package page.