frontend/src/gate
2026-04-14 16:01:52 -06:00
..
AddGateFab.tsx imported the gate and terminal related files to prep for the aviation map 2025-03-28 15:54:11 -06:00
GateActions.tsx imported the gate and terminal related files to prep for the aviation map 2025-03-28 15:54:11 -06:00
GateDeltaTempGraph.tsx adding optional parameters to the Single set area chart to allow for clamping the graph so that large numbers do cause it to zoom etremely far out 2026-04-14 16:01:52 -06:00
GateDevice.tsx fixed some bugs related to gates component preferences, noww when assigning a new component to a position ie moving the pressure from one component to another it will make sure to remove the old component preference as well as add the new one, and am also making sure to update the gates preferences on the frontend so a page load is not required to set interactions 2026-03-09 14:17:44 -06:00
GateDeviceInteraction.tsx Merge branch 'staging_environment' into get_permissions_fix 2026-03-26 14:30:46 -06:00
GateFlowGraph.tsx modified the SingleSetAreaChart to take in a few more parameters to be able to customize the tooltip a little better as well as have multicolour for above 0 and below 0 for the new graph on the gate page for showing the delta temp over time 2026-02-05 11:39:21 -06:00
GateGraphs.tsx with changing unit preferences and such to use the user object and not local storage, the decriber needed to be updated as well and i missed that part, so now describeMeasurement takes in an optional user and uses its settings for the unit and such and when not passed in will use the defaults 2026-04-01 10:42:16 -06:00
GateList.tsx replacing the getTemperatureUnit function in units that uses the local storage with a function in the user model to just get it from the user settings 2026-03-25 15:45:59 -06:00
GateSettings.tsx modified the dialog for adding gate device interactions 2026-01-21 16:09:14 -06:00
GateSVG.tsx updating the gate and terminal stuff for the device changes since we no longer have MiPCA device use chains for pressure and duct temp and are now only measuring the outlet and substituting the temp inlet with the ambient temp and the pressure inlet with 0 2026-02-25 16:10:12 -06:00