-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[AC 2413] migrate policies component #8692
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8692 +/- ##
==========================================
+ Coverage 28.12% 28.13% +0.01%
==========================================
Files 2362 2362
Lines 69880 69880
Branches 13141 13141
==========================================
+ Hits 19654 19661 +7
+ Misses 48668 48661 -7
Partials 1558 1558 ☔ View full report in Codecov by Sentry. |
New Issues
|
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.
Looks great, I just spotted 1 more element we can migrate while we're here.
<bit-table *ngIf="!loading"> | ||
<ng-template body> | ||
<tr bitRow *ngFor="let p of policies"> | ||
<td bitCell *ngIf="p.display(organization)"> | ||
<a href="#" appStopClick (click)="edit(p)">{{ p.name | i18n }}</a> |
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.
While you're here, can you please change this to use a CL button link:
<a href="#" appStopClick (click)="edit(p)">{{ p.name | i18n }}</a> | |
<button bitLink (click)="edit(p)">{{ p.name | i18n }}</button> |
…413-Migrate-policies-component
* migrate policies component * migrate policies component
Type of change
Objective
Migrate the Policy component to use the component library.
policies.component.html - Updated the bootstrap css to use the equivalent components from the Component Library.
Screenshots
policies.-.Made.with.Clipchamp.mp4