FossilRepo
Blame with age coloring
Open
dcb039a83292f80…
· opened 4 days, 11 hours ago
- Type
- Feature_Request
- Priority
- Minor
- Severity
- —
- Resolution
- —
- Subsystem
- —
- Created
- April 7, 2026 1:41 a.m.
Description
Blame annotations are all the same color. Older lines should be lighter, recent changes in brand color — visual indicator of code freshness like GitHub's blame view.
Acceptance Criteria
- [ ] Calculate age of each blame line relative to newest
- [ ] Color gradient: oldest = gray-700, newest = brand
- [ ] Hover shows full date tooltip
- [ ] Works with the copy-hash component