Bugfix/51 selectionmodel fix (#60)

* bugfix for #51. ManagebusManagementThread now never accesses or changes the JAVAFX view-backing ObservableList but using a concurrenthasmap which drives the Tableview backing list with snapshots

* Extending work at #51 for not adding users on UM3 message

* Add interactive aircraft scatter hero effect
This commit is contained in:
praktimarc
2026-07-12 23:22:53 +02:00
committed by GitHub
parent e424b44cb2
commit fd7d0a6807
6 changed files with 1988 additions and 852 deletions
+5
View File
@@ -81,5 +81,10 @@
</div>
</div>
</footer>
{% if heroFx %}
<script src="/assets/js/hero-radio-fx.js?v={{ build.version }}" defer></script>
{% endif %}
</body>
</html>