Tobias Uhlig

Results 190 comments of Tobias Uhlig

as a workaround fix, i manually added the call-bind dependency into this package.json. so v6.8.3 will work with sonoma. no guarantees for side effects on other os. i would love...

Hi Max, i think we need both, active & pressed states. one state indicates a mousedown or tap event, the other one indicates an active item. think of tab header...

take a look at this one: http://localhost:8080/examples/tab/container/ the "selected" tab header looks different inside the dark theme. a click triggers the ripple effect, but it could just be a different...

could be a fit for: https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API

WIP: https://github.com/neomjs/neo/assets/1177434/6b451bbd-8d18-4ba8-8d3b-873d3a396e7d

we also need to re-enable to popup window spawn button.

hi @Michael-Nwachukwu! it depends on how @mxmrtns wants the footer to look like. the JS code is here: https://github.com/neomjs/neo/blob/dev/apps/portal/view/learn/PageContainer.mjs the logic is data-driven: in case there is no `previousPageRecord`, the...

here is the link: https://join.slack.com/t/neomjs/shared_invite/zt-6c50ueeu-3E1~M4T9xkNnb~M_prEEOA

added a red background-color as a placeholder to ensure we won't forget about it.