mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
feat: report reminders
This commit is contained in:
parent
af7f1380bc
commit
781682e24e
3 changed files with 10 additions and 1 deletions
|
|
@ -70,6 +70,11 @@ export default function ReportMiiPage() {
|
|||
</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">
|
||||
<label htmlFor="reason" className="font-semibold">
|
||||
Reason
|
||||
|
|
|
|||
|
|
@ -78,6 +78,10 @@ export default function ReportUserPage() {
|
|||
<p className="text-xl font-bold overflow-hidden text-ellipsis">{user.name}</p>
|
||||
</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">
|
||||
<label htmlFor="reason" className="font-semibold">
|
||||
Reason
|
||||
|
|
|
|||
|
|
@ -413,7 +413,7 @@ export default function SubmitPage() {
|
|||
className="size-20 object-cover rounded-xl border-2 border-orange-300 shrink-0 opacity-70"
|
||||
/>
|
||||
</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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue