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

fix: (CXSPA-8200) - Place 'Delete' button before 'Cancel' button in Card Component #19463

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

petarmarkov9449
Copy link
Contributor

Ticket: CXSPA-8200

Change order of 'Delete' button and 'Cancel' button in Card Component.
Place 'Delete' button before 'Cancel' button.

@petarmarkov9449 petarmarkov9449 requested a review from a team as a code owner October 30, 2024 11:08
@github-actions github-actions bot marked this pull request as draft October 30, 2024 11:08
@petarmarkov9449 petarmarkov9449 marked this pull request as ready for review October 30, 2024 11:51
Copy link

cypress bot commented Oct 30, 2024

spartacus    Run #45616

Run Properties:  status check passed Passed #45616  •  git commit 9009046f58 ℹ️: Merge c91628d5f4a9d44aab11e2bcf502d17d3cd183a1 into 79c60bf8a908d0b40c190bdbfb97...
Project spartacus
Branch Review feature/CXSPA-8200
Run status status check passed Passed #45616
Run duration 11m 44s
Commit git commit 9009046f58 ℹ️: Merge c91628d5f4a9d44aab11e2bcf502d17d3cd183a1 into 79c60bf8a908d0b40c190bdbfb97...
Committer petarmarkov9449
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 3
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 125
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

Pio-Bar
Pio-Bar previously approved these changes Oct 31, 2024
>
{{ 'common.cancel' | cxTranslate }}
</button>
<div *ngIf="editMode">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could be wrong here looking at the diff. But it looks like you have removed class="row cx-card-body-delete" from the div with *ngIf="editMode" and placed it on the nested div. This would be a breaking change. Could you please verify this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated it.

@github-actions github-actions bot marked this pull request as draft November 4, 2024 12:37
@petarmarkov9449 petarmarkov9449 marked this pull request as ready for review November 4, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants