Skip to content

Gas customization features #5704

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

Merged
merged 46 commits into from
Dec 4, 2018
Merged

Conversation

danjm
Copy link
Contributor

@danjm danjm commented Nov 8, 2018

Ready for final QA

@danjm danjm changed the title Gas customization features Gas customization features (WIP) Nov 8, 2018
@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch from 870351a to 4e0cf70 Compare November 15, 2018 14:51
@metamaskbot
Copy link
Collaborator

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

@danjm danjm changed the title Gas customization features (WIP) Gas customization features Nov 16, 2018
@metamaskbot
Copy link
Collaborator

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

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch from f190265 to a75f46e Compare November 16, 2018 00:34
@metamaskbot
Copy link
Collaborator

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

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch 3 times, most recently from d8b101b to ab75457 Compare November 28, 2018 13:21
@metamaskbot
Copy link
Collaborator

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

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch 2 times, most recently from d39c009 to ecf439f Compare November 28, 2018 19:09
cancelAndClose: () => {
dispatch(resetCustomData())
dispatch(hideModal())
dispatch(hideModal())
Copy link
Contributor

Choose a reason for hiding this comment

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

Test expects dispatch to be called twice, here we have three dispatches.

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch from ecf439f to b03c41b Compare November 29, 2018 03:13
@metamaskbot
Copy link
Collaborator

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

@danjm
Copy link
Contributor Author

danjm commented Nov 29, 2018

@tmashuang Thanks. I've fixed those now.

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch from b03c41b to 1cd11bf Compare November 30, 2018 13:27
@metamaskbot
Copy link
Collaborator

Builds ready [1cd11bf]: mascara, chrome, firefox, edge, opera

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch from 1cd11bf to 9c8fd4d Compare November 30, 2018 13:37
@metamaskbot
Copy link
Collaborator

Builds ready [9c8fd4d]: mascara, chrome, firefox, edge, opera

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch from 9c8fd4d to 0d9f87d Compare November 30, 2018 14:45
@metamaskbot
Copy link
Collaborator

Builds ready [0d9f87d]: mascara, chrome, firefox, edge, opera

@tmashuang
Copy link
Contributor

tmashuang commented Nov 30, 2018

Screen is crowded when Hex Data is enabled, on extension view.

screenshot from 2018-11-30 12-57-02

@metamaskbot
Copy link
Collaborator

Builds ready [0eab8b1]: mascara, chrome, firefox, edge, opera

@danjm
Copy link
Contributor Author

danjm commented Dec 3, 2018

@tmashuang That issue is fixed

peek 2018-12-03 20-22

@danjm danjm force-pushed the new-gas-customize-feature-branch-d branch from 92c2e92 to 8194309 Compare December 4, 2018 03:36
@metamaskbot
Copy link
Collaborator

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

@danjm danjm merged commit d199650 into develop Dec 4, 2018
@danjm danjm deleted the new-gas-customize-feature-branch-d branch December 12, 2018 17:12
Gudahtt added a commit to Gudahtt/metamask-extension that referenced this pull request Jul 25, 2019
The `time-remaining` component hasn't been used since MetaMask#5704, aside from
a few styles. Those styles have been integrated into the
`advanced-tab-content` styles, and the unused component has been
deleted.
Gudahtt added a commit that referenced this pull request Jul 25, 2019
The `time-remaining` component hasn't been used since #5704, aside from
a few styles. Those styles have been integrated into the
`advanced-tab-content` styles, and the unused component has been
deleted.
Gudahtt added a commit to Gudahtt/metamask-extension that referenced this pull request Sep 18, 2019
Gudahtt added a commit to Gudahtt/metamask-extension that referenced this pull request Sep 18, 2019
This modal hasn't been used since MetaMask#5704, where it was replaced.
Gudahtt added a commit that referenced this pull request Sep 18, 2019
This modal hasn't been used since #5704, where it was replaced.
DDDDDanica pushed a commit that referenced this pull request Apr 24, 2025
## **Description**

Cherry-pick of #32237 for `12.17.0`.

Creating manual PR as controller patch required for
`@metamask/transaction-controller`.

Patch changes are a cherry-pick of
[#5704](MetaMask/core#5704) and built from
[patch/transaction-controller-extension-12-17-0](https://github.com/MetaMask/core/tree/patch/transaction-controller-extension-12-17-0).

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/32238?quickstart=1)

## **Related issues**

## **Manual testing steps**

## **Screenshots/Recordings**

### **Before**

### **After**

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
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