Fixed in dev version.
Needs review
jmauricio → created an issue.
pushed to dev
jmauricio → created an issue.
Hello,
Thats weird, because the 1.0.2 is the current dev version.
Did you run the databases updates?
Hello,
Can you test the dev version, it already includes a pager to tackle this issue.
The number of items per "page" is configurable in the settings form.
Fix pushed to 1.0.x-dev
Can you please review it?
The edit button inside the media picker will not be added for now.
I dont really touch that part of the toolbar, so i would say its a gin access check issue.
Version 1.0.7 available
On it, will release a version asap.
done
Your css will affect the toolbar even when gin is using vertical toolbar.
I'll a attach a improved version of you css, so it doesn´t break the vertical toolbars.
I will not add this to the module as this breaks the menu when there are third level menus, because the "overflow-x: auto" automatically forces the "overflow-y: hidden".
If someone can fix this i will add this to the module.
.toolbar-horizontal .toolbar-menu-administration > ul.toolbar-menu > li.menu-item > ul.toolbar-menu {
max-height: calc(100vh - var(--gin-toolbar-height));
overflow-y: auto !important;
scrollbar-width: none;
-ms-overflow-style: none;
}
.toolbar-horizontal.gin--classic-toolbar .toolbar-menu-administration > ul.toolbar-menu > li.menu-item > ul.toolbar-menu {
max-height: calc(100vh - var(--gin-toolbar-y-offset));
}
.toolbar-horizontal .toolbar-menu-administration > ul.toolbar-menu > li.menu-item > ul.toolbar-menu::-webkit-scrollbar {
display: none;
width: 8px;
}
.toolbar-horizontal .toolbar-menu-administration > ul.toolbar-menu > li.menu-item > ul.toolbar-menu:hover {
scrollbar-width: thin;
}
.toolbar-horizontal .toolbar-menu-administration > ul.toolbar-menu > li.menu-item > ul.toolbar-menu:hover::-webkit-scrollbar {
display: block;
}
.toolbar-horizontal .toolbar-menu-administration > ul.toolbar-menu > li.menu-item > ul.toolbar-menu::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
.toolbar-horizontal .toolbar-menu-administration > ul.toolbar-menu > li.menu-item > ul.toolbar-menu::-webkit-scrollbar-track {
background: transparent;
}
I will look into this asap.
Done.
Pushed to dev version.
Needs review
Pushed to dev version.
Implemented a pager, with a settings field to allow to change the limit.
Hello,
yes i am aware fo this bug, will fix ASAP
I will look into this, i have tested it, but not with 20k entities.