feat(tui): show interdiff when re-reviewing an amended change
When a reviewer has previously approved a change and the author amends
it, show only what changed since the last review (via jj interdiff)
instead of the full diff. Adds latest_approval_by to the store,
interdiff fetch functions to the Jj module, and a [interdiff] footer
indicator in the code review view.