refactor: remove adding variable while in env var search view#7157
refactor: remove adding variable while in env var search view#7157Pragadesh-45 wants to merge 1 commit intousebruno:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThe environment variables table filtering logic is simplified by removing special-case handling that preserved the last empty row when a search query was applied. The filter now strictly matches search terms against variable names and values. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
This PR implements a refactor to display a simple table structure during search, instead of allowing the creation of variables that are not filtered in the search view, which results in unsaved variables in environments.
Contribution Checklist:
Summary by CodeRabbit