From 012e86a155c32eeddb6edc4cad7edb71bae36bec Mon Sep 17 00:00:00 2001 From: catto Date: Sun, 14 Apr 2024 17:33:35 +0200 Subject: [PATCH] keyboard shortcuts, searchbar --- index.html | 3 ++ libsnotes/src/lib.rs | 42 +++++++++++++++ src-tauri/src/main.rs | 15 +++--- src-tauri/tauri.conf.json | 2 +- src/main.ts | 108 ++++++++++++++++++++++++++++++++++++-- src/styles.css | 31 +++++++++-- 6 files changed, 185 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 9b20efb..1128287 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,9 @@