mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add search to parameter dropdowns (#18729)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user