Added : RidesrScreen, ToolBar

Riders list is now populated with JSON
TODO : resize list and tolbar
This commit is contained in:
2025-11-23 22:11:53 +01:00
parent 858568a235
commit e8789829ae
5 changed files with 145 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ class LPTCManager2026 extends Application {
model.addEventListener(AppModelLocator.DRAWER_STATE_CHANGE, onDrawerStateChange);
//traceBlue(this + " --> initialize()");
}