nextcloud / social

🎉 Social can be used for work, or to connect to the fediverse!
https://apps.nextcloud.com/apps/social
GNU Affero General Public License v3.0
488 stars 59 forks source link

Prepare for `@nextcloud/vue` v8 #1801

Open susnux opened 1 year ago

susnux commented 1 year ago

The next @nextcloud/vue version, version 8, has some breaking changes as some deprecated components and properties were removed. For social at least this places need to be adjusted:

The NcPopoverMenu is removed and should be replaced with NcActions:

For more information see this tracker issue https://github.com/nextcloud/nextcloud-vue/issues/4223