-
-
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): Delete variable from a project #600
base: develop
Are you sure you want to change the base?
feat(platform): Delete variable from a project #600
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Description
This PR adds the feature of deleting a variable from a project.
Fixes #560
Mentions
@kriptonian1
Screenshots of relevant screens
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
Enhancement, Documentation
Description
This PR implements the variable management feature in the project, including:
Changes walkthrough 📝
8 files
Add variable creation and management functionality
Implement variable listing and deletion feature
Add reusable alert dialog component
Update project creation form with textarea
Add confirmation dialog for variable deletion
Add reusable textarea component
Update project card link to use slug
Add new SVG icon exports
1 files
Fix type casting in response parser
4 files