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

fixes minor UI issues discovered during v18 upgrades #1091

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

jmcmichael
Copy link
Contributor

Fixes a couple of issues:

  • features-table's fixed columns configuration which were causing issues with horizontal scrolling
  • sidebar menu styles weren't hiding menu item labels when menu is collapsed

@jmcmichael jmcmichael added the bugfix PR Label for bug fixes. Will appear in release notes. label Aug 15, 2024
Copy link
Member

@acoffman acoffman left a 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!

@@ -242,7 +240,7 @@
<!-- card's title template -->
<ng-template #titleTemplate>
<ng-container *ngIf="this.cvcTitleTemplate">
Copy link
Member

Choose a reason for hiding this comment

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

Out of curiosity, if you switch this from an *ngIf to the new @if, does it remove the need to assert that the template exists with !?

At least so far the new @ things seem to be smarter about types in my experience,.

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 gave it a try, but still get the TS error b/c cvcTitleTemplate's type is defined as Maybe<TemplateRef<void>>. We'd have to switch that to TemplateRef<void> to remove the ! assertion.

@jmcmichael jmcmichael merged commit 3cee674 into upgrade-to-v18-2 Aug 15, 2024
2 checks passed
@jmcmichael jmcmichael deleted the misc-ui-issues branch August 15, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix PR Label for bug fixes. Will appear in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants