FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Toggle bar panels: added functionality for toggling bar panels by Walusyak · Pull Request #419 · nette/tracy · GitHub

/ tracy Public

Toggle bar panels: added functionality for toggling bar panels - #419

Open
Walusyak wants to merge 2 commits into
nette:v2.6from
Walusyak:toggleBarPanels
Open

Toggle bar panels: added functionality for toggling bar panels#419
Walusyak wants to merge 2 commits into
nette:v2.6from
Walusyak:toggleBarPanels

Conversation

Copy link
Copy Markdown
  • new feature
  • BC break? no

Tracy can sometimes overlap bottom of modals where the submit buttons are often located. This can occur e.g. when displaying the developer console, which reduces the height of the window and moves the dialog to the bottom of the page where Tracy has the default position. By enabling toggleBarPanels you can minimize Tracy bar instead of closing it what can be handy often.

Configuration example for enable toggling:

tracy:
	toggleBarPanels:
		show: true

Tracy bar default state:

Tracy bar collapsed:

We can add exceptions for hiding panels:

tracy:
	toggleBarPanels:
		show: true
		exclude:
			- Tracy-dumps
			- Nette-Bridges-DatabaseTracy-ConnectionPanel

Tracy bar collapsed:

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL