-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(platform): Edit existing variables in a project #602
base: develop
Are you sure you want to change the base?
feat(platform): Edit existing variables in a project #602
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
…ent value of variable name and note
User description
Description
This PR adds the feature to edit existing variables in a project.
Fixes #562
Mentions
@kriptonian1
Screenshots of relevant screens
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
Enhancement
Description
Complete variable management system with CRUD operations
Enhanced UI components for better user interaction
Improved project creation and management workflow
Added type safety and error handling improvements
Changes walkthrough 📝
11 files
Add variable creation and environment management functionality
Implement variable management page with CRUD operations
Add reusable alert dialog component
Update project creation dialog and form handling
Add dialog component for editing variables
Add confirmation dialog for variable deletion
Add reusable textarea component
Update project card link to use slug
Add new SVG icon exports
Improve type casting in response parser
Add reusable collapsible component
3 files