💡design engineering tip: if you are using toasts, don't just create new toasts and stack every toast on each other. it confuses users, and creates a lot of visual noice. 📷 instead, use a cycling animation (a single animation won't work due to the browsers nature) with a slight bounce to visualize, that the task is already completed.
37,298 views
border 🗑️ or ring-shadow ✨ as border – always a huge discussion, i am team ring-shadow Grok what do you think?
51,793 views
💡design tip: if you are building a new dark mode, and you are using subtle shadows throughout the app, you might see, that inverting the shadow is not going to work. ➡️instead, use a 0.5px/1px inset shadow for the elements that still need some depth on the app.
19,498 views
2025 portfolio coming along nicely ✨
37,541 views
✨ new in today collapsible sidebar 🦾, but with a twist – resizing only goes down to a minimum width, and when dragging to the far left, it just collapses and is hidden until hover. idea borrowed from Linear