-
Notifications
You must be signed in to change notification settings - Fork 0
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: profile hifi #62
Conversation
CREATE TYPE task_status AS ENUM ('INCOMPLETE', 'COMPLETE', 'INPROGRESS', | ||
'OVERDUE', 'TODO'); |
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.
Match designs wording
<View className="absolute -z-10 h-20 w-[100vw] bg-carewallet-white" /> | ||
<SafeAreaView className="h-[100vh] flex-1"> | ||
<PaperProvider> | ||
<Router /> | ||
</PaperProvider> | ||
</SafeAreaView> | ||
<View className="absolute -z-20 h-full w-[100vw] bg-carewallet-blue" /> |
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 am unsure of a better way to do this. There is white space below the SafeAreaView underneath the bottom nav without having an absolute bg blue view
fontFamily: { | ||
'carewallet-manrope': ['Manrope_400Regular'], | ||
'carewallet-manrope-semibold': ['Manrope_600SemiBold'], | ||
'carewallet-manrope-bold': ['Manrope_700Bold'] |
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.
This will be how we utilize different weights with the manrope font. unsure if its possible to not do this and be able to have the bold and semibold
onTouchEnd={() => { | ||
navigation.navigate('CalendarContainer', { | ||
screen: 'CalendarTopNav', | ||
params: { screen: 'TaskList' } | ||
}); |
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.
fixes nested navigation bug where you wouldnt be able to navigate from profile to task list if task list isnt visted first
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.
looks great, we should get this merged in asap so hifi tickets can use these fonts
* feat: profile hifi * refactor: utilize googlefont package * fix: fix bug where you couldnt directly navigate to task list if it wasnt loaded
Description
Please include a summary of the changes and the related issue. Please also
include relevant motivation, context, and images!
Transitioned Profile Page to HIFI
How Has This Been Tested?
I visually look at HiFi
Screen.Recording.2024-03-27.at.1.07.37.PM.mov
FIGMA
Checklist