damus-io / notedeck

A multiplatform nostr client
Other
52 stars 9 forks source link

ui: add initial Profile hover previews #27

Closed jb55 closed 2 months ago

jb55 commented 2 months ago

The idea with these is that on notedeck you can just hover your cursor over a profile link to see the profile. I just have a stub for now, but full design coming soon after.

Also simplify the preview system even further with a macro. In the future I imagine we can grep every preview in the codebase, and then include this as a string inside this macro. This is some kind of template metaprogramming insanity but in theory it could work.