Tobias Uhlig

Results 194 issues of Tobias Uhlig

In case a user wants to generate a `data.Model`, we can then ask a question to automatically generate a `data.Store`, using the just generated model.

enhancement

Inside the main thread, we get `Neo.workerId = 'main'` and this feels odd, since a main thread is not a worker. threadId feels more clear.

enhancement

both cases will require to regenerate the theme map(s) as well.

enhancement

I am not 100% sure if we need this one, but it could make sense, since neo has a flexbox-wrapper layout class in place. We could do the same for...

enhancement
discussion

@Dinkh we should create a new config, which enables us to check the hidden state as well as changing it. this will also allow us to do bulk-updates in a...

enhancement

the new methods are `compile()` and for our use case `compileString()`: https://sass-lang.com/documentation/js-api/modules#compileString i did a quick test and unfortunately the API and way of using the new method differ. in...

enhancement
help wanted

related to: https://github.com/neomjs/neo/issues/3131 once the `hidden_` config is implemented for `component.Base`, our dialog class needs to get adjusted.

enhancement

I kind of missed this one :) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn we can now replace all occurrences of `Object.hasOwnProperty()` with `hasOwn()`. MDN recommends to do so, the bundle sizes get a bit smaller...

enhancement

we need to move the vars into scss var files

enhancement