update for rust compilation on windows and added todo
This commit is contained in:
@@ -21,7 +21,7 @@ tauri-build = { version = "2", features = [] }
|
|||||||
tauri = { version = "2", features = [] }
|
tauri = { version = "2", features = [] }
|
||||||
tauri-plugin-opener = "2"
|
tauri-plugin-opener = "2"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
rusqlite = "0.26.0"
|
rusqlite = { version = "0.31", features = ["bundled"] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@@ -18,7 +18,7 @@ function App() {
|
|||||||
console.error("Failed to fetch inventory:", error);
|
console.error("Failed to fetch inventory:", error);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
//TODO: https://www.npmjs.com/package/react-pro-sidebar
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchInventory();
|
fetchInventory();
|
||||||
}, []);
|
}, []);
|
||||||
|
Reference in New Issue
Block a user