-
Notifications
You must be signed in to change notification settings - Fork 10
Feat integrating static pages - frontend #3909
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
Conversation
836e0e5
to
413639b
Compare
packages/frontend/src/app/modules/general/components/faq/faq.component.ts
Outdated
Show resolved
Hide resolved
...es/frontend/src/app/modules/general/components/static-pages/politique/politique.component.ts
Show resolved
Hide resolved
a27fad9
to
0ce2e0f
Compare
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.
This PR refactors static pages to integrate the French government design system (DSFR). The main changes include removing styled headers, replacing HTML tables with DSFR components, and updating CSS. While the integration looks comprehensive, there are several issues that could impact visual consistency and data quality.
.../frontend/src/app/modules/general/components/static-pages/politique/politique.component.html
Show resolved
Hide resolved
</div> | ||
|
||
<div class="content py-3" *ngIf="contactForm && !success"> | ||
<div class="py-3" *ngIf="contactForm && !success"> |
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.
The contact form title was moved from a styled header to regular content. Ensure the h1 styling is appropriate and maintains visual hierarchy for accessibility.
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.
@pYassine c'était un choix, parce qu'on affichait un message parachuté avec un header parachuté.
packages/frontend/src/app/modules/general/components/faq/faq.component.html
Show resolved
Hide resolved
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
413639b
to
2654843
Compare
0ce2e0f
to
53f3869
Compare
53f3869
to
e425ab9
Compare
e425ab9
to
5e7b2fb
Compare
2da0975
to
2147861
Compare
8127177
to
cc5aa2d
Compare
packages/frontend/src/app/modules/general/components/plan-site/plan-site.component.html
Show resolved
Hide resolved
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.
This PR implements a significant refactoring to integrate DSFR (Design System of French Republic) components into static pages. While the integration appears well-structured, there are several important issues that need attention: data quality problems in the FAQ component, potentially breaking CSS changes that could affect other components, and layout inconsistencies that may impact accessibility and user experience.
packages/frontend/src/app/modules/general/components/faq/faq.component.ts
Show resolved
Hide resolved
packages/frontend/src/app/modules/general/components/static-pages/cgu/cgu.component.html
Show resolved
Hide resolved
…omponent.ts Co-authored-by: Revu <dnum.fabrique@sg.social.gouv.fr>
|
No description provided.