linebender / druid-widget-nursery

A place where Druid widgets come to mature before moving to the Druid repo.
Apache License 2.0
88 stars 41 forks source link

Improve stack based tooltips #122

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 2 years ago

No longer requires outer wrapper widget. Fewer command round trips. Correctly handle reaching window edges. Uses fewer unnecessary widget extensions (we implement Widget already so there was no point). Includes a cancellation widget extension, which will prevent a parent tooltip displaying over the child. Significantly expanded demo to cover edge cases and fully showcase new features.

richard-uk1 commented 2 years ago

I'm going to merge as the clippy error isn't really important for now. Maybe the next person who does a PR could fix it.