mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
fix: small fixes to settings ui
This commit is contained in:
@@ -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',
|
||||
)
|
||||
}
|
||||
|
||||
@@ -207,6 +207,7 @@ export default class Added extends PureComponent {
|
||||
<Header title={variables.getMessage('modals.main.navbar.addons')} report={false}>
|
||||
<CustomActions>{this.getSideloadButton()}</CustomActions>
|
||||
</Header>
|
||||
{sideLoadBackendElements()}
|
||||
<div className="emptyItems">
|
||||
<div className="emptyNewMessage">
|
||||
<MdOutlineExtensionOff />
|
||||
@@ -235,7 +236,9 @@ export default class Added extends PureComponent {
|
||||
return (
|
||||
<>
|
||||
<div className="modalHeader">
|
||||
<span className="mainTitle">{variables.getMessage('modals.main.addons.added')}</span>
|
||||
<Header title={variables.getMessage('modals.main.addons.added')} report={false}>
|
||||
<CustomActions>{this.getSideloadButton()}</CustomActions>
|
||||
</Header>
|
||||
<div className="filter">
|
||||
{sideLoadBackendElements()}
|
||||
<div className="buttonSection">
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user