Menu's replaced with Popups #1043
Replies: 4 comments 8 replies
-
Also, from a documentation perspective, the Popup documentation needs to state that the |
Beta Was this translation helpful? Give feedback.
-
It literally does everything the menu does, and does it better in nearly every regard. We consider it a complete replacement. Keeping the menu would have introduced a redundancy with issues that we will not be supporting any longer. We're calling it a release candidate because it is a release candidate. You don't have to agree with that.
Everything you need to use the popups is shared on the Popup documentation page. Read that top-to-bottom and you'll have your answers for how to use it. That's why we spend the time writing up these documents in the first place:
We do mention it's required to go in the root layout: There's no component involved with the Popup. It's a Svelte action. You import the Floating UI dependency, you pass a reference to the store (which keeps it option), then the action utilizes this instance. If you fail to follow the provided instruction or skip steps things aren't going to work. We literally write the instructions for this in the order needed top to bottom. If folks opt not to follow that we really have no control over this. Just as an aside here, we do implement a Code of Conduct in our community. We ask that feedback be constructive and empathetic. I'm just going to let you know the language used here is riding the line. I'm going to go ahead and lock this thread now that your issues have been heard and addressed. But please consider finding another way to approach similar discussions in the future: |
Beta Was this translation helpful? Give feedback.
-
@drmikecrowe I've decided to reverse the lock so you can respond. We do welcome open discourse here, so I apologize for removing the option for that. We're fast approaching our v1 release which means stress levels are at max right now. I apologize if my message was not constructive. If we can help with your issues above let us know. |
Beta Was this translation helpful? Give feedback.
-
@drmikecrowe , what does RC stand for in this context? |
Beta Was this translation helpful? Give feedback.
-
My timing was impeccable -- heard @endigo9I740 on Podrocket, started using Skeleton, built my Menu, then they went away 😃
I agree the foundation of Popup does everything we need for a menu, but unless I'm missing something, I feel like you can't remove Menu and call it an RC. In order to replicate the prior functionality, I had to pull in this from the docs site:
I'm not sure what in this is required, but here's what I used before -- I really feel the base expectation is this should be supported out of the box:
Beta Was this translation helpful? Give feedback.
All reactions