Marcelo da Silva
Marcelo da Silva
Pretty meh.. :( I wish it could be supported.
For who wants to achieve this: https://codesandbox.io/s/react-aria-popover-open-on-scroll-5q8qu?file=/src/App.js **Warning: this is a "hacky" way, as we are passing down a different "state.close" function than the "useOverlayTrigger" expects.**
Btw, @snowystinger is right about how radix works with popover: https://codesandbox.io/s/radix-popover-example-8tycq When rendering it inside a fixed wrapper, the popover does not keep it's position when we scroll the page....
So, in summary: > Considering that the popover remains open on scroll to improve the UX ___ #### 1) rendering it with portal at the end of the **body**: **wrapper/trigger**...
Confirming that the `comment for "❌ Fixed" of 1st approach` works: https://codesandbox.io/s/react-aria-popover-open-on-scroll-fixed-fkug6?file=/src/App.js
You can add this to preview.js. On first load, it will click on Docs btn and switch tabs. A bit hacky but... :) ```javascript // Hacky way of clicking on...
I've worked to find the issue deleting the example feature: The request that fails is to url: /api/project-data In the console, it appears: ls: no such file or directory: C:/Users/BRT4/Documents/bart-front/src/features/examples/*.js...
Nice @supnate. The idea of grouping configurations of same context (all build related, all deps related) is really good. I'm using the deps structure as reference to create the env...
Okay, I will work on EnvManager to accepts multiple .env files, and to accept the ability of add/edit/remove vars from these lists. To the "detect" idea, I will study some...
Hi, sorry the delay to publish some updates here. I've worked on the initial phase of EnvVar (load and show in tables), heres a sneak peek of the result so...