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

Refactor and Redesign Transaction List #4919

Merged
merged 31 commits into from
Aug 27, 2018
Merged

Refactor and Redesign Transaction List #4919

merged 31 commits into from
Aug 27, 2018

Conversation

alextsg
Copy link
Contributor

@alextsg alextsg commented Jul 31, 2018

No description provided.

@alextsg alextsg added the DO-NOT-MERGE Pull requests that should not be merged label Jul 31, 2018
@alextsg alextsg requested review from danjm and whymarrh as code owners July 31, 2018 05:43
@@ -13,6 +13,9 @@ class I18nProvider extends Component {
t (key, ...args) {
return t(current, key, ...args) || t(en, key, ...args) || `[${key}]`
},
tOrDefault (key, ...args) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This could take a default argument e.g. tOrDefault(key, default, ...args) (or even just tOrDefault(key, default)) and then clients could pass in whatever default they want

@alextsg alextsg force-pushed the refactor-tx-list branch 2 times, most recently from 391b337 to eba4422 Compare August 7, 2018 05:44
@alextsg alextsg force-pushed the refactor-tx-list branch 7 times, most recently from 317a22e to ae95b48 Compare August 15, 2018 16:11
@metamaskbot
Copy link
Collaborator

Builds ready [ae95b48]: mascara, chrome, firefox, edge, opera

@alextsg alextsg force-pushed the refactor-tx-list branch 2 times, most recently from 72cb7c2 to f3c9a28 Compare August 16, 2018 03:20
@alextsg alextsg removed the DO-NOT-MERGE Pull requests that should not be merged label Aug 16, 2018
@alextsg alextsg changed the title Refactor and Redesign Transaction List [DO NOT MERGE] Refactor and Redesign Transaction List Aug 16, 2018
@alextsg
Copy link
Contributor Author

alextsg commented Aug 16, 2018

Before:
image

After:
image
image
image
image

@whymarrh
Copy link
Contributor

@alextsg wanna rebase this on develop to get the latest e2e improvements

@alextsg alextsg force-pushed the refactor-tx-list branch 8 times, most recently from 19dce29 to d851f58 Compare August 16, 2018 22:05
@metamaskbot
Copy link
Collaborator

Builds ready [c0e97d1]: mascara, chrome, firefox, edge, opera

@metamaskbot
Copy link
Collaborator

Builds ready [952edf6]: mascara, chrome, firefox, edge, opera

@danfinlay danfinlay dismissed whymarrh’s stale review August 27, 2018 22:01

Changes addressed.

@danfinlay danfinlay merged commit 4b17ec6 into develop Aug 27, 2018
@danfinlay danfinlay deleted the refactor-tx-list branch August 27, 2018 22:02
@tmashuang tmashuang mentioned this pull request Sep 17, 2018
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.

5 participants