[PM-29568] Fix footer styling
đī¸ Tracking
đ Objective
Fixing color, icon size, and spacing for the footer.
Rebuilt Auth owned templates.
đ¸ Screenshots
Welcome Email
â° Reminders before review
- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team
đĻŽ 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
Claude finished @ike-kottlowski's task ââ View job
Code Review for Footer Styling Changes
Tasks
- [x] Review screenshot to understand visual changes
- [x] Read modified template files
- [x] Run comprehensive code review using bitwarden-code-reviewer agent
- [x] Post review findings
Review Summary
Overall Assessment: â APPROVED
I've completed a comprehensive review of the footer styling changes across all 6 modified email template files. The changes successfully update the footer to match UIF Tailwind standards.
What Changed
Source Files (MJML Components):
-
src/Core/MailTemplates/Mjml/components/footer.mjml: Updated icon size from 30px â 24px, adjusted padding -
src/Core/MailTemplates/Mjml/components/mj-bw-learn-more-footer.js: Updated background color from #f6f6f6 â #F3F6F9
Compiled Templates (Auto-generated from MJML):
-
src/Core/MailTemplates/Handlebars/Auth/SendAccessEmailOtpEmailv2.html.hbs -
src/Core/MailTemplates/Handlebars/MJML/Auth/Onboarding/welcome-family-user.html.hbs -
src/Core/MailTemplates/Handlebars/MJML/Auth/Onboarding/welcome-individual-user.html.hbs -
src/Core/MailTemplates/Handlebars/MJML/Auth/Onboarding/welcome-org-user.html.hbs
All compiled templates properly reflect the MJML component changes.
Findings
â Template Syntax: All MJML and Handlebars syntax is correct and valid
â Consistency: Styling changes are consistently applied across all templates
â Security: No security concerns identified - modified sections contain only static content with no dynamic variables or user input
â Visual Quality: Changes align with the objective to match UIF Tailwind standards (confirmed by screenshot)
â Code Quality: HTML structure remains valid with properly balanced tags
â Build Process: Templates were correctly rebuilt from MJML sources (verified by consistent changes)
Specific Changes Validated
-
Footer background color:
#f6f6f6â#F3F6F9(UIF Tailwind standard gray) -
Social media icon size:
30pxâ24px(better visual proportion) - Spacing adjustments: Updated padding values for improved visual hierarchy
The screenshot confirms these changes render correctly in the final email output.
Recommendation
This PR is ready to merge. The changes are straightforward, consistently applied, and achieve the stated objective without introducing any issues.
Checkmarx One â Scan Summary & Details â 6521ddc9-6b2a-407a-a054-71a7b0529448
Great job! No new security vulnerabilities introduced in this pull request
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 53.83%. Comparing base (b1390c9) to head (cdc511a).
:warning: Report is 19 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #6722 +/- ##
==========================================
+ Coverage 53.65% 53.83% +0.18%
==========================================
Files 1926 1917 -9
Lines 85720 85101 -619
Branches 7687 7613 -74
==========================================
- Hits 45989 45816 -173
+ Misses 37958 37525 -433
+ Partials 1773 1760 -13
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Waiting on SRE ticket to upload the social-icons-* for correct styling for footer social icons.