Fix advanced commits
@krlvi feature flagged the advanced commits, but in a way that it's still only the head that works if the flag is on. This should fix it.
Hey @schacon!
I'm not sure that this is quite right as this means that the field to edit the commit message is available on ALL commits (including those in the Trunk page and branch views).
I made a commit to set isUndoable based on whether the commit is an instance of Commit (opposed to RemoteCommit) and whether the branch is applied which correctly only shows the advanced commit operations on commits that we can (and want to) perform them on.
https://github.com/gitbutlerapp/gitbutler/pull/3682/commits/fe30db9760e0a8f6346a08a6b76349b889e3cf4d
@Caleb-T-Owens nice. Did you merge that in?
Closed in favor of #3682
@Caleb-T-Owens nice. Did you merge that in?
@schacon It's part of #3683. I was hoping to have a quick OK from pavel before I merged it in just to make sure it wasn't a total modal butchery or something like that 😆