Skip to content
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

Merged
merged 8 commits into from Aug 23, 2023

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Aug 21, 2023

This PR updates the header layout to be customizable and moves the variable set selector to the main page content

Changes

  • Updates Layout to use new pattern
  • Moves variable set selector to page content
  • Allows header customization

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@xoscar xoscar self-assigned this Aug 21, 2023
@xoscar xoscar marked this pull request as ready for review August 21, 2023 19:52
@jorgeepc
Copy link
Contributor

Hey @xoscar I see that we have the VariableSet selector in different positions in the Test vs TestSuite pages. Could we have them in the same place? I like VariableSet selector first and then the Status badge. What do you think?

Screenshot 2023-08-21 at 16 56 27
Screenshot 2023-08-21 at 16 57 10

Copy link
Contributor

@jorgeepc jorgeepc left a 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} />}>
Copy link
Contributor

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!

@xoscar xoscar merged commit de48920 into main Aug 23, 2023
30 checks passed
@xoscar xoscar deleted the feat/customizable-header branch August 23, 2023 21:03
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.

None yet

3 participants