From 771a5b7f25287f75ae0ed1db341267b0a3f7254c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 8 Dec 2022 02:26:29 +0100 Subject: [PATCH] appv2: try to further simplify the app install and app info views --- app/src/i18n/locales/en.json | 5 +- app/src/views/app/AppInfo.vue | 225 +++++++++++++++++-------------- app/src/views/app/AppInstall.vue | 150 ++++++++++++--------- 3 files changed, 219 insertions(+), 161 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index c76dcb9b..57affa32 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -55,6 +55,8 @@ "api_not_responding": "The YunoHost API is not responding. Maybe 'yunohost-api' is down or got restarted?", "api_waiting": "Waiting for the server's response...", "app": { + "installed_version": "Installed version: {version}", + "open_this_app": "Open this app", "antifeatures": "This app has features you may not like:", "doc": { "about": { @@ -127,7 +129,8 @@ "package": "YunoHost package repository", "title": "Links", "userdoc": "Official User documentation", - "website": "Website" + "website": "Official Website", + "license": "License" }, "potential_alternative_to": "Potential alternative to:", "upgrade": { diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index 141a4c01..e30558e7 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -1,34 +1,50 @@ + +