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

Home redesign #934

Merged
merged 1 commit into from
Aug 26, 2019
Merged

Home redesign #934

merged 1 commit into from
Aug 26, 2019

Conversation

bpierre
Copy link
Contributor

@bpierre bpierre commented Aug 24, 2019

image

@bpierre bpierre requested review from sohkai and dizzypaty August 24, 2019 22:40
@auto-assign auto-assign bot requested a review from AquiGorka August 24, 2019 22:40
onMessage={this.handleAppMessage}
onOpenApp={this.openApp}
/>
<AppInternal>
Copy link
Contributor

Choose a reason for hiding this comment

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

Wonder if it would make sense to wrap Home within its own file? What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@AquiGorka AquiGorka Aug 26, 2019

Choose a reason for hiding this comment

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

Just wondering if it could be:

export default React.memo(props => <AppInternal><Home {..props} /></AppInternal>)

To avoid more code in Wrapper, no other reason.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh I see, yes good idea! We are probably going to wrap every app in OrgView with Root, so maybe we can do this + move all the AppInternal inside the apps at the same time 👍

@vercel vercel bot temporarily deployed to staging August 26, 2019 13:21 Inactive
Copy link
Contributor

@sohkai sohkai left a comment

Choose a reason for hiding this comment

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

😍

Copy link

@dizzypaty dizzypaty left a comment

Choose a reason for hiding this comment

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

LGTM 💥🚀

@bpierre bpierre merged commit 2c82963 into newstyle Aug 26, 2019
@delete-merged-branch delete-merged-branch bot deleted the newstyle-home branch August 26, 2019 23:50
2color added a commit that referenced this pull request Aug 28, 2019
…tions

* origin/newstyle:
  MenuPanel tweaks (#933)
  Home redesign (#934)
  SignerPanel: consolidate external transaction props into intent object (#931)
  useLocalIdentity: handle remove case (#930)
  Add AppInternal to manage the layout logic of internal apps (#932)
  MenuPanel: adjust for new styles (#923)
  SignerPanel: display warning for external transactions (#850)
  Remove Badge and update occurrences for Tag (#901)
  SignerPanel: adjust for new styles (#920)
  Organization Settings: replace old Settings app (#896)
  Permissions: new style (#899)
  Sidepanel: redesign feedback indicator (#907)
  eslint: make sure curly braces are used everywhere (#924)
  Org switcher: new style + add FavoritesMenu (#925)
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.

4 participants