DavidMStraub / netviel

Web interface for the notmuch e-mail system
MIT License
54 stars 12 forks source link

Hover on search results shows text cursor (should be pointer) #21

Open JasonSanDiego opened 1 year ago

JasonSanDiego commented 1 year ago

When hovering over search results, I only see a text cursor. I went to fix this using the instructions as documented in this repo, and discovered the netviel-frontend repo already has this issue fixed. When I run in dev and point to the npm-hosted frontend, the behavior is correct. This repo seems to be caching a stale version of that repo.

nvm and JS packaging is out of my scope, so I don't know how any of it works, or else I'd fix it myself. I'd love to learn though, as I've also discovered a bug that causes some searches to return no results due to a JS error when parsing the API response.