David VanScott

Results 16 comments of David VanScott

@timacdonald thanks for the suggestion! I gave it a try and unfortunately no change. The compiled output still has the same issues. I even tried changing the `compileClass` method to...

I've narrowed this down to the following regex in the `compileStatements` method of the `BladeCompiler`. ```php preg_match_all('/\B@(@?\w+(?:::\w+)?)([ \t]*)(\( ( [\S\s]*? ) \))?/x', $template, $matches); ``` I've been trying to work...

@aguingand thanks for the heads up on that one. Not sure that changes the fix that I have, but I'll give it another pass and see. @altamisatmaja curious how the...

Yeah, I saw that. I just think it'd make more sense to have this class extend the base L4 class so that everything is captured in one class instead of...

https://twitter.com/adamwathan/status/1735783209185509409

Thanks for the report @foxwyn. There are some updates going out today that should fix a bunch of errors. (Though Phlox has been removed from the colors list since it...

@foxwyn The demo site has been updated, so let me know if you still see errors.

Possible icons: - progress - progress-check

Blocked by the release of Tailwind 4 and Filament 4

Updated modal content view https://dribbble.com/shots/25441770-Share-your-project-Untitled-UI modal-content.blade.php ```blade @props([ 'icon' => null, 'color' => null, 'title', 'action', ]) @php $color ??= $action->getColor(); $icon ??= $action->getIcon(); @endphp {{-- format-ignore-start --}} @if ($icon)...