Christian Kaindl

Results 7 issues of Christian Kaindl

Explicitly scroll to the correct offset. The range was initially calculated correctly, but the scroll position of `scrollElement` was 0 (which causes the range to be re-calculated to match the...

Is there any boilerplate code available on how to do vendor-prefixing (using PostCSS maybe)?

enhancement

This is a follow up/continued discussion for Budgie 11 styling/theming. Previous discussion was on the [budgie-desktop](https://github.com/budgie-desktop/budgie-desktop) repo issue [#763](https://github.com/budgie-desktop/budgie-desktop/issues/763). For more background and already discussed ideas/mockups I suggest you to...

Since https://github.com/TanStack/virtual/pull/353, we don't re-calculate the virtualized range in the render function anymore, but instead only when on scroll or size changes. This introduced a regression, where dynamically updating the...

Currently, Trello Super Powers only works with Firefox. Thanks to the WebExtension standard, we don't need to completely rewrite it for Chrome or other browsers. Porting still requires some notable...

The ultimate goal for Trello Super Powers is that it can offer great integration with the users Trello account and make it easy to see notifications, search boards and manage...

Trello Super Powers needs to be able to authenticate with Trello, so we can implement more advanced features such as list sorting and notifications.

enhancement