neo
neo copied to clipboard
The application worker driven frontend framework
The top left SearchField filters the documentation, but - I would prefer to have those folder be hidden, which do not contain a result - Those folder with a result...
# NEO.MJS RFC: Project specific commit format - Version: 1.0 - Date: 24.06.2022 - Author: Thorsten Suckow-Homberg - Status: Draft - Versions affected: V4.0.51 ## Introduction This RFC proposes to...
Starting recently, I am available and highly motivated to consistently contribute to the Neo.mjs project for the long term. However, to maximize my own & other contributors' impact, I find...
I would like to get an easy way of listening to changes in viewModel Data and Store-configs These should be listened to in formulas in the viewModel and viewController @example...
both cases will require to regenerate the theme map(s) as well.
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...
@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...
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...
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.
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...