feat: add Show Releases Pages. fix: hover handling on touchscreens

This commit is contained in:
Kentai Radiquum 2024-07-13 05:21:06 +05:00
parent b0246aa4e5
commit 7f2b4f17a4
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 168 additions and 43 deletions

View file

@ -15,6 +15,8 @@ export async function GET(request) {
statusId = 2;
} else if (status == "announce") {
statusId = 3;
} else {
return NextResponse.json({message: "Bad status"}, {status: 400});
}
const data = {