Merged
Size
S
Change Breakdown
Feature80%
Refactor20%
#3302fix(webapp): match environment when searching env variables

Environment variables made searchable by deployment type and branch name

Environment variables made searchable by deployment type and branch name

Users can now search environment variables by their deployment type and branch name, making it faster to locate specific configurations.

Developers can now filter environment variables by typing the environment type (like "production" or "staging") or branch name directly into the search bar. This speeds up navigation, letting users isolate production secrets or preview branch variables without clicking through additional menus. The enhancement lands on the environment variables page in the webapp, backed by a fuzzy search update that reads nested environment properties.

View Original GitHub Description

Temporary workaround that enables filtering by environment in the envvars page, without changing any UI.

© 2026 · via Gitpulse