feat(tracker): add a preset explorer with search and filters

Closes #91
This commit is contained in:
2025-10-19 12:04:41 +03:00
parent 3f365707c2
commit 2336a135c6
128 changed files with 1147 additions and 405 deletions
+4 -3
View File
@@ -33,9 +33,10 @@ type (
// corresponding part of the model changes.
derivedModelData struct {
// map Unit by ID, other entities by their respective index
patch []derivedInstrument
tracks []derivedTrack
railError RailError
patch []derivedInstrument
tracks []derivedTrack
railError RailError
presetSearch derivedPresetSearch
}
derivedInstrument struct {