Added experimental 'Shared Favorite Songs' option.

This commit is contained in:
Thome Valentin
2022-05-16 06:47:59 +02:00
parent 90651282c0
commit 4a8e0707f0
8 changed files with 145 additions and 10 deletions

View File

@@ -78,6 +78,18 @@ div
label.label Excellent Full Combos
.control
input.input(type="text" name="exce_num", value=pr.exce_num readonly)
.field
label.label Highest Difficulty Cleared
.control
input.input(type="text" name="max_clear_diff", value=(pr.max_clear_diff/100) readonly)
.field
label.label Highest Difficulty Full Combo
.control
input.input(type="text" name="max_full_diff", value=(pr.max_full_diff/100) readonly)
.field
label.label Highest Difficulty Excellent Full Combo
.control
input.input(type="text" name="max_exce_diff", value=(pr.max_exce_diff/100) readonly)
.field
label.label Sessions
.control