From 544aba53dc78b67fb91f538776ca8478a1608bff Mon Sep 17 00:00:00 2001 From: triphora Date: Sat, 21 Jan 2023 16:02:11 -0500 Subject: [PATCH] Miscellaneous fixes relating to statuses, et al (#920) --- .eslintrc.js | 1 + components/ui/ModalReport.vue | 6 + components/ui/ProjectPublishingChecklist.vue | 43 ++++- layouts/default.vue | 10 +- layouts/error.vue | 2 +- pages/_type/_id.vue | 157 +++++-------------- pages/_type/_id/settings/members.vue | 7 +- pages/legal/rules.vue | 3 +- pages/user/_id.vue | 6 +- store/tag.js | 2 + 10 files changed, 101 insertions(+), 136 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0c004c46..a2130cb1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,5 +17,6 @@ module.exports = { rules: { 'no-console': 'off', 'vue/no-v-html': 'off', + 'import/no-named-as-default': 'off', }, } diff --git a/components/ui/ModalReport.vue b/components/ui/ModalReport.vue index b78b48d4..ad5dcef7 100644 --- a/components/ui/ModalReport.vue +++ b/components/ui/ModalReport.vue @@ -10,6 +10,12 @@ Rules. Rest assured, we’ll keep your identifying information private.

+

+ Please do not use this to report bugs with the + project itself. This form is only for submitting a report to Modrinth + staff. If the project has an Issues link or a Discord invite, consider + reporting it there. +