Overview
Currently, there is no way to see what was modified in the lyrics between two specific versions in the history. While the system stores a list of previous commits, it only displays commit message. This task is to implement a side-by-side diff view that reveals exactly what was added, removed, or changed in any historical version.
Acceptance Criteria
- The user can click a historical version and see it compared to the previous version side-by-side.
- All differences (additions and deletions) are visually color-coded.
Overview
Currently, there is no way to see what was modified in the lyrics between two specific versions in the history. While the system stores a list of previous commits, it only displays commit message. This task is to implement a side-by-side diff view that reveals exactly what was added, removed, or changed in any historical version.
Acceptance Criteria