nascent-africa / jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.
https://github.com/nascent-africa/jetstrap
MIT License
709 stars 119 forks source link

Admin lte3 sidebar menu #39

Closed unknown-coder-1 closed 3 years ago

unknown-coder-1 commented 3 years ago

I think there is a bug. Adminlte3 Main Sidebar Component toggling does not work on the first login attempt. It requires reloading the page. After reloading it works. Can you please help me to fix that? screenshot

joesoeph commented 3 years ago

I have the same issues... 😥

unknown-coder-1 commented 3 years ago

@joesoeph I hope there will be a solution soon. 😥

tsommie commented 3 years ago

...will take a look, is this with inertia or liverwire?

unknown-coder-1 commented 3 years ago

@tsommie it is with inertia

tsommie commented 3 years ago

@tsommie it is with inertia

ok

unknown-coder-1 commented 3 years ago

@tsommie I really like your work and want to continue with that. Sorry for asking again, did you have a chance to check it?

tsommie commented 3 years ago

@tsommie I really like your work and want to continue with that. Sorry for asking again, did you have a chance to check it?

Yes, I did...have a few ideas what the problem might be but not sure yet, however am still working on it and other bug fixes, to be published soon. I appreciate your trust in the package, thank you.

unknown-coder-1 commented 3 years ago

@tsommie thank you very much and sorry to be such annoying. I just checked, CoreUI also have the same issue. Could you please consider it when you fix it? Thank you again.

REJack commented 3 years ago

I know where the problem comes from, after Login/on Switching to Dashboard some AdminLTE Plugins need to be initialized (at least Layout & PushMenu).

unknown-coder-1 commented 3 years ago

@REJack thank you for your comment. Do you know how or where to initialize it? The same also happens with CoreUI. Do you think both of them come from this issue?

tsommie commented 3 years ago

@REJack thank you for your comment. Do you know how or where to initialize it? The same also happens with CoreUI. Do you think both of them come from this issue?

I just published a new release, try this and see if the problem still persists, cause this issue didn't occur in my dev setup.

unknown-coder-1 commented 3 years ago

@tsommie thank you for your hard work. I checked that. It is better than before. At least now it works during logout and login. But the same issue happens in incognito mode. :(

tsommie commented 3 years ago

@REJack thank you for your comment. Do you know how or where to initialize it? The same also happens with CoreUI. Do you think both of them come from this issue?

I just published a new release, try this and see if the problem still persists, cause this issue didn't occur in my dev setup.

Ok...will look into it.