JSn1nj4 / ElliotDerhay.com

My personal website project.
MIT License
0 stars 1 forks source link

Convert Vue-based popups to Alpine #185

Closed JSn1nj4 closed 6 months ago

JSn1nj4 commented 6 months ago

This replaces the custom Google Analytics and Lightbox popups I had with Alpine-based popups.

The goal here is to remove the Vue-based stuff since I'm already using Livewire and, by extension, Alpine. This will make the project slightly leaner.

As a bonus, since Alpine components are inline, much of the scripts that were scattered around to allow working with the Vue equivalents could be combined into single files.

Closes #153