Hey team - I spent several hours yesterday moving 2 of my popups over to the new project level popup manager and generally I’m very happy It’s nice to have a global system to manage these.
There are 3 things I noticed while doing this and I’d like to know if these are missing features that will be added, were intentionally left out, or if I’m just missing them. All of these were present on the previous popups:
- Z-axis control: The only way I saw this could be influenced is with the ‘click outside to close’, but that just pushes it to the very top.
- State variables: With the previous popups, there was a default variable that would show up in the ‘from components in current page’ that would update automatically based on the open / closed state so it was really easy to reference it in other bindings or workflows. I haven’t seen this variable for the new popups so I’ve simulated it with creating my own variable that I update in every workflow that either opens / closes the popup. While this works, it feels like a more bug prone approach and also means I can’t use the ‘click outside to close’ because I have no control over that workflow so I can’t update my variable tracking the state. TLDR: The old system was fantastic and made tracking the state much easier.
- Drop shadow: It’s on by default and I’m not seeing a way to modify it.
Overall the new manager is a much better system but these 3 things, particularly the z-axis and state are well needed features. Please let me know if I’m missing how these are implemented on the new system, cheers!