Tobias Möritz

Results 207 comments of Tobias Möritz
trafficstars

Please check out this fork, which has the issue fixed: https://github.com/blueshiftone/streamdeck-toggl

of course, smth like this could work: ```js useEffect(() => form.reset(loaderData), [form.reset, loaderData]) ``` but that's ugly. nobody wants useEffect in their codebase 😄

What's the difference between your Blade plugin and https://github.com/lukasleitsch/kirby-blade ?

this should be solved with the 2.0 update - we're now only storing the actual content and not the serialized class

Just noticed the following things: - Canvas element removing classes (and inline styles) might be causing a layout shift in some situations - The fixed width/height of the element does...

For performance reasons, you should consider adding a check if the element is actually on screen (or nearby) - if not, don't fade.

Just noticed this, not sure if there is a way, but when I'm doing a client-side navigation in React, and the image is cached, it will still get its placeholder...