Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 8, 2023
1 parent 00ba43e commit 557d601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub struct AppState {
impl AppState {
fn new(cx: Scope) -> Self {
tracing::info!("🔨 Creating new AppState");
// TODO: Should we use new_synced_storage, instead? To allow multiple app windows?
let flake_cache = new_storage::<LocalStorage, _>(cx, "flake_cache".to_string(), || {
tracing::warn!("📦 No flake cache found");
Vec::new()
Expand Down

0 comments on commit 557d601

Please sign in to comment.