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

fix: issue#710 Shop name not persisting on Mobile Nav #738

Merged
merged 2 commits into from
Feb 15, 2021

Conversation

ihalton
Copy link
Contributor

@ihalton ihalton commented Nov 18, 2020

Resolves #710
Impact: minor
Type: bugfix

Issue

Description of the issue this PR is solving, why it's happening, and how to reproduce it. This may differ from the original ticket as you now have more information at your disposal.

Solution

Summarize your solution to the problem. Please include short descriptions of any solutions you tested before arriving at your final solution. This will help reviewers know why you decided to solve this problem in this particular way and will speed up the review process.

If you're solving a UIX related issue, please attach screen-caps or gifs showing how your solution differs from the issue.

Breaking changes

If you have a breaking changes, list them here, otherwise list none.

Examples of breaking changes include changing file names, moving files, deleting files, renaming functions or exports, or changes to code which might cause previous versions of Reaction or third-party code not to work as expected.

Note any work that you did to mitigate the effect of any breaking changes such as creating migrations, deprecation warnings, etc.

Testing

  1. List the steps needed for testing your change in this section.
  2. Assume that testers already know how to start the app, and do the basic setup tasks.
  3. Be detailed enough that someone can work through it without being too granular

More detail for what each of these sections should include are available in our Contributing Docs

Signed-off-by: Halton Xu <halton.xu@gmail.com>
@ghost
Copy link

ghost commented Feb 4, 2021

@janus-reith could you please review? This fixes a known issue with the logo

Copy link
Collaborator

@janus-reith janus-reith left a comment

Choose a reason for hiding this comment

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

LGTM

@Akarshit Akarshit self-requested a review February 15, 2021 17:51
@Akarshit Akarshit merged commit 03ee174 into reactioncommerce:trunk Feb 15, 2021
@Akarshit Akarshit mentioned this pull request Mar 3, 2021
@@ -84,7 +84,7 @@ class Header extends Component {
<AccountDropdown />
<MiniCart />
</Toolbar>
<NavigationMobile />
<NavigationMobile shop={shop}/>
Copy link

Choose a reason for hiding this comment

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

I saw an issue similar to this Re: sitemaps in a different project. Neither issue would get picked up by TypeScript static analysis if the project were converted. As @janus-reith mentioned in #709 a conversion may not be suitable for front-end until other repos in the org are in line with a conversion initiative.

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.

Shop name not persisting on Mobile Nav
3 participants