neo
neo copied to clipboard
The application worker driven frontend framework
in case we want to support dynamic title changes, we need to add an `afterSetTitle()` method and update the vdom accordingly.
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. ```...
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...
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...
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...
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.
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...
Would love to get your input on this one.