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

Implement new fullscreen design #8657

Merged
merged 1 commit into from
May 27, 2020
Merged

Implement new fullscreen design #8657

merged 1 commit into from
May 27, 2020

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented May 27, 2020

The fullscreen UI now shows roughly the same design as the popup UI. A few additional changes depicted in the new fullscreen designs will be implemented in subsequent PRs (e.g. the inline buttons on assets)

This was done now to make asset pages easier to implement. Implementing asset pages solely for the popup UI would have been complicated by the fact that we use viewport size to switch between the two layouts, so we would have had to re-route upon resizing the window.

Base automatically changed from update-account-options-menu-design to develop May 27, 2020 15:31
@Gudahtt Gudahtt force-pushed the new-fullscreen-design branch from 352e2ed to 073e13a Compare May 27, 2020 15:35
The fullscreen UI now shows roughly the same design as the popup UI.
A few additional changes depicted in the new fullscreen designs will
be implemented in subsequent PRs (e.g. the inline buttons on assets)

This was done now to make asset pages easier to implement. Implementing
asset pages solely for the popup UI would have been complicated by the
fact that we use viewport size to switch between the two layouts, so we
would have had to re-route upon resizing the window.
@Gudahtt Gudahtt force-pushed the new-fullscreen-design branch from 073e13a to daaa966 Compare May 27, 2020 19:35
@Gudahtt Gudahtt marked this pull request as ready for review May 27, 2020 19:55
@Gudahtt Gudahtt requested a review from a team as a code owner May 27, 2020 19:55
@metamaskbot
Copy link
Collaborator

Builds ready [daaa966]
Page Load Metrics (563 ± 63 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint318340115
domContentLoaded33974256113163
load34074456313163
domInteractive33874256113163

Copy link
Contributor

@whymarrh whymarrh left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -1,67 +0,0 @@
const reactTriggerChange = require('../../lib/react-trigger-change')
Copy link
Member Author

@Gudahtt Gudahtt May 27, 2020

Choose a reason for hiding this comment

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

This test was deleted because it didn't test anything not already covered by e2e tests, and I didn't want to bother updating it to pass with these changes.

@Gudahtt Gudahtt merged commit a0d64c7 into develop May 27, 2020
@Gudahtt Gudahtt deleted the new-fullscreen-design branch May 27, 2020 20:28
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