-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Needs DesignWaiting for input from the UX teamWaiting for input from the UX teamPriority: WishlistNot a priority, but something that might be niceNot a priority, but something that might be nice
Description
Problem
We have a signal public signal void close (); in Indicator but often we want to call popdown from other classes than the main indicator class. We can do that either by chaining up signals—which is kinda gross—or ignoring this function altogether and using get_ancestor. Neither of which are super ideal
Proposal
A function we can call from any part of the indicator to close the popover
Prior Art (Optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs DesignWaiting for input from the UX teamWaiting for input from the UX teamPriority: WishlistNot a priority, but something that might be niceNot a priority, but something that might be nice