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

OV-13: Add-side-bar-component #49

Merged
merged 45 commits into from
Sep 2, 2024

Conversation

JKaypa
Copy link
Collaborator

@JKaypa JKaypa commented Aug 22, 2024

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.

image
image

@JKaypa JKaypa added the FE Fronted feature label Aug 22, 2024
@JKaypa JKaypa added this to the Release 1.0 milestone Aug 22, 2024
@JKaypa JKaypa self-assigned this Aug 22, 2024
@JKaypa JKaypa linked an issue Aug 22, 2024 that may be closed by this pull request
7 tasks
@JKaypa JKaypa linked an issue Aug 22, 2024 that may be closed by this pull request
2 tasks
o-nedashkivska
o-nedashkivska previously approved these changes Aug 23, 2024
sergiy4
sergiy4 previously approved these changes Aug 26, 2024
@JKaypa JKaypa requested a review from nikita-remeslov August 29, 2024 12:21
@JKaypa JKaypa mentioned this pull request Aug 29, 2024
o-nedashkivska
o-nedashkivska previously approved these changes Aug 30, 2024
Copy link
Collaborator

@nikita-remeslov nikita-remeslov left a comment

Choose a reason for hiding this comment

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

Check Sofiia comment

nikita-remeslov
nikita-remeslov previously approved these changes Sep 2, 2024
};

const handleLogOut = useCallback(() => {
//ToDo: log out user with token
Copy link
Collaborator

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 */}
Copy link
Collaborator

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" />
Copy link
Collaborator

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)

@nikita-remeslov nikita-remeslov merged commit cd32e4b into next Sep 2, 2024
2 checks passed
@nikita-remeslov nikita-remeslov deleted the task/OV-13-add-side-bar-component branch September 2, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Fronted feature
Projects
Status: To Be Tested
Development

Successfully merging this pull request may close these issues.

FEAT: Integrate user card into side bar FEAT: Sidebar component
7 participants