I built a React hook that always ensures validation errors are scrolled into view when a form is submitted. It works for forms directly on the page and forms inside long modals.
Someone reported that long commands were overflowing the list here. Instead of just truncating them, Fay designed this really nice tooltip for long commands.
I built this skeleton loader for the open invoices modal in Laravel Cloud. It's a small thing, but it's nicer than a loading spinner and makes the experience feel faster for the user.
It's also nice that we know how many open invoices there are up front, so we can tailor the skeleton to match and there are no layout shifts when the data finished loading.
Design polish by Hugo.
One of my favorite features I built for Laravel Cloud has been preview environments. With the click of a few buttons, you can have Laravel Cloud spin up new environments anytime a new PR is submitted to your repo.
View the full thread on Twitter.