-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove branding folder (#5813)
### Description This PR: 1. remove branding folder and move all assets to the intended `android`, `ios`, `src` directories 2. in the `images` folder, put all `.png` files in an `assets` sub folder. these images continue to be exported from `Images.ts`. 3. move "branded" components from `icons` to `images` - these are all files that use custom colours, but eventually should be all icons that are not generic (e.g. Material UI icons) 4. remove branding script and references to it ### Test plan n/a ### Related issues - Fixes RET-1156 ### Backwards compatibility Y ### Network scalability If a new NetworkId and/or Network are added in the future, the changes in this PR will: - [ ] Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added) --------- Co-authored-by: Alex Bakoushin <[email protected]>
- Loading branch information
1 parent
dcbd86e
commit 7700030
Showing
230 changed files
with
71 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
export const accountKey1 = require('src/images/account-key-1.png') | ||
export const accountKey2 = require('src/images/account-key-2.png') | ||
export const accountKey3 = require('src/images/account-key-3.png') | ||
export const accountKey4 = require('src/images/account-key-4.png') | ||
export const background = require('src/images/background.jpg') | ||
export const backupKey = require('src/images/backup-key.png') | ||
export const biometryFace = require('src/images/biometry-face.png') | ||
export const biometryFaceId = require('src/images/biometry-face-id.png') | ||
export const biometryFingerprint = require('src/images/biometry-fingerprint.png') | ||
export const biometryIris = require('src/images/biometry-iris.png') | ||
export const biometryTouchId = require('src/images/biometry-touch-id.png') | ||
export const celoEducation1 = require('src/images/celo-education-1.png') | ||
export const celoEducation2 = require('src/images/celo-education-2.png') | ||
export const celoEducation3 = require('src/images/celo-education-3.png') | ||
export const celoEducation4 = require('src/images/celo-education-4.png') | ||
export const email = require('src/images/email.png') | ||
export const fiatExchange = require('src/images/fiat-exchange.png') | ||
export const getVerified = require('src/images/get-verified.png') | ||
export const inviteModal = require('src/images/invite-modal.png') | ||
export const inviteWithRewards = require('src/images/invite-rewards.png') | ||
export const learnCelo = require('src/images/learn-celo.png') | ||
export const notificationInvite = require('src/images/notification-invite.png') | ||
export const onboardingEducation1 = require('src/images/onboarding-education-1.png') | ||
export const onboardingEducation2 = require('src/images/onboarding-education-2.png') | ||
export const onboardingEducation3 = require('src/images/onboarding-education-3.png') | ||
export const pointsCardBackground = require('src/images/points-card-background.png') | ||
export const pointsIllustration = require('src/images/points-illustration.png') | ||
export const welcomeBackground = require('src/images/intro-background.png') | ||
export const accountKey1 = require('src/images/assets/account-key-1.png') | ||
export const accountKey2 = require('src/images/assets/account-key-2.png') | ||
export const accountKey3 = require('src/images/assets/account-key-3.png') | ||
export const accountKey4 = require('src/images/assets/account-key-4.png') | ||
export const background = require('src/images/assets/background.jpg') | ||
export const backupKey = require('src/images/assets/backup-key.png') | ||
export const biometryFace = require('src/images/assets/biometry-face.png') | ||
export const biometryFaceId = require('src/images/assets/biometry-face-id.png') | ||
export const biometryFingerprint = require('src/images/assets/biometry-fingerprint.png') | ||
export const biometryIris = require('src/images/assets/biometry-iris.png') | ||
export const biometryTouchId = require('src/images/assets/biometry-touch-id.png') | ||
export const celoEducation1 = require('src/images/assets/celo-education-1.png') | ||
export const celoEducation2 = require('src/images/assets/celo-education-2.png') | ||
export const celoEducation3 = require('src/images/assets/celo-education-3.png') | ||
export const celoEducation4 = require('src/images/assets/celo-education-4.png') | ||
export const email = require('src/images/assets/email.png') | ||
export const fiatExchange = require('src/images/assets/fiat-exchange.png') | ||
export const getVerified = require('src/images/assets/get-verified.png') | ||
export const inviteModal = require('src/images/assets/invite-modal.png') | ||
export const inviteWithRewards = require('src/images/assets/invite-rewards.png') | ||
export const learnCelo = require('src/images/assets/learn-celo.png') | ||
export const notificationInvite = require('src/images/assets/notification-invite.png') | ||
export const onboardingEducation1 = require('src/images/assets/onboarding-education-1.png') | ||
export const onboardingEducation2 = require('src/images/assets/onboarding-education-2.png') | ||
export const onboardingEducation3 = require('src/images/assets/onboarding-education-3.png') | ||
export const pointsCardBackground = require('src/images/assets/points-card-background.png') | ||
export const pointsIllustration = require('src/images/assets/points-illustration.png') | ||
export const welcomeBackground = require('src/images/assets/intro-background.png') |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.