feat: add search to parameter dropdowns (#18729)

This commit is contained in:
ケイラ
2025-07-15 11:23:49 -06:00
committed by GitHub
parent dad033ee3d
commit 52c4b61391
9 changed files with 178 additions and 138 deletions
+3
View File
@@ -66,6 +66,9 @@ All UI-related code is in the `site` folder. Key directories include:
- **util** - Helper functions that can be used across the application
- **static** - Static assets like images, fonts, icons, etc
Do not use barrel files. Imports should be directly from the file that defines
the value.
## Routing
We use [react-router](https://reactrouter.com/en/main) as our routing engine.