@@ -224,12 +230,19 @@ export default class Added extends PureComponent {
return (
<>
- {sideLoadBackendElements()}
{variables.getMessage('modals.main.addons.added')}
-
+ {sideLoadBackendElements()}
+
+
+
+
{variables.getMessage('modals.main.addons.sort.a_z')}
-
-

+
{item.name}
diff --git a/src/components/modals/main/tabs/backend/Tabs.jsx b/src/components/modals/main/tabs/backend/Tabs.jsx
index 30a380c8..8a4fc06d 100644
--- a/src/components/modals/main/tabs/backend/Tabs.jsx
+++ b/src/components/modals/main/tabs/backend/Tabs.jsx
@@ -58,7 +58,7 @@ export default class Tabs extends PureComponent {
}
return (
-
+
{this.props.children.map((tab, index) => (
-
- {item.name}
+ className="quickLinksMetro"
+ key={item.key}
+ href={item.url}
+ target={target}
+ rel={rel}
+ draggable={false}
+ >
+
+ {item.name}
);
}
const link = (
-
+
);
diff --git a/src/scss/index.scss b/src/scss/index.scss
index 18331e46..bdc6a805 100644
--- a/src/scss/index.scss
+++ b/src/scss/index.scss
@@ -81,6 +81,7 @@ body {
.frame {
width: 100%;
+ height: 100%;
}
/* fonts (imported from fontsource) */
diff --git a/src/translations/de_DE.json b/src/translations/de_DE.json
index 053f5869..6c97d7bd 100644
--- a/src/translations/de_DE.json
+++ b/src/translations/de_DE.json
@@ -489,6 +489,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/en_GB.json b/src/translations/en_GB.json
index 7d788967..5ac4b404 100644
--- a/src/translations/en_GB.json
+++ b/src/translations/en_GB.json
@@ -487,6 +487,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/en_US.json b/src/translations/en_US.json
index 3f7b6e19..d19d8bc5 100644
--- a/src/translations/en_US.json
+++ b/src/translations/en_US.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/es.json b/src/translations/es.json
index 5e955ed4..99ae0d84 100644
--- a/src/translations/es.json
+++ b/src/translations/es.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/fr.json b/src/translations/fr.json
index 9197e437..3c330b57 100644
--- a/src/translations/fr.json
+++ b/src/translations/fr.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/id_ID.json b/src/translations/id_ID.json
index dd213251..9aa70783 100644
--- a/src/translations/id_ID.json
+++ b/src/translations/id_ID.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/nl.json b/src/translations/nl.json
index 3c35f58d..2c7f04a0 100644
--- a/src/translations/nl.json
+++ b/src/translations/nl.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/no.json b/src/translations/no.json
index e4af5d95..3c706838 100644
--- a/src/translations/no.json
+++ b/src/translations/no.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/ru.json b/src/translations/ru.json
index d5ba401e..5ae1c0e1 100644
--- a/src/translations/ru.json
+++ b/src/translations/ru.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",
diff --git a/src/translations/tr_TR.json b/src/translations/tr_TR.json
index ecfe3e13..9932bb07 100644
--- a/src/translations/tr_TR.json
+++ b/src/translations/tr_TR.json
@@ -488,6 +488,7 @@
"description": "Açıklama/Tanım",
"show_more": "Daha fazla göster",
"show_less": "Daha az göster",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "Fotoğraf bulunamadı",
"no_quotes": "Alıntı bulunamadı",
diff --git a/src/translations/zh_CN.json b/src/translations/zh_CN.json
index badd26a4..4127905c 100644
--- a/src/translations/zh_CN.json
+++ b/src/translations/zh_CN.json
@@ -488,6 +488,7 @@
"description": "Description",
"show_more": "Show More",
"show_less": "Show Less",
+ "show_all": "Show All",
"showing": "Showing",
"no_images": "No. Images",
"no_quotes": "No. Quotes",