Account created on 9 April 2008, over 17 years ago
#

Recent comments

🇵🇹Portugal jmauricio

Hello,

Thats weird, because the 1.0.2 is the current dev version.
Did you run the databases updates?

🇵🇹Portugal jmauricio

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.

🇵🇹Portugal jmauricio

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.

🇵🇹Portugal jmauricio

I dont really touch that part of the toolbar, so i would say its a gin access check issue.

🇵🇹Portugal jmauricio

On it, will release a version asap.

🇵🇹Portugal jmauricio

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;
}
🇵🇹Portugal jmauricio

Pushed to dev version.
Implemented a pager, with a settings field to allow to change the limit.

🇵🇹Portugal jmauricio

Hello,
yes i am aware fo this bug, will fix ASAP

🇵🇹Portugal jmauricio

I will look into this, i have tested it, but not with 20k entities.

Production build 0.71.5 2024