Commit graph

11 commits

Author SHA1 Message Date
csawatzky
cabc0146ed replaced uses of getGrainUnit to the users grainUnit function to pull form logged in users settings rather than local storage 2026-03-26 12:47:16 -06:00
csawatzky
dc54f99abd had cursor replace uses of getDistanceUnit with using the distance unit in the users settings so that it no longer relies on local storage 2026-03-26 09:43:39 -06:00
csawatzky
a2944d7a60 refactor: replace deprecated getPressureUnit and getTemperatureUnit functions with user model methods
Updated the GateDeviceInteraction and MeasurementDescriber components to utilize user.pressureUnit() instead of the deprecated getPressureUnit() function. Added deprecation comments in units.ts for clarity on the transition to User.tempUnit() and User.pressureUnit().
2026-03-25 16:23:56 -06:00
Carter
f23a5d559d added forgotten base url file 2026-03-20 11:54:31 -06:00
csawatzky
29d9e7377c working on US ton stuff 2026-03-04 12:51:10 -06:00
csawatzky
cf559d48a2 using json-2-csv package for the csv export now since the old package has not been updated in 4 years 2025-02-28 14:51:10 -06:00
Carter
45ff49bcea added tons of files for component functionality; manual component adding added temporarily 2025-02-11 16:31:03 -06:00
Carter
aa3301ac35 added device actions 2024-12-13 13:27:16 -06:00
Carter
dcd15b5a6d Header no longer de-saturates when in dark mode 2024-11-18 12:33:42 -06:00
Carter
e95b654d7f teams list now renders 2024-11-18 10:10:29 -06:00
Carter
0b29c7056a gave auth0 provider 2024-10-22 12:59:51 -06:00