Files
itsscb 7568b1ef6e fix: optimize enter_edit_mode and fix borrow checker errors
- Change enter_edit_mode to take Entry by value instead of reference
- Optimize TextArea initialization with TextArea::from() for message
- Reduce clone operations in navigation paths (detail.rs, list.rs, actions/mod.rs)
- Remove duplicate dead code from list.rs edit conflict
- Fix syntax error (extra } in state.rs)
- All 78 tests pass, clean clippy output
2026-01-07 12:17:47 +01:00
..