You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome Package. Using it in the release of my Wave project, It looks like the sidebar is hidden by default. I usually think it's a good idea to show the sidebar by default.
Anyway, just thought I'd post my simple solution in case anyone else wanted to use it.
Create a new JS file and add it to the list of custom js files in the config/larecipe.php configuration.
Inside that custom JS I've added the following.
How cool to see @tnylea here 🙈 my pleasure 😍
Thank you for addressing this issue, I'll keep this issue open so others can benefit from the quick solution provided. However, I guess it's cool if we have this option in the config as well ✌️
Hey Guys,
Awesome Package. Using it in the release of my Wave project, It looks like the sidebar is hidden by default. I usually think it's a good idea to show the sidebar by default.
Anyway, just thought I'd post my simple solution in case anyone else wanted to use it.
Create a new JS file and add it to the list of custom js files in the
config/larecipe.php
configuration.Inside that custom JS I've added the following.
Essentially, if the local storage
larecipeSidebar
item is not set, it will set it to true by default.Hope this helps someone else out & thanks again guys for an awesome package 👍
The text was updated successfully, but these errors were encountered: