neo icon indicating copy to clipboard operation
neo copied to clipboard

The application worker driven frontend framework

Results 327 neo issues
Sort by recently updated
recently updated
newest added

in case we want to support dynamic title changes, we need to add an `afterSetTitle()` method and update the vdom accordingly.

enhancement
good first issue

Flagging this issue as "good first issue" & "help wanted", since it is an easy one. Move the logic inside the promise callback of dragStart() into a new method. ```...

enhancement
help wanted
good first issue

hook to add custom logic

enhancement

while it does work fine inside the dev mode, it does not inside the dist env. the "neo-draggable" css class does not get applied to tree nodes. it could be...

bug

It seems to work fine in dist dev & prod, but I noticed that the chunk names in prod are no longer increasing the way they were before. There are...

discussion

After thinking about #1386, it does not make sense to expose this feature to every child class of container, but we should create an example how you can still use...

enhancement

we already have column re-sorting via drag&drop in place, but it would be a lot nicer to have it work the same way as re-sorting tabs.

enhancement

strategy: we need to start with font-sizes, since the base unit (font-size) should be 16px for all components. afterwards: 1em == 16px => convert the values. exception: borders need to...

enhancement
help wanted
good first issue

Would love to get your input on this one.

discussion