diff --git a/crates/bl/src/upload.rs b/crates/bl/src/upload.rs index 2f63664..0d8a05c 100644 --- a/crates/bl/src/upload.rs +++ b/crates/bl/src/upload.rs @@ -3,11 +3,10 @@ use bytes::Bytes; use clients::surreal::SurrealRootClient; use color_eyre::eyre::Result; use core_types::{ - CoreId, Photo, PhotoArtifacts, PhotoGroup, PhotoGroupUploadMeta, - PrivateArtifact, PublicArtifact, + Photo, PhotoArtifacts, PhotoGroup, PhotoGroupUploadMeta, PrivateArtifact, + PublicArtifact, }; use serde::{Deserialize, Serialize}; -use surrealdb::opt::PatchOp; use tracing::instrument; use crate::model_ext::ModelExt; diff --git a/crates/site-app/src/lib.rs b/crates/site-app/src/lib.rs index cc01199..46e48f5 100644 --- a/crates/site-app/src/lib.rs +++ b/crates/site-app/src/lib.rs @@ -31,7 +31,7 @@ pub fn App() -> impl IntoView { outside_errors.insert_with_default_key(AppError::NotFound); view! { }.into_view() }> -
+
diff --git a/crates/site-app/style/tailwind/tailwind.config.js b/crates/site-app/style/tailwind/tailwind.config.js index 4ae555c..448e85e 100644 --- a/crates/site-app/style/tailwind/tailwind.config.js +++ b/crates/site-app/style/tailwind/tailwind.config.js @@ -14,7 +14,7 @@ module.exports = { }, plugins: [require("daisyui")], daisyui: { - themes: true, + themes: ["light", "dark", "wireframe"], prefix: "d-", }, };