Tobias Uhlig
Tobias Uhlig
Appreciated. Sent you a friend request on discord. We are actually doing our weekly neo workshop in 20m. You can join for an intro, if you like to (warning, that...
Hi @valentinpalkovic, @ExtAnimal, @mxmrtns! I just created a new GH-project board to better organise this topic: https://github.com/neomjs/neo/projects/37 It will get a priority now.
hi @pensuwan-k, i added a "Remove DOM" button into the example: When I drop the DOM back in, the selection is still in place. We need a reproducible testcase.
@valentinpalkovic
More input from @valentinpalkovic: We do not need to clone or fork the entire storybook repo. Copying the code from one of the existing storybook frameworks into a new repo...
Hi George! Regarding the `devDependencies`: they already get included into new workspaces: https://github.com/neomjs/create-app/blob/master/tasks/createPackageJson.mjs#L27 You will need to add them to your own workspace too. Rationale: The idea to drop everything...
6.10.1 is the latest version => https://github.com/neomjs/neo/releases although it won't take long before we create the next release.
@mxmrtns introduced styling for basic tags for the new theme: https://github.com/neomjs/neo/blob/dev/resources/scss/theme-neo-light/Global.scss#L10 these rules do not exist inside the other 2 themes yet: https://github.com/neomjs/neo/blob/dev/resources/scss/theme-light/Global.scss i did a small change to at...
the related change you mention is this commit (i did more changes to weaken the side-effects of the new theme): https://github.com/neomjs/neo/commit/47bf2ee278c851711735d97474b5936ec03c29ad the basic tag styles were top level and not...
Hi George, obviously, what you can change inside the dev tools (console) also works inside your code :) Meaning: you could just write `Neo.util.Logger.enableComponentLogger = false;` into your app /...