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:
Warren
2026-05-17 04:07:32 +08:00
parent d783fdc397
commit 5dbe69d08f
3 changed files with 6 additions and 4 deletions

Binary file not shown.

Binary file not shown.