-
Notifications
You must be signed in to change notification settings - Fork 265
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
[ACS-5166] Changes to Digital workspace new UI for better experience #8640
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.
Please use Material Icons where available already
lib/core/src/lib/assets/images/icon-notification-outline-default.svg
Outdated
Show resolved
Hide resolved
lib/core/src/lib/notifications/components/notification-history.component.ts
Outdated
Show resolved
Hide resolved
lib/core/src/lib/notifications/components/notification-history.component.html
Outdated
Show resolved
Hide resolved
fce1ef7
to
086e973
Compare
086e973
to
b6c2aed
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -48,6 +49,8 @@ export class IconComponent { | |||
set value(value: string) { | |||
this._value = value || 'settings'; | |||
this._isCustom = this._value.includes(':'); | |||
this.isOutlined = this._value.includes('_outline'); | |||
this._value = this._value.replace('_outline',''); |
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.
this is hacking of the old material icons font, and is introducing IDs that are invalid for the new Material Symbols font. this is also not going to work for cases like
<mat-icon class="adf-error-icon">error_outline</mat-icon>
[matBadgeHidden]="!notifications.length" | ||
matBadgeColor="warn" | ||
matBadgeSize="small" | ||
fontSet="mat-icons-outlined">notifications</mat-icon> |
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.
in this PR, there is no outlined font in the ADF, you are breaking the component
@arohilaGL you based your PR on the wrong library, you should have been using Material Icons |
closing in favor other PRs, also the icons for mime types needed a replacement, not a separate copies, see #8683 |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
What is the new behaviour?
Design changes to new UI layout
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information:
https://alfresco.atlassian.net/browse/ACS-5166