Public-Environmental-Data-Partners/EJAM

adjust summary report fonts and row heights/line spacing to make text more legible

Fechada

#205 aberto em 17 de out. de 2025

 (1 comentário) (0 reação) (0 responsável)R (1 fork)auto 404
Affects Web AppCommunity ReportPRIORITY HIGH-ish but not a bugenhancementhelp wantedrank:A-high-value-low-cost

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 9h) (72 fundiu PRs em 30d)

Description

The report for download is created by server just using ejam2report() which uses build_community_report() etc.

The report for live web view, however, is created by server doing output$comm_report_html <- renderUI, and directly using build_community_report() which uses fill_tbl_full() and then the app_ui.R also does

includeCSS(app_sys('report/community_report/communityreport.css')), 
includeCSS(app_sys('report/community_report/main.css')),
uiOutput('comm_report_html'),

OLDER REPORT BUT A BIT EASIER TO READ WITH BOLDER LARGER TEXT AND TIGHTER PACKED ROW HEIGHT:

NEW REPORT WITH MORE INFO BUT A BIT HARDER TO READ TEXT:

Guia do colaborador