feat: add submission status filter to browse teams page

- Add has_submission filter option to useTeams hook
- Add Submission Status dropdown filter (All/Submitted/Not Submitted)
- Filter persists in URL query params

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Maulana Sodiqin
2025-12-01 23:28:25 +07:00
co-authored by Claude
parent 417ff3390b
commit b2a28c6fd3
5 changed files with 69 additions and 2 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(findstr:*)"
"Bash(findstr:*)",
"Bash(ls:*)"
],
"deny": [],
"ask": []