From e7a859438e580c6fdc825785369f5637c79fd775 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Fri, 12 Sep 2025 21:54:58 -0400 Subject: [PATCH] added additional terms to glossary --- pocket/ui/apps/guide.lua | 2 +- pocket/ui/docs.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pocket/ui/apps/guide.lua b/pocket/ui/apps/guide.lua index 5e627f3..0e97295 100644 --- a/pocket/ui/apps/guide.lua +++ b/pocket/ui/apps/guide.lua @@ -277,7 +277,7 @@ local function new_view(root) PushButton{parent=gls,x=3,y=1,text="<",fg_bg=btn_fg_bg,active_fg_bg=btn_active,callback=main_page.nav_to} local gls_abbv_page = guide_section(sect_construct_data, gls_page, "Abbreviations", docs.glossary.abbvs, 140) - local gls_term_page = guide_section(sect_construct_data, gls_page, "Terminology", docs.glossary.terms, 100) + local gls_term_page = guide_section(sect_construct_data, gls_page, "Terminology", docs.glossary.terms, 120) PushButton{parent=gls,y=3,text="Abbreviations >",fg_bg=btn_fg_bg,active_fg_bg=btn_active,callback=gls_abbv_page.nav_to} PushButton{parent=gls,text="Terminology >",fg_bg=btn_fg_bg,active_fg_bg=btn_active,callback=gls_term_page.nav_to} diff --git a/pocket/ui/docs.lua b/pocket/ui/docs.lua index ec395a7..ee98b5a 100644 --- a/pocket/ui/docs.lua +++ b/pocket/ui/docs.lua @@ -554,6 +554,8 @@ doc("G_UI", "UI", "User Interface.") target = docs.glossary.terms doc("G_AssignedUnit", "Assigned Unit", "A unit that is assigned to an automatic control group (not assigned to Manual).") +doc("G_AuxCoolant", "Auxiliary Coolant", "A separate water input to the reactor or boiler to supplement return water from a turbine during initial ramp-up.") +doc("G_EmerCoolant", "Emergency Coolant", "A dynamic tank or other water supply used when a reactor or boiler does not have enough water to stop a runaway reactor overheat.") doc("G_Fault", "Fault", "Something has gone wrong and/or failed to function.") doc("G_FrontPanel", "Front Panel", "A basic interface on the front of a device for viewing and sometimes modifying its state. This is what you see when looking at a computer running one of the SCADA applications.") doc("G_HighHigh", "High High", "Very High.")