diff --git a/build/check-versions.mjs b/build/check-versions.mjs index c22004b00..8c5968a30 100644 --- a/build/check-versions.mjs +++ b/build/check-versions.mjs @@ -36,6 +36,7 @@ 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 c1a7199d7..f432d8bc4 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 a3d8701e5..e18cfa788 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -152,10 +152,8 @@ const getStaticConfig = async () => { throw res } } catch (error) { - console.warn( - 'Failed to load static/config.json, continuing without it.', - error, - ) + console.warn('Failed to load static/config.json, continuing without it.') + console.warn(error) return {} } } @@ -444,7 +442,8 @@ const getNodeInfo = async ({ store }) => { throw res } } catch (e) { - console.warn('Could not load nodeinfo', e) + console.warn('Could not load nodeinfo') + console.warn(e) } } diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js index 6c4568d14..0146a3de8 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -333,6 +333,7 @@ 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 597155e27..c8ed0a2de 100644 --- a/src/components/instance_specific_panel/instance_specific_panel.vue +++ b/src/components/instance_specific_panel/instance_specific_panel.vue @@ -11,9 +11,3 @@ - - diff --git a/src/components/interactions/interactions.vue b/src/components/interactions/interactions.vue index 98fba754d..1e2efe402 100644 --- a/src/components/interactions/interactions.vue +++ b/src/components/interactions/interactions.vue @@ -42,6 +42,7 @@ @@ -49,6 +50,7 @@ v-model="pollType" class="poll-type-select" unstyled="true" + @change="updatePollToParent" >