From 79261a6ab459ef0218c80fbd6cd87119a8fc802c Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Fri, 22 Sep 2023 17:07:52 +0100 Subject: [PATCH] chore: simplify and standardise added UI --- .../main/marketplace/sections/Added.jsx | 56 +++++++++---------- .../modals/main/scss/marketplace/_main.scss | 14 ++--- 2 files changed, 34 insertions(+), 36 deletions(-) diff --git a/src/components/modals/main/marketplace/sections/Added.jsx b/src/components/modals/main/marketplace/sections/Added.jsx index 992db415..9038f8db 100644 --- a/src/components/modals/main/marketplace/sections/Added.jsx +++ b/src/components/modals/main/marketplace/sections/Added.jsx @@ -193,10 +193,8 @@ export default class Added extends PureComponent { if (this.state.installed.length === 0) { return ( <> -
+
{variables.getMessage('modals.main.navbar.addons')} -
-
{sideLoadBackendElements()} - +
+ {variables.getMessage('modals.main.addons.added')} +
+ {sideLoadBackendElements()} +
+ + +
- this.sortAddons(value)} - > - - - - -
+ this.sortAddons(value)} + > + + + + +