From 646cb97c31f6fa245cb97d6b3bbe181e8ac39f25 Mon Sep 17 00:00:00 2001 From: hellodeloo Date: Thu, 3 Oct 2024 15:20:58 +0200 Subject: [PATCH] feat: replace .font-weight-* and font-italic classnames --- .../account/account_type_selection.html | 8 +- itou/templates/api/index.html | 2 +- .../apply/includes/buttons/accept.html | 4 +- .../apply/includes/buttons/new_diagnosis.html | 4 +- .../apply/includes/buttons/postpone.html | 2 +- .../buttons/rdv_insertion_invite.html | 8 +- .../apply/includes/buttons/refuse.html | 2 +- .../includes/job_application_answers.html | 10 +- .../apply/includes/job_application_info.html | 2 +- .../job_application_prior_action.html | 2 +- .../job_applications_export_button.html | 2 +- .../job_applications_filters/offcanvas.html | 2 +- .../job_applications_filters/top_filters.html | 2 +- .../apply/includes/job_seeker_info.html | 2 +- .../includes/list_card_body_company.html | 4 +- .../apply/includes/list_card_header.html | 2 +- .../apply/includes/list_job_applications.html | 6 +- .../apply/includes/list_reset_filters.html | 4 +- .../apply/includes/siae_hiring_actions.html | 4 +- .../apply/includes/siae_hiring_details.html | 4 +- itou/templates/apply/list_for_siae.html | 2 +- .../apply/list_of_available_exports.html | 4 +- itou/templates/apply/list_prescriptions.html | 2 +- itou/templates/apply/process_base.html | 2 +- .../apply/process_details_company.html | 2 +- .../process_external_transfer_resume.html | 2 +- itou/templates/apply/process_refuse.html | 4 +- .../apply/submit/application/eligibility.html | 2 +- .../submit/application/geiq_eligibility.html | 2 +- .../apply/submit/application/jobs.html | 4 +- .../apply/submit/application/resume.html | 8 +- .../includes/job_description_creation.html | 2 +- .../includes/list_reset_filters.html | 2 +- itou/templates/approvals/includes/status.html | 2 +- .../approvals/printable_approval.html | 8 +- .../prolongation_requests/_status_box.html | 2 +- .../approvals/prolongation_requests/list.html | 2 +- .../approvals/prolongation_requests/show.html | 2 +- itou/templates/companies/card.html | 10 +- .../companies/edit_siae_preview.html | 6 +- .../includes/_card_jobdescription.html | 12 +- .../companies/includes/_card_siae.html | 4 +- .../companies/includes/_company_info.html | 4 +- .../includes/_list_siae_actives_jobs_row.html | 4 +- .../includes/_siae_jobdescription.html | 4 +- .../companies/job_description_card.html | 14 +- .../companies/job_description_list.html | 2 +- .../dashboard/edit_user_notifications.html | 4 +- .../dashboard/includes/admin_card.html | 2 +- .../includes/dashboard_title_content.html | 4 +- .../dashboard/includes/diagoriente_card.html | 4 +- .../dashboard/includes/dora_card.html | 12 +- .../includes/employer_company_card.html | 12 +- .../includes/employer_employees_card.html | 4 +- .../employer_evaluation_campaigns_card.html | 12 +- .../includes/employer_geiq_card.html | 4 +- .../employer_job_applications_card.html | 10 +- .../includes/employer_prescription_card.html | 4 +- .../dashboard/includes/gps_card.html | 8 +- .../job_seeker_job_applications_card.html | 6 +- ...or_inspector_evaluation_campains_card.html | 14 +- .../labor_inspector_geiq_assessment_card.html | 2 +- .../prescriber_job_applications_card.html | 6 +- .../includes/prescriber_job_seekers_card.html | 6 +- .../prescriber_organisation_card.html | 10 +- .../dashboard/includes/staff_export_card.html | 6 +- itou/templates/dashboard/includes/stats.html | 102 +++++----- .../employee_record/includes/list_item.html | 2 +- itou/templates/employees/detail.html | 2 +- .../geiq/assessment_info_for_employer.html | 2 +- .../assessment_info_for_labor_inspector.html | 2 +- .../gps/includes/memberships_results.html | 6 +- itou/templates/gps/my_groups.html | 2 +- .../templates/includes/copy_to_clipboard.html | 2 +- itou/templates/includes/demo_accounts.html | 6 +- itou/templates/includes/email_li.html | 4 +- itou/templates/includes/phone_li.html | 4 +- itou/templates/includes/website_li.html | 4 +- .../includes/description.html | 2 +- .../invitations_views/new_ic_user.html | 2 +- itou/templates/job_seekers_views/list.html | 2 +- itou/templates/layout/previous_step.html | 2 +- .../includes/prescribers_search_form.html | 2 +- .../includes/prescribers_search_results.html | 4 +- .../search/includes/siaes_search_content.html | 2 +- .../search/includes/siaes_search_form.html | 2 +- .../search/includes/siaes_search_tabs.html | 4 +- .../search/includes/siaes_search_top.html | 4 +- .../default_calendar_html.html | 20 +- .../siae_evaluations/samples_selection.html | 4 +- itou/templates/signup/job_seeker_signup.html | 6 +- itou/templates/signup/signup.html | 6 +- itou/templates/stats/stats.html | 2 +- itou/templates/users/details.html | 6 +- itou/templates/users/includes/gps_group.html | 10 +- itou/templates/utils/templatetags/nav.html | 4 +- .../utils/templatetags/nav_anonymous.html | 2 +- tests/gps/__snapshots__/test_views.ambr | 38 ++-- tests/www/__snapshots__/test_layout.ambr | 50 ++--- .../test_detail_rdv_insertion.ambr | 6 +- tests/www/apply/__snapshots__/test_list.ambr | 6 +- .../__snapshots__/test_list_for_siae.ambr | 6 +- .../test_list_prescriptions.ambr | 2 +- .../test_list_rdv_insertion.ambr | 14 +- tests/www/apply/test_process.py | 9 +- .../__snapshots__/test_includes.ambr | 6 +- .../test_prolongation_requests.ambr | 10 +- .../__snapshots__/test_card_views.ambr | 66 +++---- .../__snapshots__/test_dashboard.ambr | 2 +- tests/www/dashboard/test_dashboard.py | 8 +- tests/www/geiq_views/__snapshots__/tests.ambr | 182 +++++++++--------- .../__snapshots__/test_details.ambr | 84 ++++---- .../__snapshots__/test_list.ambr | 2 +- tests/www/search/tests.py | 10 +- .../signup/__snapshots__/test_job_seeker.ambr | 2 +- 115 files changed, 521 insertions(+), 526 deletions(-) diff --git a/itou/templates/account/account_type_selection.html b/itou/templates/account/account_type_selection.html index 6898207016..7d285e2abe 100644 --- a/itou/templates/account/account_type_selection.html +++ b/itou/templates/account/account_type_selection.html @@ -15,7 +15,7 @@