cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.31k stars 71 forks source link

vcs logview context menu no longer working #903

Closed rcoreilly closed 4 months ago

rcoreilly commented 4 months ago

Describe the bug

used to work, now doesn't (for selecting a revision to diff)

How to reproduce

in Code, git log

Example code

No response

Relevant output

No response

Platform

macOS

kkoreilly commented 4 months ago

I fixed this, but we also need to resolve our approach to the VCS log view toolbar more generally; we are currently using a standalone toolbar instead of the app bar, and it is unclear why.