Fuzzy search on Toolbar.searchTextInput

This commit is contained in:
2026-01-09 10:07:47 +01:00
parent b02666a0e1
commit 1ff9274eb9
7 changed files with 48 additions and 23 deletions
+4
View File
@@ -1,5 +1,6 @@
package view;
import lime.app.Event;
import model.Constants;
import feathers.skins.RectangleSkin;
import feathers.layout.VerticalLayoutData;
@@ -9,6 +10,7 @@ import feathers.events.FeathersEvent;
import feathers.layout.VerticalLayout;
import feathers.controls.ScrollContainer;
import t9.util.ColorTraces.*;
import openfl.events.Event;
class RidersScreen extends ScrollContainer {
@@ -33,6 +35,8 @@ class RidersScreen extends ScrollContainer {
var vld1 = new VerticalLayoutData();
vld1.percentHeight = 10.0;
tb.layoutData = vld1;
// TODO implémenter le fuzzy search
//addEventListener("ToolbarEvent", (e:Event) -> {traceRed(e);});
addChild(tb);
rl = new RidersList();