orbitusii / loki-bms-csharp

Battle Management Scope for DCS World (and maybe others?), this time in C#!
MIT License
2 stars 0 forks source link

Track Details Pane Refactor #24

Open orbitusii opened 1 year ago

orbitusii commented 1 year ago

The Track Details pane as currently implemented only supports TrackFile types and their data. This limits users' ability to see details for non-TrackFile objects, so should be refactored!

One idea: ItemDetails class and IHasDetails interface

Alternate idea: just create a new pane for TacticalElements and show whichever one is applicable

orbitusii commented 1 year ago

Better idea: use the customizable label feature to do this! Amazing!