Expand description
Commit log view — scrollable list of commits with highlighted selection.
Commit summaries are pre-truncated with “…” based on the actual available pixel width so that each row stays on exactly one line — matching GitKraken’s behaviour.
Functions§
- commit_
log_ scroll_ id - Per-tab stable scroll id — Iced maintains a separate scroll position for
each open tab so no programmatic
scroll_tois needed on tab switches. - view
- Render the commit log panel.