summaryrefslogtreecommitdiffstats
path: root/src/canvas/widgets/temperature_table.rs
AgeCommit message (Collapse)Author
2023-05-28refactor: remove typed builder from App struct (#1176)Clement Tsang
Another one on the chopping block. This also moves out the app widget logic to a separate struct.
2022-11-02refactor: move data passing for table to another step (#863)Clement Tsang
* refactor: remove redundant scroll direction enum This was made redundant from the table refactor. * add some todos/docs * refactor: temp hack to pass in data on process