Sync sansei branch #1

Merged
Stedos merged 34 commits from sansei into main 2025-02-24 21:12:28 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 9d33c64949 - Show all commits

View File

@ -232,7 +232,7 @@ class ScoreService(
}
fun getDefaultCondition(): Condition {
return SCORES.UR.lessOrEqual(25.0)
return SCORES.UR.lessOrEqual(35.0)
.and(SCORES.IS_BANNED.eq(false))
}

View File

@ -1,7 +1,7 @@
<div class="main term">
<h1><span class="board">/sus/</span> - Suspicious Scores</h1>
<div class="alert mb-2">
This includes all replays with <25 cvUR. Low values can indicate cheating but always manually review users and
This includes all replays with <35 cvUR. Low values can indicate cheating but always manually review users and
replays before making judgements.
</div>
@ -24,7 +24,7 @@
<input class="form-control" type="number" id="maxPP" [(ngModel)]="this.filterManager.filters.maxPP" (input)="filterScores()"
[readOnly]="this.isUrlFilters" [disabled]="this.isUrlFilters">
</p>
`
<!-- Min cvUR -->
<p>
<label for="minUR" class="form-label">Min cvUR</label>