| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Automatically create host member and ref sheet during vault setup | 魏曹先生 | 2025-09-26 | 1 | -11/+14 |
| | | | | | | | | - Add VAULT_HOST_NAME constant for 'host' member - Modify setup_vault to automatically register host member and create ref sheet - Update test assertions to account for the additional ref sheet - Fix code formatting in sheets.rs | ||||
| * | Fixed by clippy | 魏曹先生 | 2025-09-26 | 1 | -7/+5 |
| | | |||||
| * | refactor: convert InputPackage from tuple to named struct | 魏曹先生 | 2025-09-26 | 1 | -3/+3 |
| | | | | | | | | | - Replace tuple-based InputPackage with named struct for better type safety - Add proper field names and documentation - Fix typo in InputRelativePathBuf type name - Update add_input and remove_input methods to work with new struct - Maintain serialization compatibility with derive attributes | ||||
| * | feat: add sheet management system for vaults | 魏曹先生 | 2025-09-26 | 4 | -5/+260 |
| | | | | | | | | | | | | | | | - 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-25 | 3 | -0/+656 |
