aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/src/data/vault/member.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old vcs directory after migration to vcs_data魏曹先生2025-10-061-140/+0
| | | | | | - Delete entire crates/vcs directory and its contents - Remove test files and configuration from old structure - Complete transition to new vcs_data and vcs_actions architecture
* feat: add sheet management system for vaults魏曹先生2025-09-261-2/+2
| | | | | | | | | | | | | | - Add Sheet struct with holder, inputs, and mapping functionality - Implement SheetData with serialization support - Add sheets.rs with vault sheet management methods: - Load all sheets in vault - Search for sheet names - Read individual sheets - Create new sheets with validation - Delete sheets (both permanently and safely to trash) - Restore sheets from trash - Update data module to include sheet submodule - Minor fixes and improvements to related modules
* Move `workspace` mod to `data`魏曹先生2025-09-251-0/+140