-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Change LHN header to Expensify #18802
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
b548a3e
change LHN header to Expensify
bondydaa 3b461e2
update the header component so it can accept react components (or any…
bondydaa 735725c
import the wordmark logo and render it in the header
bondydaa 5a5b4d7
fix style
bondydaa 1fa9eed
create new component for imageheader to properly use children to rend…
bondydaa fc93302
remove unused props
bondydaa 0bc7607
removing unneeded string
bondydaa 398546c
remove unnecessary new component since we have a wordmark that we can…
bondydaa 6be4be4
remove in-svg styles so we can modify them via props
bondydaa 9968ab7
update the wordmark component to accept more customization so it can …
bondydaa 8a14e2e
fix typo
bondydaa 4843a61
update usage of wordmark component based on new api
bondydaa c7acacd
Merge branch 'main' of github.com:Expensify/App into bondy-rename-lhn
bondydaa 8920c49
linter fixes
bondydaa 64de69b
fixing proptypes b/c linter complains
bondydaa 2d1eb9b
remove the unneeded badge component from header component
bondydaa 8d25d70
include const lib
bondydaa b4aee41
remove unneeded import
bondydaa 24c3259
linter be damned this is what works
bondydaa d1596bc
Merge branch 'main' of github.com:Expensify/App into bondy-rename-lhn
bondydaa a29631b
import style props to appease linter
bondydaa e91e970
Merge branch 'main' of github.com:Expensify/Expensify.cash into bondy…
parasharrajat e76740c
Fix the icon
parasharrajat b9e5209
Logo dimensions adjustments
parasharrajat ca38c16
Merge branch 'main' of github.com:Expensify/Expensify.cash into bondy…
parasharrajat af95cb1
New design for header
parasharrajat 79ee408
Code cleanuo
parasharrajat 1a44a13
Merge branch 'main' of github.com:Expensify/Expensify.cash into bondy…
parasharrajat f10b4e8
More refactor to clean the code
parasharrajat bae718b
Revert Changes
parasharrajat c09f945
Remove left gap from badge
parasharrajat ea3d582
Reset changes
parasharrajat fdb9b39
font weight bold
parasharrajat 898cf53
lineHeight Auto
parasharrajat ca85fad
Lint fixes
parasharrajat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can probably undo the changes to this file and the
assets/images/expensify-logo--staging.svg
file since we're no longer using them for the LHN stuff.I'm actually a bit confused how the sign in pages aren't black and still render as the green color... oh nvm it's b/c of this line
App/src/components/ExpensifyWordmark.js
Line 39 in ca85fad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fill={themeColors.success}
prop is actually irrelevantOn Login page,
expensify-wordmark.svg
,expensify-logo--dev.svg
,expensify-logo--staging.svg
,expensify-logo--adhoc.svg
are used.expensify-wordmark.svg
is production logo and doesn't have env badge. But other svgs have env badgeOn LHN, only
expensify-wordmark.svg
is used. And env badge is fully customized RN view, not image.As a follow-up, we can remove all these svgs and remain only
expensify-wordmark.svg
. So refactor login logo to be same as LHN logo.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have plan on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that is necessary to both look the same. Also, technically this change is out of the scope of this issue. I am happy to do this but I am busy with other stuff, feel free to spin up a PR if you want to help with this. Thanks.