Implement native iPhone entry editor

This commit is contained in:
2026-08-11 20:27:14 +02:00
parent 900e62e523
commit ae64ce47a3
8 changed files with 2516 additions and 76 deletions

View File

@@ -320,6 +320,10 @@ impl EntryDocument {
self.conflict_token
}
pub fn is_modified(&self) -> bool {
self.modified
}
pub fn add(
&mut self,
index: usize,