-
Notifications
You must be signed in to change notification settings - Fork 12
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: add delete dialog command #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sebastianbuechler great PR, thanks for your collaboration. I just made a few requests for changes but overall was very good. Please, try to make the suggested changes and we will merge this PR.
@ferrarafer I also did the adjustment for private functions and parameter addition for the delete commands for service and view so it's consistent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, more changes requested. Thanks for your collaboration, really appreciated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you! There is an issue but not because of your code, is an issue that was already on the code, I'm going to fix it on another branch.
🎉 This PR is included in version 1.11.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Tried to add for Stacked-Org/stacked#878
TODO:
lib/ui/dialogs/
for respective dialoglib/app/app.dart
from dialogs parameterapp/app.dialogs.dart
Tested it locally with a new project, added a dialog, then removed it again. Any other tasks here to do?
Includes minor typo fix for
delete_view_command.dart