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-50: Integrate-user-card-into-side-bar #56

Closed
wants to merge 6 commits into from

Conversation

JKaypa
Copy link
Collaborator

@JKaypa JKaypa commented Aug 22, 2024

User card integrated into side bar, with collapse styles. User circle component was created

2024-08-22_07-06
2024-08-22_07-06_1

@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
2 tasks
@o-nedashkivska
Copy link
Collaborator

You should change your target branch to task/OV-13-add-side-bar-component

);
};

export { HomeIcon, LogOutIcon };
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's better to create separate folders for each icon and then export them all in the main icons.tsx file.

icons/
│
├── icons.tsx
│
├── home-icon/
│   └── home-icon.tsx
│
└── log-out-icon/
    └── log-out-icon.tsx

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Now instead of custom icons we'll use font awesome icons

@JKaypa JKaypa closed this Aug 22, 2024
@JKaypa JKaypa removed a link to an issue Aug 22, 2024
2 tasks
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.

3 participants