Skip to content

🐛 Use buttons for Termynal controls - #2063

Merged
tiangolo merged 1 commit into
mainfrom
agent/use-buttons-for-termynal-controls
Aug 3, 2026
Merged

🐛 Use buttons for Termynal controls#2063
tiangolo merged 1 commit into
mainfrom
agent/use-buttons-for-termynal-controls

Conversation

@tiangolo

Copy link
Copy Markdown
Member

Summary

  • render the Termynal fast and restart controls as semantic buttons
  • preserve their terminal styling and add explicit hover feedback
  • remove link-only behavior that caused external-link presentation in the docs

This mirrors fastapi/typer#1912. The controls perform actions rather than navigation, so buttons avoid browser and documentation-theme link handling while retaining the existing behavior.

Checks

  • git diff --check
  • verified the focused diff matches the merged Typer implementation

AI Disclaimer

Using Codex with gpt-5.6-sol. Reviewed manually.

@github-actionsgithub-actionsBot added the docs Improvements or additions to documentation label Aug 3, 2026
@github-actions

Copy link
Copy Markdown
Contributor

@tiangolo
tiangolo marked this pull request as ready for review August 3, 2026 20:16
@tiangolo
tiangolo merged commit 25a0a2b into mainAug 3, 2026
28 checks passed
@tiangolo
tiangolo deleted the agent/use-buttons-for-termynal-controls branch August 3, 2026 20:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@tiangolo