feat: report reminders

This commit is contained in:
trafficlunar 2026-04-24 18:39:45 +01:00
parent af7f1380bc
commit 781682e24e
3 changed files with 10 additions and 1 deletions

View file

@ -70,6 +70,11 @@ export default function ReportMiiPage() {
</div> </div>
</div> </div>
<p className="text-sm bg-orange-100 border border-orange-400 rounded-lg px-3 py-2">
<span className="font-semibold">REMINDER:</span> Miis without instructions are allowed, as mentioned in the submit form. Be sure to add notes so we
know what's wrong.
</p>
<div className="w-full grid grid-cols-3 items-center"> <div className="w-full grid grid-cols-3 items-center">
<label htmlFor="reason" className="font-semibold"> <label htmlFor="reason" className="font-semibold">
Reason Reason

View file

@ -78,6 +78,10 @@ export default function ReportUserPage() {
<p className="text-xl font-bold overflow-hidden text-ellipsis">{user.name}</p> <p className="text-xl font-bold overflow-hidden text-ellipsis">{user.name}</p>
</div> </div>
<p className="text-sm bg-orange-100 border border-orange-400 rounded-lg px-3 py-2">
<span className="font-semibold">REMINDER:</span> Be sure to add notes so we know what's wrong.
</p>
<div className="w-full grid grid-cols-3 items-center"> <div className="w-full grid grid-cols-3 items-center">
<label htmlFor="reason" className="font-semibold"> <label htmlFor="reason" className="font-semibold">
Reason Reason

View file

@ -413,7 +413,7 @@ export default function SubmitPage() {
className="size-20 object-cover rounded-xl border-2 border-orange-300 shrink-0 opacity-70" className="size-20 object-cover rounded-xl border-2 border-orange-300 shrink-0 opacity-70"
/> />
</div> </div>
<SwitchFileUpload text="a screenshot of your Mii's features here" image={miiFeaturesUri} setImage={setMiiFeaturesUri} /> <SwitchFileUpload text="a screenshot of your Mii's features here" image={miiFeaturesUri} setImage={setMiiFeaturesUri} forceCrop />
</div> </div>
</div> </div>