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 manual sorting #47

Open shape-warrior-t opened 8 months ago

shape-warrior-t commented 8 months ago

Manual sorting of tags in the Telemetry tab is currently very obscure (it's activated with the up/down arrow keys after selecting a row), and is overwritten by other types of sorting. The limitations of Tkinter Treeviews and the nature of the current sorting design might make these problems a bit more difficult to solve, though.