robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
804 stars 88 forks source link

Progress loading indicator is always running. #468

Closed sayasuhendra closed 4 weeks ago

sayasuhendra commented 1 month ago

maryUI version

^1.30

daisyUI version

^4.11.1

Livewire version

^3.4

What browsers are affected?

Chrome

What happened?

image
robsontenorio commented 1 month ago

Is this a fresh project ? Are there any erros on browser console ?

sayasuhendra commented 4 weeks ago

Yes this is a fresh project and there is no error message on console.

I try to follow your bootcamp https://mary-ui.com/bootcamp

is there any state or data that used by this progress indicator?

robsontenorio commented 4 weeks ago

The progress bar is triggered only if there is a network call in progress.

Make sure you didn’t miss some close html tags.

sayasuhendra commented 4 weeks ago
image

fixed now. I'm sorry. I used manual livewire and alpinejs loading, I forgot to add @livewireStyles

robsontenorio commented 4 weeks ago

This approach is not intended be used on Bootcamp. Because there is a way to install automatically.

But , glad you solved.