refactor(client): integrate jquery-hotkeys

This commit is contained in:
Elian Doran
2025-05-17 21:27:23 +03:00
parent a4cfef7892
commit 3f2a0e302d
8 changed files with 3 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ import type ElectronRemote from "@electron/remote";
import type Electron from "electron";
import "./stylesheets/bootstrap.scss";
import "boxicons";
import "jquery-hotkeys";
import "autocomplete.js/index_jquery.js";
await appContext.earlyInit();

View File

@@ -1,6 +1,7 @@
import utils from "./services/utils.js";
import ko from "knockout";
import "./stylesheets/bootstrap.scss";
import "jquery-hotkeys";
// TriliumNextTODO: properly make use of below types
// type SetupModelSetupType = "new-document" | "sync-from-desktop" | "sync-from-server" | "";