diff --git a/public/icons/mue_about.png b/public/icons/mue_about.png new file mode 100644 index 00000000..e5d7b096 Binary files /dev/null and b/public/icons/mue_about.png differ diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 00000000..29f8f8c1 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,29 @@ +#-------------------------------------------------------------------------------# +# Qodana analysis is configured by qodana.yaml file # +# https://www.jetbrains.com/help/qodana/qodana-yaml.html # +#-------------------------------------------------------------------------------# +version: "1.0" + +#Specify inspection profile for code analysis +profile: + name: qodana.starter + +#Enable inspections +#include: +# - name: + +#Disable inspections +#exclude: +# - name: +# paths: +# - + +#Execute shell command before Qodana execution (Applied in CI/CD pipeline) +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com) + +#Specify Qodana linter for analysis (Applied in CI/CD pipeline) +linter: jetbrains/qodana-js:latest diff --git a/src/components/helpers/carousel/carousel.scss b/src/components/helpers/carousel/carousel.scss index 5c493b1e..46edb938 100644 --- a/src/components/helpers/carousel/carousel.scss +++ b/src/components/helpers/carousel/carousel.scss @@ -10,7 +10,6 @@ &.is-draggable { cursor: move; - cursor: grab; } &.is-dragging { diff --git a/src/components/helpers/sharemodal/ShareModal.jsx b/src/components/helpers/sharemodal/ShareModal.jsx index 05a77f4c..2b10f3ca 100644 --- a/src/components/helpers/sharemodal/ShareModal.jsx +++ b/src/components/helpers/sharemodal/ShareModal.jsx @@ -103,7 +103,7 @@ function ShareModal({ modalClose, data }) { diff --git a/src/components/modals/main/settings/sections/quicklinks/AddModal.jsx b/src/components/modals/main/settings/sections/quicklinks/AddModal.jsx index e7ee19e4..4fa3b8c4 100644 --- a/src/components/modals/main/settings/sections/quicklinks/AddModal.jsx +++ b/src/components/modals/main/settings/sections/quicklinks/AddModal.jsx @@ -11,7 +11,7 @@ function AddModal({ urlError, iconError, addLink, closeModal, edit, editData, ed const [icon, setIcon] = useState(edit ? editData.icon : ''); return ( -
+
{edit @@ -30,15 +30,14 @@ function AddModal({ urlError, iconError, addLink, closeModal, edit, editData, ed placeholder={variables.getMessage('widgets.quicklinks.name')} value={name} onChange={(e) => setName(e.target.value.replace(/(\r\n|\n|\r)/gm, ''))} + style={{ gridColumn: 'span 2' }} /> - setUrl(e.target.value.replace(/(\r\n|\n|\r)/gm, ''))} /> - {urlError} setIcon(e.target.value.replace(/(\r\n|\n|\r)/gm, ''))} /> - {iconError} +
+
+ + {iconError} {urlError} + {edit ? (