Skip to content

Comments

Add Clear button to log display area#2411

Open
thesakshidiggikar wants to merge 1 commit intoborgbase:masterfrom
thesakshidiggikar:feature/clear-log-button
Open

Add Clear button to log display area#2411
thesakshidiggikar wants to merge 1 commit intoborgbase:masterfrom
thesakshidiggikar:feature/clear-log-button

Conversation

@thesakshidiggikar
Copy link

This PR adds a "Clear" button to the log display area.

  • The button is enabled only when log text is present.
  • Clicking it clears the log text.
  • The button is disabled again after clearing.

Closes #1618

@m3nu
Copy link
Contributor

m3nu commented Feb 22, 2026

Wasn't this solved by truncating the output instead?

@thesakshidiggikar
Copy link
Author

@m3nu Thanks for the question!

From what I observed, truncating the output limits the log size automatically,
but it doesn’t allow users to manually clear the log when needed.

This PR introduces an explicit "Clear" button so users can reset the log
display instantly without waiting for truncation.

If truncation was intended to fully replace this functionality,
I’m happy to adjust or close this PR accordingly.

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.

FR: A clear button for the log messages in vorta's application window.

2 participants