Luke Secomb

Results 29 comments of Luke Secomb

Looks to potentially be a `tauri` issue, not a `react-dnd` issue. https://github.com/tauri-apps/tauri/issues/3277 Try setting `"fileDropEnabled": false` in `tauri.conf.json`. I managed to get this working with `react-beautiful-dnd` but not `react-dnd`. They...

Would be great if specific directories could be provided initially before attempting to index everything?

[lwc:dynamic](https://lwc.dev/guide/reference#lwc%3Adynamic) allows for this, but is only available off platform (at least for now). Until they bring this to on platform, we wont be getting too far with this.

Refactor the whole JavaScript side of the plugin to allow for dynamically pulling what is needed based on: User Permissions/Roles - `netlify_status_capability` // can see status of deploy - `netlify_deploy_capability`...

Was considering more of the security aspect to it. Loading only what the currently logged in user should physically be able to do was the initial idea. Suppose the worst...

Is this waiting for changes? Happy to help if I can to get this across the line

Anyone using a custom plugin for vertical scrolling?

Had similar requirements and stumbled upon [Keen Slider](https://keen-slider.io/) ([Github](https://github.com/rcbyr/keen-slider)). Has our much needed vertical sliders and integrates nicely with any framework. Docs have examples for React/Vue/Angular/VanillaJS implementations, which is very...

Would love to see this simple change merged in for screen readers.

Is there a new workaround for getting the `activeElement`?