Skip to content
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

Add hiddenActions Functionality to Dialog Component #17

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

lucasferreiralimax
Copy link
Member

This pull request introduces a new input property, hiddenActions, to the dialog component. This feature allows the hiding of the action buttons (confirm and cancel) when hiddenActions is set to true.

  1. Added Tests:
    • Implemented tests to verify that the action buttons are hidden when hiddenActions is set to true and that they render correctly when hiddenActions is false.

Testing:

  • All existing and new tests have been run successfully.
  • The functionality has been tested in scenarios where the dialog is opened with both hiddenActions set to true and false.

Documentation:

  • Updated the component documentation to include details about the new hiddenActions property.

@lucasferreiralimax lucasferreiralimax self-assigned this Oct 17, 2024
@lucasferreiralimax lucasferreiralimax linked an issue Oct 17, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Oct 17, 2024

Visit the preview URL for this PR (updated for commit f53e222):

https://up-window-angular--pr17-hidden-actions-6g6po5nd.web.app

(expires Thu, 24 Oct 2024 07:59:40 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7822e0d6e40bbbcb5ceaa0eda2c38488d7b613f8

@lucasferreiralimax lucasferreiralimax merged commit 1d6606a into master Oct 17, 2024
1 check passed
@lucasferreiralimax lucasferreiralimax deleted the hidden-actions branch October 17, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add hiddenActions Functionality to the Dialog Component
1 participant