Add pull to search

This commit is contained in:
Claudio Ortolina
2026-02-13 12:57:30 +00:00
parent 8862e1d374
commit 45240358d9
6 changed files with 79 additions and 1 deletions
+2
View File
@@ -30,6 +30,7 @@ import SortableListHook from "./hooks/sortable-list";
import confetti from "canvas-confetti";
import { createLiveToastHook } from "live_toast";
import banner from "./banner";
import initPullToSearch from "./pull-to-search";
let Hooks = FluxonHooks;
Hooks.FormatNumber = FormatNumberHook;
@@ -151,3 +152,4 @@ window.enableLiveViewChangeObserver = () => {
};
banner();
initPullToSearch();