Nextcloud-vue: Position of AppNavigationSettings is broken

Created on 20 Jun 2020  路  1Comment  路  Source: nextcloud/nextcloud-vue

In release 2.1.0, #1107 has broken the position of AppNavigationSettings. Instead of showing it at the bottom, it is shown above of the navigation item list:

Screenshot

Before #1107, the element order defined by the app was used. Therefore, you could define

  1. AppNavigationNew
  2. <ul> with some AppNavigationItems
  3. AppNavigationSettings

Now, point 2. has to be done in a slot:

  1. AppNavigationNew
  2. <template #list> with some AppNavigationItems
  3. AppNavigationSettings

However, this results in

  1. AppNavigationNew
  2. AppNavigationSettings
  3. <ul> with AppNavigationItems

due to the order defined in https://github.com/nextcloud/nextcloud-vue/blob/v2.1.0/src/components/AppNavigation/AppNavigation.vue#L57-L67

/cc @jotoeri

1. to develop bug design app-navigation

>All comments

Okay, this will be fixed if #1160 is merged.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChristophWurst picture ChristophWurst  路  7Comments

roadrunnerjb picture roadrunnerjb  路  5Comments

raimund-schluessler picture raimund-schluessler  路  7Comments

korelstar picture korelstar  路  7Comments

korelstar picture korelstar  路  7Comments