From 57df2ce5230ce20044e85c96466ee356ab23d1e7 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Tue, 19 Mar 2024 21:13:24 +0000 Subject: [PATCH] fix: small fixes to settings ui --- .../MainModal/scss/settings/modules/tabs/_order.scss | 1 - src/features/marketplace/components/Items/Item.jsx | 2 +- src/features/marketplace/views/Added.jsx | 5 ++++- src/features/quote/options/QuoteOptions.jsx | 1 - src/i18n/locales/bn.json | 2 +- src/i18n/locales/en_GB.json | 2 +- src/i18n/locales/en_US.json | 2 +- src/i18n/locales/es_419.json | 2 +- src/i18n/locales/fr.json | 2 +- src/i18n/locales/id_ID.json | 2 +- src/i18n/locales/no.json | 2 +- src/i18n/locales/zh_CN.json | 2 +- 12 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss b/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss index 290349d0..f9bfc556 100644 --- a/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss +++ b/src/components/Elements/MainModal/scss/settings/modules/tabs/_order.scss @@ -1,7 +1,6 @@ @import 'scss/variables'; .sortableItem { - transition: 0.5s; cursor: move; width: 200px; z-index: 999 !important; diff --git a/src/features/marketplace/components/Items/Item.jsx b/src/features/marketplace/components/Items/Item.jsx index 8e7922c4..78771873 100644 --- a/src/features/marketplace/components/Items/Item.jsx +++ b/src/features/marketplace/components/Items/Item.jsx @@ -285,7 +285,7 @@ class Item extends PureComponent { onClick={() => window.open( variables.constants.REPORT_ITEM + - this.props.data.datadisplay_name.split(' ').join('+'), + this.props.data.data.display_name.split(' ').join('+'), '_blank', ) } diff --git a/src/features/marketplace/views/Added.jsx b/src/features/marketplace/views/Added.jsx index 91730690..f528ccf7 100644 --- a/src/features/marketplace/views/Added.jsx +++ b/src/features/marketplace/views/Added.jsx @@ -207,6 +207,7 @@ export default class Added extends PureComponent {
{this.getSideloadButton()}
+ {sideLoadBackendElements()}
@@ -235,7 +236,9 @@ export default class Added extends PureComponent { return ( <>
- {variables.getMessage('modals.main.addons.added')} +
+ {this.getSideloadButton()} +
{sideLoadBackendElements()}
diff --git a/src/features/quote/options/QuoteOptions.jsx b/src/features/quote/options/QuoteOptions.jsx index 1c1108aa..dffd8716 100644 --- a/src/features/quote/options/QuoteOptions.jsx +++ b/src/features/quote/options/QuoteOptions.jsx @@ -126,7 +126,6 @@ class QuoteOptions extends PureComponent { value: 'quote_pack', text: variables.getMessage('modals.main.navbar.marketplace'), }, - { value: 'quote_pack', text: variables.getMessage('modals.main.navbar.marketplace') }, { value: 'api', text: variables.getMessage('modals.main.settings.sections.background.type.api'), diff --git a/src/i18n/locales/bn.json b/src/i18n/locales/bn.json index d56bd158..e21a851c 100644 --- a/src/i18n/locales/bn.json +++ b/src/i18n/locales/bn.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "Accessibility", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "Animations", "text_shadow": { "title": "Widget text shadow", diff --git a/src/i18n/locales/en_GB.json b/src/i18n/locales/en_GB.json index 0e3e0e7b..b6466db7 100644 --- a/src/i18n/locales/en_GB.json +++ b/src/i18n/locales/en_GB.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "Accessibility", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "Animations", "text_shadow": { "title": "Widget text shadow", diff --git a/src/i18n/locales/en_US.json b/src/i18n/locales/en_US.json index c18c8db5..a0710beb 100644 --- a/src/i18n/locales/en_US.json +++ b/src/i18n/locales/en_US.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "Accessibility", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "Animations", "text_shadow": { "title": "Widget text shadow", diff --git a/src/i18n/locales/es_419.json b/src/i18n/locales/es_419.json index 18ac8e8d..dfcb5e5b 100644 --- a/src/i18n/locales/es_419.json +++ b/src/i18n/locales/es_419.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "Accesibilidad", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "Animaciones", "text_shadow": { "title": "Widget text shadow", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index ea693ac7..5daeb083 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "Accessibilité", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "Animations", "text_shadow": { "title": "Widget text shadow", diff --git a/src/i18n/locales/id_ID.json b/src/i18n/locales/id_ID.json index 29e4b0e1..b2a4561f 100644 --- a/src/i18n/locales/id_ID.json +++ b/src/i18n/locales/id_ID.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "Aksesibilitas", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "Animasi", "text_shadow": { "title": "Widget text shadow", diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json index fc3bea8c..660f63ff 100644 --- a/src/i18n/locales/no.json +++ b/src/i18n/locales/no.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "Accessibility", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "Animasjoner", "text_shadow": { "title": "Widget text shadow", diff --git a/src/i18n/locales/zh_CN.json b/src/i18n/locales/zh_CN.json index b1f05357..48ff768a 100644 --- a/src/i18n/locales/zh_CN.json +++ b/src/i18n/locales/zh_CN.json @@ -399,7 +399,7 @@ }, "accessibility": { "title": "无障碍设定", - "description": "Accessibility settings for Mue", + "description": "Make Mue comfortable and accessible", "animations": "动画效果", "text_shadow": { "title": "Widget text shadow",