Dynamically set maxApps display #5121
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
design
Design, UI, UX, etc.
enhancement
Milestone
Idea would be basically to be able to set the amount of apps to be shown by default in the headers. Currently only 8 apps are going to be displayed, more apps will be displayed in the "More apps" dropdown.
Everything seems to be handled dynamically via JS already, just
var maxApps = 8;
variable in /core/js/js.js#L1514 needs to be defined over PHP.The text was updated successfully, but these errors were encountered: