diff --git a/changelog.d/markup-panels.fix b/changelog.d/markup-panels.fix new file mode 100644 index 000000000..48ea10a0c --- /dev/null +++ b/changelog.d/markup-panels.fix @@ -0,0 +1 @@ +Fix few markup panel inconsistencies; better ToS and registration diff --git a/changelog.d/move-humanize-errors.skip b/changelog.d/move-humanize-errors.skip new file mode 100644 index 000000000..e69de29bb diff --git a/package.json b/package.json index 7b33218ac..fa85eaf47 100644 --- a/package.json +++ b/package.json @@ -51,10 +51,10 @@ "vuex": "4.1.0" }, "devDependencies": { - "@babel/core": "7.26.7", - "@babel/eslint-parser": "7.26.5", - "@babel/plugin-transform-runtime": "7.25.9", - "@babel/preset-env": "7.26.7", + "@babel/core": "7.26.8", + "@babel/eslint-parser": "7.26.8", + "@babel/plugin-transform-runtime": "7.26.8", + "@babel/preset-env": "7.26.8", "@babel/register": "7.25.9", "@intlify/vue-i18n-loader": "5.0.1", "@ungap/event-target": "0.2.4", @@ -67,27 +67,27 @@ "babel-plugin-lodash": "3.3.4", "chai": "4.5.0", "chalk": "5.4.1", - "chromedriver": "132.0.2", + "chromedriver": "133.0.0", "connect-history-api-fallback": "2.0.0", "copy-webpack-plugin": "12.0.2", "cross-spawn": "7.0.6", "css-loader": "7.1.2", "css-minimizer-webpack-plugin": "7.0.0", "custom-event-polyfill": "1.0.7", - "eslint": "9.19.0", + "eslint": "9.20.0", "eslint-config-standard": "17.1.0", "eslint-formatter-friendly": "7.0.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "15.7.0", - "eslint-plugin-promise": "6.6.0", + "eslint-plugin-n": "17.15.1", + "eslint-plugin-promise": "7.2.1", "eslint-plugin-vue": "9.32.0", "eslint-webpack-plugin": "4.2.0", "eventsource-polyfill": "0.9.6", "express": "4.21.2", "function-bind": "1.1.2", "html-webpack-plugin": "5.6.3", - "http-proxy-middleware": "2.0.7", - "iso-639-1": "2.1.15", + "http-proxy-middleware": "3.0.3", + "iso-639-1": "3.1.5", "json-loader": "0.5.7", "karma": "6.4.4", "karma-coverage": "2.2.1", @@ -104,14 +104,14 @@ "nightwatch": "2.6.25", "opn": "5.5.0", "ora": "0.4.1", - "postcss": "8.5.1", + "postcss": "8.5.2", "postcss-html": "^1.5.0", "postcss-loader": "7.3.4", "postcss-scss": "^4.0.6", - "sass": "1.83.4", + "sass": "1.84.0", "sass-loader": "13.3.3", "selenium-server": "3.141.59", - "semver": "7.7.0", + "semver": "7.7.1", "serviceworker-webpack5-plugin": "2.0.0", "shelljs": "0.8.5", "sinon": "15.2.0", diff --git a/src/boot/after_store.js b/src/boot/after_store.js index dbbbdb2e4..ada812739 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -129,6 +129,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { copyInstanceOption('theme') copyInstanceOption('style') copyInstanceOption('palette') + copyInstanceOption('embeddedToS') copyInstanceOption('nsfwCensorImage') copyInstanceOption('background') copyInstanceOption('hidePostStats') diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue index 24bbc9f4a..881df2988 100644 --- a/src/components/chat_list/chat_list.vue +++ b/src/components/chat_list/chat_list.vue @@ -34,7 +34,7 @@
{{ $t('chats.empty_chat_list_placeholder') }}
@@ -50,7 +50,7 @@ margin-bottom: 0; } -.emtpy-chat-list-alert { +.empty-chat-list-alert { padding: 3em; font-size: 1.2em; display: flex; diff --git a/src/components/drafts/drafts.vue b/src/components/drafts/drafts.vue index 9c9b3d584..1cce255da 100644 --- a/src/components/drafts/drafts.vue +++ b/src/components/drafts/drafts.vue @@ -1,15 +1,18 @@