-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[PM-21184] Migrate free-bitwarden-families.component.html to Tailwind complying #14628
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?
[PM-21184] Migrate free-bitwarden-families.component.html to Tailwind complying #14628
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14628 +/- ##
=======================================
Coverage 36.24% 36.25%
=======================================
Files 3200 3200
Lines 93163 93163
Branches 16798 16798
=======================================
+ Hits 33766 33773 +7
+ Misses 56961 56954 -7
Partials 2436 2436 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
New Issues (4)Checkmarx found the following issues in this Pull Request
|
apps/web/src/app/billing/members/free-bitwarden-families.component.html
Outdated
Show resolved
Hide resolved
@@ -82,6 +82,7 @@ import { SharedModule } from "./shared.module"; | |||
OrganizationLayoutComponent, | |||
VerifyRecoverDeleteOrgComponent, | |||
VaultTimeoutInputComponent, | |||
NoItemsModule, |
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.
issue: Please do not add to this list of declarations. If you are migrating components then please also remove them from here and make them standalone/add them to their own module
apps/web/src/app/billing/members/free-bitwarden-families.component.html
Outdated
Show resolved
Hide resolved
…ee-bitwarden-families-component' into pm-21184-Migrate-free-bitwarden-families-component
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.
@cyprain-okeke can we just remove the no-item changes and revisit this later? We need to get the tailwind classes removed asap or they will stop working. |
…ee-bitwarden-families-component' into pm-21184-Migrate-free-bitwarden-families-component
0f30e9e
|
@@ -122,7 +122,6 @@ import { SharedModule } from "./shared.module"; | |||
RemovePasswordComponent, | |||
SetPasswordComponent, | |||
SponsoredFamiliesComponent, | |||
FreeBitwardenFamiliesComponent, |
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.
question: did you mean to remove this from exports?
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-21184
📔 Objective
/apps/web/src/app/billing/members/free-bitwarden-families.component.html
67:27 error Classname 'm-0' is not a Tailwind CSS class! tailwindcss/no-custom-classname
76:31 error Classname 'pl-1' is not a Tailwind CSS class! tailwindcss/no-custom-classname
85:13 error Classname 'mt-0' is not a Tailwind CSS class! tailwindcss/no-custom-classname
90:13 error Classname 'mt-3' is not a Tailwind CSS class! tailwindcss/no-custom-classname
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes