From f0b13276e093bdc8182878c9818b3bba575efc80 Mon Sep 17 00:00:00 2001 From: Kelvin Sande <98394184+sande11@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:47:36 +0200 Subject: [PATCH 1/2] Update content, CSS and assets for TB guide Multiple content and UI fixes across the app: updated chapter and section titles, copy edits, typo fixes and clarified wording in many HTML pages (including epidemiology references and tables). CSS tweaks to improve layout and tooltip visibility (header flex, table layout, white-space, animation, sizing, and z-index adjustments) and removal of obsolete tooltip overrides. Data updates to chapter.json and chart.json (chart title changes and a new figure entry) and added a diagnostic image asset. Also updated Kotlin DB/UI files (ChartDao, ChartAndSubChapter, MainFragment) and root_preferences.xml to reflect these changes. --- .idea/deploymentTargetSelector.xml | 4 +- app/src/main/assets/assets/style.css | 41 +++-- app/src/main/assets/json/chapter.json | 4 +- app/src/main/assets/json/chart.json | 9 +- ...control_hospital_isolation_procedures.html | 4 +- ...rocedures__a__administrative_controls.html | 4 +- ..._surveillance_for_health_care_workers.html | 6 +- ...procedures__c__environmental_controls.html | 2 +- ...s__d__personal_respiratory_protection.html | 2 +- .../11_community_tuberculosis_control.html | 2 +- ...ontrol__a__tb_surveillance_in_georgia.html | 2 +- ..._to_report_tb_as_a_notifiable_disease.html | 2 +- ...itions_for_public_health_surveillance.html | 10 +- ...rol__d__role_of_the_health_department.html | 2 +- ..._patients_with_suspected_or_proven_tb.html | 2 +- ...erjurisdictional_tb_notification(ijn).html | 2 +- ...gram_(internation_linkage_to_tb_care).html | 2 +- ...m_for_homeless_tb_patients_in_georgia.html | 2 +- app/src/main/assets/pages/1_epidemiology.html | 4 +- ..._tests_for_latent_tb_infection_(ltbi).html | 2 +- ...ositive_tuberculin_test_by_risk_group.html | 8 +- ...step_testing_and_the_booster_reaction.html | 2 +- ...b_infection_(ltbi)__d__anergy_testing.html | 2 +- ...__interferon_y_release_assays_(igras).html | 10 +- ...testing_and_diagnostic_tests_for_ltbi.html | 4 +- ...eatment_of_latent_tb_infection_(ltbi).html | 11 +- ...fection_(ltbi)__a__treatment_regimens.html | 5 +- ...ected_diagnostic_test_characteristics.html | 8 +- ...t_of_current_(active)_disease_therapy.html | 4 +- ...e)_disease_therapy__a__considerations.html | 4 +- ...erapy__c__special_clinical_situations.html | 15 +- ...ctive)_disease_therapy__f__tb_and_hiv.html | 2 +- ..._reconstitution_inflammatory_syndrome.html | 4 +- ...unctive_use_of_corticosteroid_therapy.html | 2 +- .../main/assets/pages/6_pregnancy_and_tb.html | 2 +- ...__treatment_for_ltbi_and_risk_factors.html | 10 +- ...__treatment_of_active_tb_in_pregnancy.html | 157 ++++++++---------- .../pages/7_childhood_tuberculosis.html | 3 +- ...culosis__a__management_considerations.html | 2 +- ...culosis_and_long_term_care_facilities.html | 4 +- .../main/assets/pages/9_bcg_vaccination.html | 4 +- .../assets/pages/c_lab_diagnosis_image_1.png | Bin 0 -> 387069 bytes ..._adult_patients_with_renal_impairment.html | 2 +- ...e_contraindications_to_or_intolerance.html | 8 +- ...not_be_given_or_is_not_well_tolerated.html | 3 +- .../table_13_when_to_start_hiv_therapy.html | 2 +- ...atment_of_extrapulmonary_tuberculosis.html | 2 +- ...rculosis_meningitis_and_renal_failure.html | 109 +++++++----- ...for_the_quantiferon_tb_gold_plus_test.html | 6 +- ...ation_criteria_for_the_t_spot_tb_test.html | 2 +- ...r_recommended_lbti_treatment_regimens.html | 2 +- ...with_drug_susceptible_tb_pulmonary_tb.html | 30 +++- ...y_observed_therapy_(dot)_is_mandatory.html | 4 +- .../gatbreferenceguide/db/dao/ChartDao.kt | 73 ++++---- .../db/data/ChartAndSubChapter.kt | 14 +- .../ui/fragments/MainFragment.kt | 6 +- app/src/main/res/xml/root_preferences.xml | 10 +- 57 files changed, 350 insertions(+), 294 deletions(-) create mode 100644 app/src/main/assets/pages/c_lab_diagnosis_image_1.png diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index 316aae8..620f51d 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@