-
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) Add assets to support new design #1119
(Feature) Add assets to support new design #1119
Conversation
Pull Request Test Coverage Report for Build 2987
💛 - Coveralls |
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 a plan of implementing restyling step by step looks good to me.
@dennis00010011b could we in parallel with restyling update, also updating e2e tests to support new interface? |
@vbaranov |
Description:
Pull request to temporary branch origin/integration/#1082-new-design where we can continually merge the latest "new styling" working branches (#1083, #1084, etc.), and the 2.0 PRs, so as to keep everything as updated as possible.
As for the #1083 tasks: I don't think that extracting and adding all the new assets is the best thing to do at this step, so I will be doing that screen by screen / component by component, unless somebody needs some asset to do their job.
How to test:
1- There should be some new folders and files, preparing the terrain for the new styles, check that those exist:
token-wizard/src/assets/stylesheets/v2.0 contains some new folders, files, and explanations.
token-wizard/src/assets/images/v2.0 has some folders and images for the new styles
This structure will allow us to have the old and new styles in parallel, minimizing the risk of losing something currently working. Once the work is finished, we'll delete the old files and that's it.
2- It's possible to switch styles using:
http://dappurl/?uiversion=2 (v2, currently ugly and broken)
http://dappurl/?uiversion=1 (v1 working version)
http://dappurl/ a mix of versions 1 and 2, to compensate for whatever styles are not done yet.
This should work.
When we finish we will also delete the old styles.