fix: Set temporary file_uuid for files without SHA256
Problem: - File nodes had null file_uuid - Clicking files in UI showed nothing (showDetail() returned early) - User could not view file details Solution: - Set file_uuid to node_id (temporary value) during scan - Even without SHA256 hash, files can be clicked - file_uuid will be updated when hash is calculated Result: - All files have file_uuid ✅ - Clicking files shows detail panel ✅ - UI fully functional ✅ Files: - src/scan.rs (file_uuid = node_id)
This commit is contained in:
BIN
data/auth.sqlite
BIN
data/auth.sqlite
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user