-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(frontend): Adding a way to customize Tracetest header #3087
Conversation
…est into feat/customizable-header
Hey @xoscar I see that we have the VariableSet selector in different positions in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @xoscar Just added the suggestion above.
<Route path="/settings" element={<Settings />} /> | ||
</Route> | ||
|
||
<Route element={<Layout customHeader={customHeader} />}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice clean up. I like this!
This PR updates the header layout to be customizable and moves the variable set selector to the main page content
Changes
Checklist