Tobias Uhlig

Results 190 comments of Tobias Uhlig

Hi @jimmywarting, thanks for the vscode hints. I am personally sticking to WebStorm, but I bet they are useful for many others. The current state on this topic is that...

pushed a WIP version. are the real values always inside the "500" key? or can it be anywhere in therory? first result: i am not sure how to best thread...

@mxmrtns: here is a full list of what we can use with SCSS: https://sass-lang.com/documentation/modules/color/#darken e.g. `darken()` is no longer recommended, but `color.scale()` is. ``` @use 'sass:color'; // #036 has lightness...

Hi Michael, this error is kind of intentional and you can ignore it. The webpack-dev-server is supposed to run on the dist folder, but we are pointing it to the...

hi @mxmrtns, correct, when we fix space, the neo picker should show for enter & space in the same way. i moved the a11y topic into another ticket: https://github.com/neomjs/neo/issues/5219

I think it is related to the change from `hintRecordId` to `activeRecordId`, which have a different purpose. hint => the not selected record which matches via autoComplete we now also...

pushed the change into the output. @mxmrtns: please add a comment when the change is also inside the figma template and we can close this ticket. thx!

https://github.com/neomjs/neo/assets/1177434/389c367b-95b3-4cc5-aa92-77682dea9db7

cross-reference ticket: https://github.com/storybookjs/storybook/discussions/24452