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

feat: STAKE-841 build unstake review confirmation screen #11611

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6e253e0
fix: fixed broken redirect to stake in StakingButtons
Matt561 Sep 27, 2024
3fa0b64
fix: removed padding on tooltip modal
Matt561 Sep 27, 2024
8374020
feat: updated KeyValueRow tooltip to be question icon
Matt561 Sep 27, 2024
d31f3dc
feat: added StakeReviewView
Matt561 Oct 2, 2024
f724eeb
Merge remote-tracking branch 'origin/main' into feat/stake-824-build-…
Matt561 Oct 2, 2024
e5dfdf3
fix: updated tests after updating branch
Matt561 Oct 2, 2024
3761653
temp: added reminder todos
Matt561 Oct 2, 2024
b3e598c
fix: merged legalink navigation handlers into one
Matt561 Oct 2, 2024
b58d6f9
feat: connected stake confirmation screen to stake input
Matt561 Oct 2, 2024
101eca6
fix: fixed removed right-padding in staking cta
Matt561 Oct 3, 2024
d6b1eb6
feat: replaced hardcoded network name in AccountHeaderCard
Matt561 Oct 3, 2024
9cf0d94
feat: pass stake input params to stake confirmation screen
Matt561 Oct 3, 2024
23bbd7b
fix: updated tests
Matt561 Oct 3, 2024
a3d0563
fix: renamed StakeReview to StakeConfirmation
Matt561 Oct 3, 2024
7125724
Merge remote-tracking branch 'origin/main' into feat/stake-824-build-…
Matt561 Oct 3, 2024
749a4a6
fix: updated tests
Matt561 Oct 3, 2024
fb9392a
feat: added ContractTag component and updated stake confirmation inte…
Matt561 Oct 3, 2024
fa8bb74
feat: unstake confirmation view happy path before clean up
Matt561 Oct 3, 2024
dc17a11
feat: code cleanup
Matt561 Oct 3, 2024
c9737dc
Merge remote-tracking branch 'origin/main' into feat/stake-841-build-…
Matt561 Oct 15, 2024
62e5bb1
feat: fixed breaking changes after updating branch
Matt561 Oct 15, 2024
0891faa
Merge remote-tracking branch 'origin/main' into feat/stake-841-build-…
Matt561 Oct 21, 2024
d98c1dd
feat: fixed issues after updating branch
Matt561 Oct 21, 2024
08fa379
Merge branch 'main' into feat/stake-841-build-unstake-review-confirma…
Matt561 Oct 21, 2024
e5d82b6
Merge remote-tracking branch 'origin/main' into feat/stake-841-build-…
Matt561 Oct 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,7 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render text with icon
"flexDirection": "row",
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Key Text
</Text>
</View>
/>
</View>
</View>
<View
Expand Down Expand Up @@ -108,24 +91,7 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render text with icon
"flexDirection": "row",
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Value Text
</Text>
</View>
/>
</View>
</View>
</View>
Expand Down Expand Up @@ -184,22 +150,6 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render text with icon
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Key Text
</Text>
<TouchableOpacity
accessibilityLabel="Sample Tooltip 2 tooltip"
accessibilityRole="button"
Expand Down Expand Up @@ -273,22 +223,6 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render text with icon
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Value Text
</Text>
<TouchableOpacity
accessibilityLabel="Sample Tooltip 2 tooltip"
accessibilityRole="button"
Expand Down Expand Up @@ -369,22 +303,6 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render text with tool
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Key Text
</Text>
<TouchableOpacity
accessibilityLabel="Sample Tooltip 1 tooltip"
accessibilityRole="button"
Expand Down Expand Up @@ -446,22 +364,6 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render text with tool
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Value Text
</Text>
<TouchableOpacity
accessibilityLabel="Sample Tooltip 2 tooltip"
accessibilityRole="button"
Expand Down Expand Up @@ -541,24 +443,7 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render when there is
"flexDirection": "row",
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Sample Key Text
</Text>
</View>
/>
</View>
</View>
<View
Expand All @@ -585,24 +470,7 @@ exports[`KeyValueRow Prebuilt Component KeyValueRow should render when there is
"flexDirection": "row",
}
}
>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "500",
"letterSpacing": 0,
"lineHeight": 22,
}
}
testID="label"
>
Sample Value Text
</Text>
</View>
/>
</View>
</View>
</View>
Expand Down
1 change: 1 addition & 0 deletions app/components/UI/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import Icon, {
} from '../../../component-library/components/Icons/Icon';
import { AddContactViewSelectorsIDs } from '../../../../e2e/selectors/Settings/Contacts/AddContactView.selectors';
import { ImportTokenViewSelectorsIDs } from '../../../../e2e/selectors/wallet/ImportTokenView.selectors';
import Title from '../../Base/Title';

const trackEvent = (event, params = {}) => {
MetaMetrics.getInstance().trackEvent(event, params);
Expand Down
Loading
Loading