Skip to content

Conversation

@acrantel
Copy link
Member

@acrantel acrantel commented Nov 17, 2024

image

the path is /user/<userid> for these user pages

CLOSES #787 closes #845

@acrantel acrantel linked an issue Nov 23, 2024 that may be closed by this pull request
Comment on lines 9 to 11
const isNilOrEmptyStr = (str: string | undefined | null): boolean => {
return isNil(str) || str === "";
};
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: move to helpers.ts so we can refactor all uses of this sort of thing

);
};

const UserNotFound: React.FC = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

I will change this behavior in #854 yippeeee

@acrantel acrantel requested a review from lowtorola November 23, 2024 17:42
lowtorola
lowtorola previously approved these changes Nov 23, 2024
Copy link
Contributor

@lowtorola lowtorola left a comment

Choose a reason for hiding this comment

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

LGTM! :shipit:

@lowtorola lowtorola self-requested a review November 23, 2024 17:47
Copy link
Contributor

@lowtorola lowtorola left a comment

Choose a reason for hiding this comment

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

LGTM! :shipit:

@acrantel acrantel merged commit 081bcd1 into main Nov 23, 2024
3 checks passed
@acrantel acrantel deleted the seren/user-profile branch November 23, 2024 17:47
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.

Other User Page UI Buildout Other User Page UI

3 participants