From 1100e908b79ddecd1198c682ac3dcc41f2871122 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 22 Feb 2024 16:45:42 +0100 Subject: feat(settings): Split account management and app store views into chunks Signed-off-by: Ferdinand Thiessen --- apps/settings/src/views/AppStore.vue | 73 ++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 23 deletions(-) (limited to 'apps/settings/src/views/AppStore.vue') diff --git a/apps/settings/src/views/AppStore.vue b/apps/settings/src/views/AppStore.vue index 06c47611238..3c3c53d4330 100644 --- a/apps/settings/src/views/AppStore.vue +++ b/apps/settings/src/views/AppStore.vue @@ -1,42 +1,51 @@ + - @copyright Copyright (c) 2018 Julius Härtl + - + - @author Julius Härtl + - @author Ferdinand Thiessen + - + - @license AGPL-3.0-or-later + - + - This program is free software: you can redistribute it and/or modify + - it under the terms of the GNU Affero General Public License as + - published by the Free Software Foundation, either version 3 of the + - License, or (at your option) any later version. + - + - This program is distributed in the hope that it will be useful, + - but WITHOUT ANY WARRANTY; without even the implied warranty of + - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + - GNU Affero General Public License for more details. + - + - You should have received a copy of the GNU Affero General Public License + - along with this program. If not, see . + - + --> + + -- cgit v1.2.3