csc301-2023-fall / project-34-qeynet-inc-t

Repository for Astra, a U of T CSC301 team project developed for QEYnet.
MIT License
0 stars 1 forks source link

Better alarm indicators #40

Open shape-warrior-t opened 8 months ago

shape-warrior-t commented 8 months ago

In the Astra mockups, alarms have associated colours based on their priority and new alarms are bolded. Neither the colour nor the bolding is present in the current version of Astra.

Treeviews in Tkinter (which are currently used for tables) do not support changing the colour of a single cell, so replicating the mockups here will require either a workaround of some kind or a rewrite to create tables in some other fashion.