diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index f957bc5..5fce158 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -30,6 +30,8 @@ web-sys = { version = "0.3", features = [ "RequestMode", "Response", "CssStyleDeclaration", + "MediaQueryList", + "MediaQueryListEvent", ] } wasm-bindgen = "0.2" js-sys = "0.3" diff --git a/frontend/Trunk.toml b/frontend/Trunk.toml index 4a5cc48..9862b85 100644 --- a/frontend/Trunk.toml +++ b/frontend/Trunk.toml @@ -6,7 +6,7 @@ dist = "dist" BACKEND_API_URL = "http://localhost:3000/api" [watch] -watch = ["src", "Cargo.toml", "../calendar-models/src", "styles.css", "index.html"] +watch = ["src", "Cargo.toml", "../calendar-models/src", "styles.css", "print-preview.css", "index.html"] ignore = ["../backend/", "../target/"] [serve] diff --git a/frontend/index.html b/frontend/index.html index 2ee499d..16d07dc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,8 +6,10 @@ + +