diff --git a/components/ui/ModerationChecklist.vue b/components/ui/ModerationChecklist.vue new file mode 100644 index 0000000000..cb9fa8eae2 --- /dev/null +++ b/components/ui/ModerationChecklist.vue @@ -0,0 +1,1035 @@ + + + + + diff --git a/layouts/default.vue b/layouts/default.vue index a673f89384..89adc13097 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -702,6 +702,9 @@ function runAnalytics() { body: { url: window.location.href, }, + headers: { + Authorization: auth.token, + }, }) .then(() => {}) .catch(() => {}) diff --git a/pages/[type]/[id].vue b/pages/[type]/[id].vue index e4d9ba9449..ee63cc9372 100644 --- a/pages/[type]/[id].vue +++ b/pages/[type]/[id].vue @@ -415,10 +415,6 @@ :auth="auth" :tags="tags" /> - - {{ project.title }} has been removed from search by Modrinth's moderators. Please use - {{ project.title }} at your own risk. - {{ project.title }} has been archived. {{ project.title }} will not receive any further updates unless the author decides to unarchive the project. @@ -755,6 +751,11 @@ +