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

[Fleet Management] Add overlay close scroll strategy #55

Merged
merged 5 commits into from
Feb 10, 2025

Conversation

IMinchev64
Copy link
Contributor

No description provided.

@IMinchev64 IMinchev64 added the ❌ status: awaiting-test PRs awaiting manual verification label Jan 31, 2025
@MarielaTihova MarielaTihova added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Feb 6, 2025
@dkamburov dkamburov requested a review from mddragnev February 6, 2025 14:05
@mddragnev
Copy link
Member

@IMinchev64 could you please resolve the conflicts

@IMinchev64 IMinchev64 force-pushed the iminchev/add-scroll-strategy branch from dbf2a0b to 54eefbe Compare February 6, 2025 16:05
@@ -30,6 +30,13 @@ igx-card {
border-radius: 4px;
}

::ng-deep {
igx-card .igx-card-header__thumbnail {
Copy link
Member

Choose a reason for hiding this comment

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

Why is this needed?

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 added this since for some reason the igx-card-header_thumbnail has a margin-inline-end of 16px by default which would offset the avatar in the overlay:

image

(P.S. I have to test this separately and see if it should be logged as a bug for the igx-card)

@@ -249,7 +249,7 @@ <h6>Utilization per Month</h6>
</igx-grid>

<ng-template #tripHistory let-tripHistoryData>
<igx-grid [data]="tripHistoryData" height="100%" width="100%">
<igx-grid [data]="tripHistoryData" height="auto" width="100%">
Copy link
Member

Choose a reason for hiding this comment

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

And this?

@dkamburov dkamburov merged commit 46e243e into vnext Feb 10, 2025
4 checks passed
@dkamburov dkamburov deleted the iminchev/add-scroll-strategy branch February 10, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants