-
Notifications
You must be signed in to change notification settings - Fork 215
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) Apply new design to step 4: "Publish" #1204
(Feature) Apply new design to step 4: "Publish" #1204
Conversation
(Feature) Add assets to support new design
(feat) Loading component (feat) Home page modal (in progress)
…sign-landing-page * integration/#1082-new-design: new source of e2e-test: branch 2.0-newDesign
* 2.0: Remove ABI source code Remove bin from summary Add Proxy Contract contents
* 2.0: Set ABI-Encoded Params to Proxy constructor params Add ABI-Encoded params
* 2.0: Add proxyName, compiler version and optimization info
* 2.0: (171 commits) Remove conditional Add source code of smart proxy contract to zip archive for download Change how validate params and network id Check crowdsale env vars by crowdsale type Added new contracts keys to file Remove unused function Refactoring function Update snapshot Reload storage on home Change label on content file Add function import Sort crowdsales list Add clear storage on manage section Add alert info if contracts already deployed Update snapshot Change how gas type is set Validate network change Disable supply input on dutch strategy Supply disable Fix getAddr ... # Conflicts: # package.json # src/components/Home/index.js # src/components/stepFour/index.js # src/components/stepOne/index.js # src/components/stepThree/index.js
…-new-design-step-1 * feature/#1084-new-design-landing-page: (179 commits) (fix) Firefox button borders. (feedback) Various fixes and changes from #1122 Remove conditional Add proxyName, compiler version and optimization info Set ABI-Encoded Params to Proxy constructor params Add source code of smart proxy contract to zip archive for download Change how validate params and network id Check crowdsale env vars by crowdsale type Add ABI-Encoded params Added new contracts keys to file Remove unused function Refactoring function Update snapshot Reload storage on home Remove ABI source code Change label on content file Remove bin from summary Add function import Sort crowdsales list Add clear storage on manage section ... # Conflicts: # src/assets/stylesheets/styles.css
- added method to handle navigation to facilitate testing
…-new-design-step-1 * feature/#1084-new-design-landing-page: Add tests for Home component - added method to handle navigation to facilitate testing Add jest-localstorage-mock as dev-dependency Update CrowdsaleList component tests Update Loader component tests Remove unused components and its tests (fix) Small layout / modal CSS fix. # Conflicts: # package.json # src/assets/stylesheets/styles.css
…ding-page (Feature) New design for home / landing page
* 2.0: Remove unused scripts Fix typo Add metadata to file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gabitoesmiapodo |
@gabitoesmiapodo |
@gabitoesmiapodo |
@gabitoesmiapodo |
…new-design-to-step-4-publish * integration/#1082-new-design: Added tests to webStore, and fake provider Remove try catch and fix linter WIP tests Refactoring Update link Refactoring Refactoring Remove spec Move switch , remove load Update DApp loading code considering upcoming breaking change in metaMask Set default custom price Check if address is changed
1- column with tx status is not fixed. It is moving depending on the length of the current status message. Could we fix it? -> The "Tx Name" column's width is now fixed, so no columns should move now. I don't know if there's a better fix for this, other than changing how this information is shown. 2- There is no response on copy action. Could we add a tooltip? -> Yeah, now a message is shown when the user clicks on this. 3- Text in one line -> Sure. I think there was a mistake and some text got repeated. 4- Text in one line for wallet addres -> Sure, but for "Whitelist with cap" only, because there's a column for "Burn excess" next to in "Dutch Auction".
|
2.There is no modal in Step 4 after this commit 6ba5737 |
Removed.
Fixed.
Fixed.
Yeah, now it's back. |
@gabitoesmiapodo
|
I used another way to change the files / folders' names on MacOS and have them recognized by Git, please have a look now.
We should ask @vbaranov or maybe @fernandomg about this. I'm not particularly fond about the way this information is displayed now, for several reasons: It's not clear that only tiers with a whitelist are included, tiers' names aren't displayed, I can't cancel or leave this section if something goes wrong (or if I just want to), and generally speaking It's not always clear what's going on (to me at least). Maybe we should just add a short text clarifying that only tiers' with a whitelist are included here? That would be a small improvement, but I'm not sure if that's really the problem. I created an issue with a proposal of what I think would be a better way to display all this information to the user: #1208 |
@gabitoesmiapodo I just added a fix to eliminate the duplicated in-progress button The rest looks fantastic. |
Closes #1088
Description:
Here's the implementation of Step 4's styles.
There are some changes to the original designs (fields' order, added TxStatus elements) in the hopes of making everything clearer and easier to the end user.
Screenshots: