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

refactor(protocol-designer): merge top level routes into Designer route #16066

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

jerader
Copy link
Collaborator

@jerader jerader commented Aug 20, 2024

Overview

Merge startingDeckState and protocolSteps into 1 route called Designer to accommodate new designs

Test Plan and Hands on Testing

make sure the nav works as expected when on the protocol overview. The nav bar button Edit protocol and clicking "edit" in the Protocol Deck section should navigate to the Designer tab

Changelog

combine routes and make DeckSetup a folder within Designer
fix all imports

Review requests

see test plan

Risk assessment

low

@jerader jerader requested a review from a team as a code owner August 20, 2024 15:53
@jerader jerader requested a review from ncdiehl11 August 20, 2024 15:53
@@ -79,7 +79,6 @@ export function NavigationBar({
padding={`${SPACING.spacing12} ${SPACING.spacing40}`}
gridGap={SPACING.spacing40}
>
TODO add breadcrumbs here
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest designs removed breadcrumbs so i removed this todo

Copy link
Collaborator

@ncdiehl11 ncdiehl11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nit but looks good!!

@jerader jerader merged commit 86f736c into edge Aug 20, 2024
14 checks passed
@jerader jerader deleted the pd_refactor-nav-routes branch August 20, 2024 17:32
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.

2 participants