Skip to content

Conversation

@aman-coder03
Copy link

summary

always show the revision ID in view window titles and plot titles.
if a revision name exists, it is appended.

motivation

improves traceability when switching revisions or comparing views.

Fixes #2026


def confirm_action(confirmation_prompt):
def confirm_action(confirmation_prompt, assume_yes=False):
if assume_yes:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please separate this. You have this in a different PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

show on the Views which revision is used

2 participants