From aceaaeb27215be26ade6a73ee1d13970b5344668 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 13 Mar 2026 15:54:04 +0800 Subject: [PATCH] feat(problemset): replace semantic-ui dropdown with native select for hardness filter - Replace custom semantic-ui dropdown component with standard HTML select element - Simplify JavaScript by using native event listener instead of semantic-ui dropdown API - Remove unnecessary dropdown initialization and selection setting code - Maintain same functionality while reducing complexity and dependency on semantic-ui --- web/template/syzoj/problemset.php | 42 +++++++++++++------------------ 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/web/template/syzoj/problemset.php b/web/template/syzoj/problemset.php index ae2c061..64d7148 100644 --- a/web/template/syzoj/problemset.php +++ b/web/template/syzoj/problemset.php @@ -108,39 +108,31 @@ $selected_hardness = 0; } ?> - - +