Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/leftMenu option #564

Merged
merged 2 commits into from
Oct 1, 2018
Merged

Conversation

ibelar
Copy link
Contributor

@ibelar ibelar commented Sep 14, 2018

Add option to set left menu as visible or not on page load.

New Property Admin::isMenuLeftVisible

Setting this property to false will not show the admin left menu on page load. Menu will only appear when clicking on Burger icon.
The default setting is true.

Usage:

$app->initLayout(['Admin', 'isMenuLeftVisible' => false]);

Note

This PR also remove dependencies on agileui.js file.

Add option to set left menu close on page load
remove dependencies on agileui.js file.
@romaninsh
Copy link
Member

Once again - no documentation :)

Copy link
Member

@romaninsh romaninsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation is missing.

@ibelar
Copy link
Contributor Author

ibelar commented Sep 20, 2018

Documentation added.

Copy link
Member

@DarkSide666 DarkSide666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this

@romaninsh romaninsh merged commit fa212d4 into develop Oct 1, 2018
@romaninsh romaninsh deleted the feature/leftMenu-visible-option branch October 1, 2018 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants