aboutsummaryrefslogtreecommitdiff
path: root/actions/src/connection/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove examples and legacy code, update .gitignore魏曹先生2026-02-051-27/+0
| | | | | | | | - Delete examples directory and its example action system - Rename actions/ to legacy_actions/ and data/ to legacy_data/ - Update Cargo.toml license file reference - Move setup scripts to scripts/dev/ directory - Add todo.txt patterns to .gitignore
* Add local actions modules and ProcessActionError enum魏曹先生2026-01-231-0/+13
| | | | | | | | - Add local_actions module with account_manage and current_sheet submodules - Add ProcessActionError enum with authorization and registration variants - Add missing import for MemberId in error module
* Reorganize crate structure and move documentation files魏曹先生2026-01-121-0/+14