-
Notifications
You must be signed in to change notification settings - Fork 0
style(hf-icons): Use Hf Icon Library #514
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
base: main
Are you sure you want to change the base?
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.
Pull Request Overview
This PR aims to integrate the Hf Icon Library by removing the existing IconLinkComponent and updating its usage.
- Removed the IconLinkComponent file.
- Updated the AHB table component to eliminate the IconLinkComponent reference.
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/app/shared/components/icon-link/icon-link.component.ts | Removed the icon link component in favor of using the new Hf Icon Library. |
| src/app/features/ahbs/components/ahb-table/ahb-table.component.ts | Removed the IconLinkComponent import as part of the updated icon integration. |
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.
Pull Request Overview
This PR updates the AHB table component to use the new Hf Icon Library by removing the redundant IconLinkComponent.
- Removed IconLinkComponent import from the AHB table component.
- Deleted the IconLinkComponent file from the shared components directory.
Reviewed Changes
Copilot reviewed 4 out of 13 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/app/features/ahbs/components/ahb-table/ahb-table.component.ts | Removed IconLinkComponent usage to integrate the new Hf Icon Library. |
| src/app/shared/components/icon-link/icon-link.component.ts | Deleted the redundant IconLinkComponent. |
Files not reviewed (9)
- package.json: Language not supported
- src/app/features/ahbs/components/ahb-table/ahb-table.component.html: Language not supported
- src/app/features/ahbs/views/ahb-landing-page/ahb-landing-page.component.html: Language not supported
- src/app/features/landingpage/views/landing-page/landing-page.component.html: Language not supported
- src/app/shared/components/footer/footer.component.html: Language not supported
- src/app/shared/components/icon-link/icon-link.component.html: Language not supported
- src/app/shared/components/login-button/login-button.component.html: Language not supported
- src/assets/companystylesheet: Language not supported
- src/styles.scss: Language not supported
Comments suppressed due to low confidence (1)
src/app/features/ahbs/components/ahb-table/ahb-table.component.ts:24
- The Angular component decorator property should likely be 'styleUrls' (an array) instead of 'styleUrl'.
styleUrl: './ahb-table.component.scss',
|
I guess we can remove all the icon components if we use the new icon library |
No description provided.