1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Revert "Dark Mode: What's New Announcement ()"

This reverts commit af963d7f7b.
This commit is contained in:
ryanml 2022-04-26 09:24:22 -07:00
parent 16fe8744a6
commit 9cea6f57ef
20 changed files with 0 additions and 81 deletions
app
shared/notifications
test/e2e/fixtures
address-entry
connected-state
custom-rpc
custom-token
eip-1559-v2-dapp
eip-1559-v2
import-ui
imported-account
localization
metrics-enabled
navigate-transactions
onboarding
send-edit-v2
send-edit
threebox-enabled
ui
components/app/whats-new-popup
selectors

View File

@ -2131,15 +2131,6 @@
"notifications11Title": { "notifications11Title": {
"message": "Scam and security risks" "message": "Scam and security risks"
}, },
"notifications12ActionText": {
"message": "Enable dark mode"
},
"notifications12Description": {
"message": "Dark Mode will be enabled for new users depending on their system preferences. For existing users, enable Dark Mode manually under Settings -> Experimental."
},
"notifications12Title": {
"message": "Wen dark mode? Now dark mode! 🕶️🦊"
},
"notifications1Description": { "notifications1Description": {
"message": "MetaMask Mobile users can now swap tokens inside their mobile wallet. Scan the QR code to get the mobile app and start swapping.", "message": "MetaMask Mobile users can now swap tokens inside their mobile wallet. Scan the QR code to get the mobile app and start swapping.",
"description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature."

Binary file not shown.

Before

(image error) Size: 22 KiB

View File

@ -58,14 +58,6 @@ export const UI_NOTIFICATIONS = {
id: 11, id: 11,
date: '2022-04-18', date: '2022-04-18',
}, },
12: {
id: 12,
date: '2022-05-18',
image: {
src: 'images/darkmode-banner.png',
width: '100%',
},
},
}; };
export const getTranslatedUINoficiations = (t, locale) => { export const getTranslatedUINoficiations = (t, locale) => {
@ -173,14 +165,5 @@ export const getTranslatedUINoficiations = (t, locale) => {
new Date(UI_NOTIFICATIONS[11].date), new Date(UI_NOTIFICATIONS[11].date),
), ),
}, },
12: {
...UI_NOTIFICATIONS[12],
title: t('notifications12Title'),
description: t('notifications12Description'),
actionText: t('notifications12ActionText'),
date: new Intl.DateTimeFormat(formattedLocale).format(
new Date(UI_NOTIFICATIONS[12].date),
),
},
}; };
}; };

View File

@ -66,9 +66,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -56,9 +56,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -52,9 +52,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -70,9 +70,6 @@
"notifications": { "notifications": {
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -53,9 +53,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -53,9 +53,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -107,9 +107,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -52,9 +52,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -52,9 +52,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -56,9 +56,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -52,9 +52,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -26,13 +26,6 @@
}, },
"network": "1337" "network": "1337"
}, },
"NotificationController": {
"notifications": {
"12": {
"isShown": true
}
}
},
"CurrencyController": { "CurrencyController": {
"conversionDate": 1617927806.941, "conversionDate": 1617927806.941,
"conversionRate": 2084.64, "conversionRate": 2084.64,

View File

@ -53,9 +53,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -53,9 +53,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -63,9 +63,6 @@
}, },
"8": { "8": {
"isShown": true "isShown": true
},
"12": {
"isShown": true
} }
} }
}, },

View File

@ -15,7 +15,6 @@ import { getSortedNotificationsToShow } from '../../../selectors';
import { import {
BUILD_QUOTE_ROUTE, BUILD_QUOTE_ROUTE,
ADVANCED_ROUTE, ADVANCED_ROUTE,
EXPERIMENTAL_ROUTE,
} from '../../../helpers/constants/routes'; } from '../../../helpers/constants/routes';
import { TYPOGRAPHY } from '../../../helpers/constants/design-system'; import { TYPOGRAPHY } from '../../../helpers/constants/design-system';
@ -50,10 +49,6 @@ function getActionFunctionById(id, history) {
updateViewedNotifications({ 10: true }); updateViewedNotifications({ 10: true });
history.push(`${ADVANCED_ROUTE}#token-description`); history.push(`${ADVANCED_ROUTE}#token-description`);
}, },
12: () => {
updateViewedNotifications({ 12: true });
history.push(EXPERIMENTAL_ROUTE);
},
}; };
return actionFunctions[id]; return actionFunctions[id];

View File

@ -751,7 +751,6 @@ function getAllowedNotificationIds(state) {
9: getIsMainnet(state), 9: getIsMainnet(state),
10: Boolean(process.env.TOKEN_DETECTION_V2), 10: Boolean(process.env.TOKEN_DETECTION_V2),
11: Boolean(process.env.TOKEN_DETECTION_V2), 11: Boolean(process.env.TOKEN_DETECTION_V2),
12: true,
}; };
} }