[Bug] Apps order #388

Closed
opened 2025-02-22 07:12:25 +01:00 by FadeFx · 2 comments

Environment

  • Custom menu version: 4.0.1
  • Nextcloud version: 30.0.6
  • PHP version: 8.3
  • Web server (Nginx, Apache2): Apache2
  • Web browser and version (Firefox 80, Google Chrome 74, etc): any mobile

Configuration

{
  {
    "add-logo-link": "1",
    "always-displayed": "0",
    "apps-categories-custom": "[]",
    "apps-order": "[\"dashboard\",\"files\",\"news\",\"music\",\"memories\",\"external_index4\",\"activity\",\"cookbook\",\"calendar\",\"contacts\",\"mail\",\"bookmarks\",\"forms\",\"integration_github\",\"keeweb\",\"maps\",\"notes\",\"phonetrack\",\"tasks\"]",
    "background-color": "#606d79",
    "background-color-opacity": "100",
    "background-color-to": "#606d79",
    "big-menu": "0",
    "big-menu-hidden-apps": "[\"dashboard\"]",
    "categories-custom": "[]",
    "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]",
    "categories-order-type": "default",
    "current-app-background-color": "#54606a",
    "dark-mode-background-color": "#d4dde4",
    "dark-mode-background-color-opacity": "100",
    "dark-mode-background-color-to": "#606d79",
    "dark-mode-current-app-background-color": "#54606a",
    "dark-mode-icon-invert-filter": "0",
    "dark-mode-icon-opacity": "100",
    "dark-mode-loader-color": "#ffffff",
    "dark-mode-opener": "side-menu-opener",
    "dark-mode-text-color": "#ffffff",
    "default-enabled": "1",
    "display-logo": "1",
    "enabled": "yes",
    "force": "1",
    "hide-when-no-apps": "1",
    "icon-invert-filter": "0",
    "icon-opacity": "100",
    "installed_version": "4.0.1",
    "loader-color": "#93a0ac",
    "loader-enabled": "0",
    "opener": "side-menu-opener",
    "opener-hover": "0",
    "opener-only": "0",
    "opener-position": "before",
    "show-settings": "0",
    "side-with-categories": "1",
    "size-icon": "normal",
    "size-text": "normal",
    "target-blank-apps": "[\"external_index4\"]",
    "text-color": "#ffffff",
    "top-menu-apps": "[\"integration_github\",\"keeweb\",\"bookmarks\",\"memories\",\"notes\",\"forms\",\"tasks\",\"calendar\",\"phonetrack\",\"news\",\"mail\",\"contacts\",\"activity\",\"music\",\"cookbook\",\"maps\",\"files\",\"external_index4\"]",
    "top-menu-mouse-over-hidden-label": "0",
    "top-side-menu-apps": "[]",
    "types": "",
    "use-avatar": "0"
}
}

Steps to reproduce

Open nextcloud in mobile Browser, having apps in top menu sorted.

Observed Results

App sorting is OK in top menu, but the 3dot dropdown is sorted in a different way, I guess by nextclouds original sorting.

Expected Results

It should display the apps that find no space in top menu in the same order, the top menu is sorted

More informations

This did work before NC30

### Environment * Custom menu version: 4.0.1 * Nextcloud version: 30.0.6 * PHP version: 8.3 * Web server (Nginx, Apache2): Apache2 * Web browser and version (Firefox 80, Google Chrome 74, etc): any mobile ### Configuration ``` { { "add-logo-link": "1", "always-displayed": "0", "apps-categories-custom": "[]", "apps-order": "[\"dashboard\",\"files\",\"news\",\"music\",\"memories\",\"external_index4\",\"activity\",\"cookbook\",\"calendar\",\"contacts\",\"mail\",\"bookmarks\",\"forms\",\"integration_github\",\"keeweb\",\"maps\",\"notes\",\"phonetrack\",\"tasks\"]", "background-color": "#606d79", "background-color-opacity": "100", "background-color-to": "#606d79", "big-menu": "0", "big-menu-hidden-apps": "[\"dashboard\"]", "categories-custom": "[]", "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]", "categories-order-type": "default", "current-app-background-color": "#54606a", "dark-mode-background-color": "#d4dde4", "dark-mode-background-color-opacity": "100", "dark-mode-background-color-to": "#606d79", "dark-mode-current-app-background-color": "#54606a", "dark-mode-icon-invert-filter": "0", "dark-mode-icon-opacity": "100", "dark-mode-loader-color": "#ffffff", "dark-mode-opener": "side-menu-opener", "dark-mode-text-color": "#ffffff", "default-enabled": "1", "display-logo": "1", "enabled": "yes", "force": "1", "hide-when-no-apps": "1", "icon-invert-filter": "0", "icon-opacity": "100", "installed_version": "4.0.1", "loader-color": "#93a0ac", "loader-enabled": "0", "opener": "side-menu-opener", "opener-hover": "0", "opener-only": "0", "opener-position": "before", "show-settings": "0", "side-with-categories": "1", "size-icon": "normal", "size-text": "normal", "target-blank-apps": "[\"external_index4\"]", "text-color": "#ffffff", "top-menu-apps": "[\"integration_github\",\"keeweb\",\"bookmarks\",\"memories\",\"notes\",\"forms\",\"tasks\",\"calendar\",\"phonetrack\",\"news\",\"mail\",\"contacts\",\"activity\",\"music\",\"cookbook\",\"maps\",\"files\",\"external_index4\"]", "top-menu-mouse-over-hidden-label": "0", "top-side-menu-apps": "[]", "types": "", "use-avatar": "0" } } ``` ### Steps to reproduce Open nextcloud in mobile Browser, having apps in top menu sorted. ### Observed Results App sorting is OK in top menu, but the 3dot dropdown is sorted in a different way, I guess by nextclouds original sorting. ### Expected Results It should display the apps that find no space in top menu in the same order, the top menu is sorted ### More informations This did work before NC30
deblan changed title from [Bug] to [Bug] Apps order 2025-03-12 18:04:06 +01:00
Owner

Can you share a screenshot please?

Can you share a screenshot please?
Author

Meanwhile its no more relevant, i fount out that NC30 can sort its menu already.
Thence for your effort...

Meanwhile its no more relevant, i fount out that NC30 can sort its menu already. Thence for your effort...
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
deblan/side_menu#388
No description provided.