Files
markbase/data/auth.sqlite
Warren 5dbe69d08f 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)
2026-05-17 04:07:32 +08:00

72 KiB