feat(admin): Add submission type filter dropdown#26
Merged
olearycrew merged 1 commit intomainfrom Mar 19, 2026
Merged
Conversation
Replace the 'Official only' checkbox with a dropdown filter that allows filtering by: - All submissions - Official only - Unofficial only This matches the existing pattern used in the Graphs section and provides admins with more granular control over which submissions they're viewing.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
api | 29e6f86 | Commit Preview URL Branch Preview URL |
Mar 19 2026, 12:19 PM |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The changes are clean and consistent with existing patterns in the codebase. The new submission type filter dropdown mirrors the exact same approach already used for the
Files Reviewed (2 files)
Reviewed by claude-4.6-opus-20260205 · 252,735 tokens |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace the 'Official only' checkbox with a dropdown filter that allows filtering submissions by type:
Changes
/admin/api/submissionsendpoint to acceptofficial=falsein addition toofficial=truepage-size-selectorstyling for consistency with other dropdownsScreenshots
The new filter matches the pattern already used in the Graphs section (submissions per day filter).
Testing
official=1official=0