]> source.dussan.org Git - nextcloud-server.git/commit
refactor(app-store): Split app store views into grid and list view
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 10:43:24 +0000 (12:43 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 11:01:28 +0000 (13:01 +0200)
commit8472fc2ed9a14475f77bac512bacacbcd74f7240
tree4c7ccfb6e36ac5c4ce285087487c428cc5977aaa
parent3e8420c9aafd3665c2da1712a2660b517c94db98
refactor(app-store): Split app store views into grid and list view

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/settings/src/views/AppStore.vue [deleted file]
apps/settings/src/views/AppStore/AppStore.vue [new file with mode: 0644]
apps/settings/src/views/AppStore/AppStoreSectionApps.vue [new file with mode: 0644]
apps/settings/src/views/AppStore/AppStoreViewGrid.vue [new file with mode: 0644]
apps/settings/src/views/AppStore/AppStoreViewLoading.vue [new file with mode: 0644]
apps/settings/src/views/AppStore/AppStoreViewNotFound.vue [new file with mode: 0644]