Added into the list of apps in the new (as of v34) waffle menu is a link to the app store at apps.nextcloud.com
This should not be shown for users who do not have app installation rights. There is nothing they can do with the apps they can see on this external site. It is just noise in the menu and incorrectly implies the user can add apps.
Additionally, for admins, it doesn't actually allow adding apps. It just goes to a page that lists apps and promotes them. Why not link to the actual admin app page? That would be the best worst solution. The admin there's already has a menu link to this from the profile menu. So this is redundant and again noise.
My solution and request is that this link is removed.
EDIT - realised I was mistaken in the admin URL. But since normal users and admins have different URLs, there's already logic to change the UI based on permissions. Rather than altering the URL, just v-if displaying the entire element instead.
Added into the list of apps in the new (as of v34) waffle menu is a link to the app store at apps.nextcloud.com
This should not be shown for users who do not have app installation rights. There is nothing they can do with the apps they can see on this external site. It is just noise in the menu and incorrectly implies the user can add apps.
Additionally, for admins,
it doesn't actually allow adding apps. It just goes to a page that lists apps and promotes them. Why not link to the actual admin app page? That would be the best worst solution. The adminthere's already has a menu link to this from the profile menu. So this is redundant and again noise.My solution and request is that this link is removed.
EDIT - realised I was mistaken in the admin URL. But since normal users and admins have different URLs, there's already logic to change the UI based on permissions. Rather than altering the URL, just
v-ifdisplaying the entire element instead.