-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
348-refactor: Title component refactor #350
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.
Actionable comments posted: 0
Lighthouse Report:
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- eslint.config.js (1 hunks)
- src/app/styles/index.scss (1 hunks)
- src/app/styles/normalize.scss (1 hunks)
Files skipped from review due to trivial changes (1)
- src/app/styles/normalize.scss
Files skipped from review as they are similar to previous changes (2)
- eslint.config.js
- src/app/styles/index.scss
Lighthouse Report:
|
What type of PR is this? (select all that apply)
Description
Example of component refactoring for shared
Related Tickets & Documents
Screenshots, Recordings
Added/updated tests?
[optional] Are there any post deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?
Summary by CodeRabbit
New Features
MainTitle
andWidgetTitle
components with enhanced customization options for better consistency and flexibility in title rendering.Enhancements
h1
,h2
) and figures to ensure consistent presentation across the application.Bug Fixes
h1
elements within sections and articles to enhance cross-browser compatibility.