diff --git a/src/components/Elements/MainModal/scss/modules/_scrollbars.scss b/src/components/Elements/MainModal/scss/modules/_scrollbars.scss
index 626bdb87..d359a294 100644
--- a/src/components/Elements/MainModal/scss/modules/_scrollbars.scss
+++ b/src/components/Elements/MainModal/scss/modules/_scrollbars.scss
@@ -11,9 +11,21 @@
}
::-webkit-scrollbar-thumb {
+ border-radius: 25px;
+
@include themed {
background: t($modal-sidebarActive);
}
- border-radius: 12px;
-}
+ &:hover {
+ @include themed {
+ background: t($btn-backgroundHover);
+ }
+ }
+
+ &:active {
+ @include themed {
+ background: t($btn-backgroundHover);
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/features/marketplace/components/Items/Item.jsx b/src/features/marketplace/components/Items/Item.jsx
index ad0241f6..53a96131 100644
--- a/src/features/marketplace/components/Items/Item.jsx
+++ b/src/features/marketplace/components/Items/Item.jsx
@@ -136,6 +136,18 @@ class Item extends PureComponent {
);
}
+ if (this.props.data.data.image_api === true) {
+ itemWarning = (
+
+
+
+ Warning
+ {variables.getMessage('modals.main.marketplace.product.third_party_api')}
+
+
+ );
+ }
+
const moreInfoItem = (icon, header, text) => (
{icon}
diff --git a/src/i18n/locales/bn.json b/src/i18n/locales/bn.json
index 4d7747e8..40db932a 100644
--- a/src/i18n/locales/bn.json
+++ b/src/i18n/locales/bn.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},
diff --git a/src/i18n/locales/de_DE.json b/src/i18n/locales/de_DE.json
index 445d5fa1..4a008078 100644
--- a/src/i18n/locales/de_DE.json
+++ b/src/i18n/locales/de_DE.json
@@ -550,6 +550,7 @@
"report": "Melden"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Einstellung",
"value": "Wert"
},
diff --git a/src/i18n/locales/en_GB.json b/src/i18n/locales/en_GB.json
index 6f32d762..11f70b71 100644
--- a/src/i18n/locales/en_GB.json
+++ b/src/i18n/locales/en_GB.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},
diff --git a/src/i18n/locales/en_US.json b/src/i18n/locales/en_US.json
index 70e97fff..c9ec2b35 100644
--- a/src/i18n/locales/en_US.json
+++ b/src/i18n/locales/en_US.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 379b41cc..c657e02c 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -550,6 +550,7 @@
"report": "Informe"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Ajustes",
"value": "Valor"
},
diff --git a/src/i18n/locales/es_419.json b/src/i18n/locales/es_419.json
index c480b84b..e6e8dbcf 100644
--- a/src/i18n/locales/es_419.json
+++ b/src/i18n/locales/es_419.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 6e7dd2d1..69f5ab88 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},
diff --git a/src/i18n/locales/id_ID.json b/src/i18n/locales/id_ID.json
index dd473ecb..304405cf 100644
--- a/src/i18n/locales/id_ID.json
+++ b/src/i18n/locales/id_ID.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 1112f79c..44340919 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -550,6 +550,7 @@
"report": "Rapporteer"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Instelling",
"value": "Waarde"
},
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 5bd864bd..fe263978 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 3fab775c..644b0669 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -550,6 +550,7 @@
"report": "Reportar"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Configuração",
"value": "Valor"
},
diff --git a/src/i18n/locales/pt_BR.json b/src/i18n/locales/pt_BR.json
index ac5f28cf..fb3dc627 100644
--- a/src/i18n/locales/pt_BR.json
+++ b/src/i18n/locales/pt_BR.json
@@ -550,6 +550,7 @@
"report": "Reportar"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Configuração",
"value": "Valor"
},
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 0cb9c274..bf2ddbe5 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -550,6 +550,7 @@
"report": "Жалоба"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Параметр",
"value": "Цена"
},
diff --git a/src/i18n/locales/tr_TR.json b/src/i18n/locales/tr_TR.json
index 630d9401..43e7ce05 100644
--- a/src/i18n/locales/tr_TR.json
+++ b/src/i18n/locales/tr_TR.json
@@ -550,6 +550,7 @@
"report": "Bildir/Raporla"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Ayarlar",
"value": "Değer"
},
diff --git a/src/i18n/locales/zh_CN.json b/src/i18n/locales/zh_CN.json
index 53fc3ff3..ba9472be 100644
--- a/src/i18n/locales/zh_CN.json
+++ b/src/i18n/locales/zh_CN.json
@@ -550,6 +550,7 @@
"report": "Report"
},
"not_in_language": "This add-on is not in your language",
+ "third_party_api": "This add-on uses a third-party API",
"setting": "Setting",
"value": "Value"
},