discourse/app/assets/javascripts/float-kit/addon/services
Joffrey JAFFEUX fe16633a0c
DEV: allows for multiple menus/tooltips (#26823)
menus and tooltips are now appended to their own portals. The service are the only responsible for managing the instances, prior to this commit, services could manage one instance, but the DMenu and DTooltip components could also take over which could cause unexpected states.

This change also allows nested menus/tooltips.

Other notable changes:

- few months ago core copied the CloseOnClickOutside modifier of float-kit without removing the float-kit one, this commit now only use the core one.
- the close function is now trully async
- the close function accepts an instance or an identifier as parameter
2024-05-07 23:48:44 +02:00
..
internal-tooltip.js FIX: replaces data-tooltip usage by <DTooltip /> (#24062) 2023-10-23 21:09:02 +02:00
menu.js DEV: allows for multiple menus/tooltips (#26823) 2024-05-07 23:48:44 +02:00
toasts.js UX: shows the bookmark menu improvements 2024-04-08 08:18:50 +02:00
tooltip.js DEV: allows for multiple menus/tooltips (#26823) 2024-05-07 23:48:44 +02:00