-
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
OV-13: Add-side-bar-component #49
Conversation
frontend/src/bundles/common/components/icon/components/icons.tsx
Outdated
Show resolved
Hide resolved
frontend/src/bundles/common/components/side-bar/libs/components/collapse-button.tsx
Outdated
Show resolved
Hide resolved
…grate-user-card-into-side-bar
frontend/src/bundles/common/components/sidebar/components/sidebar-item/sidebar-item.tsx
Outdated
Show resolved
Hide resolved
…4-outreachvids into task/OV-13-add-side-bar-component
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.
Check Sofiia comment
cf4ee6b
}; | ||
|
||
const handleLogOut = useCallback(() => { | ||
//ToDo: log out user with token |
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.
create ticket for it
variant="icon" | ||
/> | ||
<Box mb="30px"> | ||
{/* ToDo: Add this username value dynamically */} |
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.
create ticket for it
> | ||
FN | ||
</Circle> | ||
<UserCircle username="FN" /> |
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.
For me it is an avatar)
Created collapsed navigation sidebar, is expanded by default, it has navigation link to home page and log out button so far(it navigates to sign in until token login its ready), also button for collapse and expand.