Pascal Baljet

@pascalbaljet
46 Followers
43 Following
202 Posts
Owner of https://protone.media. Builds https://inertiaui.com. Open-source enthusiast. Fan of PHP, Laravel, Inertia.js + Vue, and Tailwind CSS ๐Ÿš€
โ€จhttps://pinkary.com/@pascalbaljet

I'll no longer be active on Mastodon, but I'll still post on other networks!

https://pinkary.com/@pascalbaljet

Pascal Baljet (@pascalbaljet) / Pinkary

Full-stack Laravel developer and open-source enthusiast. Building software at Protone Media.

Pinkary

I did an awful lot of work on the Inertia Form this week, but I didn't manage to post anything here. It's coming along nicely, and I've got some big news coming up, but more on that later! ๐Ÿ‘€

Also, in case you missed it, last week the Laracasts course I recorded went live! ๐Ÿ“บ

Put a lot of time into the Datepicker this week! ๐Ÿ“…

Itโ€™s not just a 3rd party library. Iโ€™ve mixed and matched features I like from different ones, added a bunch of custom code, and made it super configurable.

No fussing with anatomy, no need to manually wire up components, etc. Just works ๐Ÿ‘Œ

Cheers!

The "Crafting Vue Modals" course is now live on Laracasts! ๐Ÿš€

This was so much fun to record, and I'm happy it covers many topics. Not just the VILT stack but also Dusk E2E testing and a deep dive into Inertia.js + Laravel's Routing. Check it out! โฌ‡๏ธ

https://laracasts.com/series/crafting-vue-modals

Already posted this in the private Table repo, but after the launch of Inertia Form, I'll migrate the Modal and Table package to Tailwind v4 and TypeScript.

I'll also reuse some elements from the Form package, like the date picker, now based on Reka UI (fascinating library!)

Worked on the Select component of Inertia Form tonight. It accepts arrays, key-value objects, grouped options โ€” basically anything you throw at it. Button, input, and items are fully customizable via slots, and it supports async option loading.

Ever tried to debug an element in your web inspector that closes when you click away? ๐Ÿ˜ฉ

This little checkbox, โ€œEmulate a focused pageโ€, lets you inspect dropdowns, popovers, etc. with ease ๐Ÿง˜

Ever needed to stack two HTML elements on top of each other? ๐Ÿค”

You might reach for absolute positioning, but today I learned you can do it with CSS Grid too! Just place both elements in the same grid cell โฌ‡๏ธ