update archiving, move general project settings to v3 (start redesign there), use project id lookups for stable cache keys, advanced in server search

This commit is contained in:
Prospector
2026-08-06 21:27:44 -07:00
parent f7c5552354
commit d94d6c796e
58 changed files with 912 additions and 510 deletions
@@ -1,10 +1,12 @@
<template>
<NewModal ref="modal" :noblur="noblur" :danger="danger" :on-hide="onHide" max-width="550px">
<template #title>
<slot name="title">
<span class="font-extrabold text-contrast text-lg">{{ title }}</span>
</slot>
</template>
<NewModal
ref="modal"
:noblur="noblur"
:danger="danger"
:on-hide="onHide"
max-width="800px"
:header="title"
>
<div class="flex flex-col gap-4">
<template v-if="description">
<div
@@ -20,7 +22,7 @@
<label v-if="hasToType" for="confirmation">
<span>
To confirm you want to proceed, type
<span class="italic font-bold">{{ confirmationText }}</span> below:
<span class="font-semibold text-contrast">{{ confirmationText }}</span> below:
</span>
</label>
<StyledInput
@@ -66,7 +66,7 @@ const messages = defineMessages({
},
body3: {
id: 'search.photosensitivity-warning-modal.body.3',
defaultMessage: 'Using any content on Modrinth is at your own risk, please stay safe! 💚',
defaultMessage: 'Using any content on Modrinth is at your own risk. Please stay safe! 💚',
},
dontShowAgain: {
id: 'search.photosensitivity-warning-modal.dont-show-again',