aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/actions/sheet_actions.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add sheet restoration and drop functionality魏曹先生2025-11-051-20/+136
| | | | | | | - Add write_and_return macro for common result handling pattern - Extend make_sheet_action to restore sheets with no holder - Implement drop_sheet_action for releasing sheet ownership - Register new drop_sheet_action in client and server registries
* feat: Add sheet creation action魏曹先生2025-11-031-0/+79
| | | | | | - Implement make_sheet_action for creating sheets - Add sheet-related constants - Update sheet data structures
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-061-0/+0
- Add new crate to combine action_system and vcs_data functionality - Define dependencies on both action_system and vcs_data crates - Prepare structure for implementing client-server communication logic