Public-Environmental-Data-Partners/EJAM

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

已關閉

#205 建立於 2025年10月17日

 (1 則留言) (0 個反應) (0 位負責人)R (1 個分叉)auto 404
Affects Web AppCommunity ReportPRIORITY HIGH-ish but not a bugenhancementhelp wantedrank:A-high-value-low-cost

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (平均合併 2天 9小時) (30 天內合併 72 個 PR)

描述

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:

貢獻者指南