| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add sheet management system for vaults | 魏曹先生 | 2025-09-26 | 11 | -9/+379 |
| | | | | | | | | | | | | | | | - 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 | ||||
| * | Rename workspace to data | 魏曹先生 | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | Rename some constants | 魏曹先生 | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | Move `workspace` mod to `data` | 魏曹先生 | 2025-09-25 | 12 | -16/+238 |
| | | |||||
| * | Fix clippy warnings and optimize code | 魏曹先生 | 2025-09-25 | 3 | -17/+10 |
| | | | | | | | | - Rename from_str to from_address_str in tcp_connection to avoid trait conflict - Use ? operator instead of let...else patterns in local and vault initialization - Replace manual string slicing with strip_prefix in virtual_file.rs - All tests continue to pass after optimizations | ||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-25 | 3 | -18/+15 |
| | | |||||
| * | Update virtual_file.rs | 魏曹先生 | 2025-09-25 | 1 | -3/+7 |
| | | |||||
| * | Rename `env` to `vcs` | 魏曹先生 | 2025-09-25 | 3 | -26/+70 |
| | | |||||
| * | Rename `env` to `vcs` | 魏曹先生 | 2025-09-25 | 13 | -0/+1075 |
