Nick Schot

Results 82 comments of Nick Schot

Hiya! Yes indeed, I had converted the add-on to a mono repo kind of early on to separate the (addon-docs) docs etc. app from the add-on code which started to...

Put some work into it today, I got a v2 addon working locally (after dependency hell earlier today 🔥) I need to at the very least revamp the CSS (approach)...

I've done a pre-release of the v2 addon (v5.0.0-0). I have not updated the docs (mostly regarding the SCSS -> CSS) yet and also want to get in - ember-gesture-modifiers...

First pre-release v5.0.0-0 with the initial v2 conversion and SCSS replacement was released last week.

Yes, some more example code would be good. What do you think a specific panleft action (for example) would look like? Usually you kind of only need the distance (over...

> I stumbled upon this addon while looking for a modern solution to detect a sort of "quick swipe left/right" gesture for sidebar open state manipulation. I'm pretty noob regarding...

@NullVoxPopuli this current implementation will unfortunately not work as `openOrClose` does not function as a toggle action, it requires an argument which states whether the menu should open or not....

We probably even want a [focus-trap](https://github.com/focus-trap/focus-trap) with the mask enabled

You can customize the names of the parameters with the searchKey and searchProperty attributes. Setting both will result in something like `?searchProperty[searchKey]=value`. You can also pass a `query` argument, which...

This addon (legacy-built-in-components) should be compatible with ember 4 (and appears to be from current state of master). We will need to implement some kind of replacement, but I'm not...