]> source.dussan.org Git - nextcloud-server.git/commit
refactor(app-store): Make app management a composable
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 10:36:53 +0000 (12:36 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 11:00:18 +0000 (13:00 +0200)
commit194d276e9214e0a9646962efb3b23f995b02b172
treed1f23b8a59b3d63cbf76c2703c11067955c023b0
parent01d113cdff560025a69f0ba9d7994c32e13e2733
refactor(app-store): Make app management a composable

Previously it was an mixin which does not really work with modern script-setup SFC.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/settings/src/components/AppStore/ForceEnableDialog.vue [new file with mode: 0644]
apps/settings/src/composables/useAppManagement.ts [new file with mode: 0644]
apps/settings/src/composables/useAppState.ts [new file with mode: 0644]
apps/settings/src/mixins/AppManagement.js [deleted file]
apps/settings/src/service/AppStoreApi.ts [new file with mode: 0644]