aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/local/local_sheet.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in field names from "modifiy" to "modify"魏曹先生2026-01-101-15/+15
* Rename vault admin to host and add serde renames魏曹先生2026-01-021-3/+4
* Add getter and setter for last_modifiy_check_hash and remove_mapping魏曹先生2025-12-151-0/+25
* Match moved files using latest hash instead of initial hash魏曹先生2025-12-111-1/+10
* Change add_mapping to accept path by reference魏曹先生2025-12-041-1/+1
* Apply clippy suggestions魏曹先生2025-11-231-0/+1
* Add setter methods for LocalMappingMetadata fields魏曹先生2025-11-191-0/+40
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-28/+179
* Add path formatting utility and local sheet management魏曹先生2025-11-071-10/+97
* feat: Add local data management modules (WIP)魏曹先生2025-11-061-0/+63