unisonweb / elm-browser

A Unison Github repo explorer in Elm
MIT License
34 stars 4 forks source link

Track which term the user is hovering over #25

Closed nicklawls closed 5 years ago

nicklawls commented 5 years ago

This just adds the necessary UI state and messages to update it, and leaves a stub in the view where you'll dig through the codebase to get the actual names. That last step seemed rather involved, I figured one of you could do it way faster than I could.

currently depends on https://github.com/unisonweb/elm-browser/pull/24

mitchellwrosen commented 5 years ago

Looks good, can you rebase onto master now that #24 is merged?

mitchellwrosen commented 5 years ago

Thanks @xilnocas! Merged in #30