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: profile hifi #62

Merged
merged 5 commits into from
Mar 29, 2024
Merged

feat: profile hifi #62

merged 5 commits into from
Mar 29, 2024

Conversation

MattCMcCoy
Copy link
Contributor

@MattCMcCoy MattCMcCoy commented Mar 27, 2024

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

Screenshot 2024-03-27 at 1 12 30 PM

Checklist

  • I have performed a self-review of my code
  • I have reached out to another developer to review my code
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes

Comment on lines +6 to +7
CREATE TYPE task_status AS ENUM ('INCOMPLETE', 'COMPLETE', 'INPROGRESS',
'OVERDUE', 'TODO');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Match designs wording

Comment on lines +28 to +34
<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" />
Copy link
Contributor Author

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

Comment on lines +18 to +21
fontFamily: {
'carewallet-manrope': ['Manrope_400Regular'],
'carewallet-manrope-semibold': ['Manrope_600SemiBold'],
'carewallet-manrope-bold': ['Manrope_700Bold']
Copy link
Contributor Author

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

Comment on lines +64 to +68
onTouchEnd={() => {
navigation.navigate('CalendarContainer', {
screen: 'CalendarTopNav',
params: { screen: 'TaskList' }
});
Copy link
Contributor Author

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

Copy link
Contributor

@andrewcaplan1 andrewcaplan1 left a 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

@MattCMcCoy MattCMcCoy merged commit 522ac2b into main Mar 29, 2024
6 checks passed
@MattCMcCoy MattCMcCoy deleted the feature/profile-hifi branch March 29, 2024 02:23
andrewcaplan1 pushed a commit that referenced this pull request Apr 5, 2024
* feat: profile hifi

* refactor: utilize googlefont package

* fix: fix bug where you couldnt directly navigate to task list if it wasnt loaded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants