diff --git a/build/check-versions.mjs b/build/check-versions.mjs index 8c5968a30..c22004b00 100644 --- a/build/check-versions.mjs +++ b/build/check-versions.mjs @@ -36,7 +36,6 @@ export default function () { const warning = warnings[i] console.warn(' ' + warning) } - console.warn() process.exit(1) } } diff --git a/src/App.vue b/src/App.vue index f432d8bc4..c1a7199d7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,10 +28,10 @@ > diff --git a/src/boot/after_store.js b/src/boot/after_store.js index e18cfa788..a3d8701e5 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -152,8 +152,10 @@ const getStaticConfig = async () => { throw res } } catch (error) { - console.warn('Failed to load static/config.json, continuing without it.') - console.warn(error) + console.warn( + 'Failed to load static/config.json, continuing without it.', + error, + ) return {} } } @@ -442,8 +444,7 @@ const getNodeInfo = async ({ store }) => { throw res } } catch (e) { - console.warn('Could not load nodeinfo') - console.warn(e) + console.warn('Could not load nodeinfo', e) } } diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js index 0146a3de8..6c4568d14 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -333,7 +333,6 @@ const EmojiInput = { if (!this.pickerShown) { this.scrollIntoView() this.$refs.picker.showPicker() - this.$refs.picker.startEmojiLoad() } else { this.$refs.picker.hidePicker() } diff --git a/src/components/instance_specific_panel/instance_specific_panel.vue b/src/components/instance_specific_panel/instance_specific_panel.vue index c8ed0a2de..597155e27 100644 --- a/src/components/instance_specific_panel/instance_specific_panel.vue +++ b/src/components/instance_specific_panel/instance_specific_panel.vue @@ -11,3 +11,9 @@ + + diff --git a/src/components/interactions/interactions.vue b/src/components/interactions/interactions.vue index 1e2efe402..98fba754d 100644 --- a/src/components/interactions/interactions.vue +++ b/src/components/interactions/interactions.vue @@ -42,7 +42,6 @@ @@ -50,7 +49,6 @@ v-model="pollType" class="poll-type-select" unstyled="true" - @change="updatePollToParent" >