nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

NcAppContent: `appName` replaced with `@nextcloud/vue`

Open susnux opened this issue 1 year ago • 1 comments

I guess this code here was intended to use the app's name and not @nextcloud/vue?

https://github.com/nextcloud/nextcloud-vue/blob/8e0ac73954f1df69225f3b16dd93b0190977bb9a/src/components/NcAppContent/NcAppContent.vue#L236

Looks like this:

try{return"pane-list-size-".concat("@nextcloud/vue")}

cc @ChristophWurst

susnux avatar Jun 22 '23 20:06 susnux

Added with https://github.com/nextcloud/nextcloud-vue/commit/33977e597865e06e147a350761e17a5b6720b5ea

ChristophWurst avatar Jun 23 '23 09:06 ChristophWurst