Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

New Homepage #7266

Merged
merged 9 commits into from Dec 12, 2017
Merged

New Homepage #7266

merged 9 commits into from Dec 12, 2017

Conversation

amaury1093
Copy link
Contributor

@amaury1093 amaury1093 commented Dec 11, 2017

Fix #7224:

  • Only show dapps icon

  • Add possibility to pin/unpin a dapp (quick-launch)
    screen shot 2017-12-12 at 2 56 06 pm

  • To browse all dapps, there a dapp called "Browse Dapps"
    screen shot 2017-12-11 at 5 18 58 pm

  • Possibility to add/remove dapp from homepage, or to open to try.

Feedback welcome.

[Edit] Updated scrot.

@amaury1093 amaury1093 added A0-pleasereview 🤓 Pull request needs code review. M7-ui labels Dec 11, 2017
@amaury1093 amaury1093 added A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. and removed A0-pleasereview 🤓 Pull request needs code review. labels Dec 12, 2017
@5chdn 5chdn added this to the 1.9 milestone Dec 12, 2017
);
return true;
}
case 'shell_setAppPinned': {
Copy link
Contributor

Choose a reason for hiding this comment

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

Empty line before to be consistent?

);
return true;
}
case 'shell_setMethodPermissions': {
Copy link
Contributor

Choose a reason for hiding this comment

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

Empty line before to be consistent?

const { availability } = this.props;
const applications = [].concat(this.store.visibleLocal, this.store.visibleViews, this.store.visibleBuiltin, this.store.visibleNetwork);
const pinned = this.store.pinnedApps; // Pinned apps
const unpinnedVisible = this.store.visibleApps.filter(app => // Visible apps that are not pinned
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be in the store? (Can be computed?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes definitely.

@amaury1093
Copy link
Contributor Author

Rebased & fixed comments.

@amaury1093 amaury1093 added A0-pleasereview 🤓 Pull request needs code review. and removed A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. labels Dec 12, 2017
@jacogr jacogr added A8-looksgood 🦄 Pull request is reviewed well. A9-FUCKYEAH!1 💯 Pull request is reviewed well and can not be compensated with any amount of beer in the galaxy ;) and removed A0-pleasereview 🤓 Pull request needs code review. labels Dec 12, 2017
@jacogr jacogr merged commit 1851453 into master Dec 12, 2017
@jacogr jacogr deleted the am-new-ui branch December 12, 2017 16:35
@5chdn
Copy link
Contributor

5chdn commented Dec 12, 2017

are parity-news still a thing? :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. A9-FUCKYEAH!1 💯 Pull request is reviewed well and can not be compensated with any amount of beer in the galaxy ;)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants