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

Profile Screen #3

Merged
merged 2 commits into from
Dec 3, 2023
Merged

Profile Screen #3

merged 2 commits into from
Dec 3, 2023

Conversation

lcflight
Copy link
Collaborator

@lcflight lcflight commented Dec 1, 2023

-Added basic profile screen
-Added Logout Function
-corrected several type issues

-Still needing to go through and make a more intuitive and robust navigation system.

@lcflight lcflight changed the title Working Profile Screen Dec 1, 2023
Copy link
Contributor

@narthur narthur left a comment

Choose a reason for hiding this comment

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

Good work!

@@ -11,3 +15,28 @@ export type taskType = {
export type tasksType = {
[key: string]: taskType;
};

export type userType = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add initial cap?

@narthur narthur merged commit 7eee0b2 into main Dec 3, 2023
4 checks passed
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