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-75: add sidebar and header to home page #83

Merged
merged 14 commits into from
Sep 5, 2024

Conversation

stefano-lacorazza
Copy link
Collaborator

@stefano-lacorazza stefano-lacorazza commented Aug 29, 2024

image

Created branch from branch OV-62.

Proposed some changes of Sidebar in pull request #66 that could benefit this task

@stefano-lacorazza stefano-lacorazza added the FE Fronted feature label Aug 29, 2024
@stefano-lacorazza stefano-lacorazza added this to the Release 1.0 milestone Aug 29, 2024
@stefano-lacorazza stefano-lacorazza self-assigned this Aug 29, 2024
@stefano-lacorazza stefano-lacorazza linked an issue Aug 29, 2024 that may be closed by this pull request
2 tasks
@o-nedashkivska
Copy link
Collaborator

Please change your target branch to task/OV-13-add-side-bar-component, so that we can see a valid diff.

@stefano-lacorazza stefano-lacorazza changed the base branch from next to task/OV-62-create-avatar-page August 29, 2024 10:12
@stefano-lacorazza
Copy link
Collaborator Author

I changed branch to task/OV-62 because the PR from branch 13 was closed and inthe issue i says the new branch is 62. https://github.com/orgs/BinaryStudioAcademy/projects/30/views/1?pane=issue&itemId=75054501

o-nedashkivska
o-nedashkivska previously approved these changes Aug 29, 2024
@stefano-lacorazza
Copy link
Collaborator Author

image

@Sanchousina
Copy link
Collaborator

When there are new notifications, the bell icon should also have little orange circle (as in design)

@o-nedashkivska
Copy link
Collaborator

When there are new notifications, the bell icon should also have little orange circle (as in design)

In Header task the bell icon is crossed. Maybe we should not implement it now?
https://github.com/orgs/BinaryStudioAcademy/projects/30/views/1?pane=issue&itemId=75053733

Box,
Header,
Sidebar,
} from '~/bundles/common/components/components.js';

Copy link
Contributor

Choose a reason for hiding this comment

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

Did you encounter this issue with the background? I think it should be entirely blue, not white at the end. I know Oleksandra created the homepage, but it would be better to fix it now since you're also working on the homepage.

image

Copy link
Contributor

@WilsonBravo WilsonBravo Aug 29, 2024

Choose a reason for hiding this comment

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

You just need to add the overflow: auto; property to the main wrapper.

WilsonBravo
WilsonBravo previously approved these changes Aug 29, 2024
Alblupynos
Alblupynos 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.

remove shadows
image

Copy link
Collaborator

@JKaypa JKaypa left a comment

Choose a reason for hiding this comment

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

I think you should remove left padding page, in order to see the sidebar items more centered

@stefano-lacorazza
Copy link
Collaborator Author

I think you should remove left padding page, in order to see the sidebar items more centered

Which left padding?

@o-nedashkivska
Copy link
Collaborator

The changes that you need are already in next, so you can change your base branch to next, because right now we cannot see valid diff.

@stefano-lacorazza stefano-lacorazza changed the base branch from task/OV-62-create-avatar-page to next September 3, 2024 14:06
@stefano-lacorazza stefano-lacorazza dismissed stale reviews from Alblupynos, WilsonBravo, and o-nedashkivska September 3, 2024 14:06

The base branch was changed.

Alblupynos
Alblupynos previously approved these changes Sep 3, 2024
@@ -16,8 +16,7 @@ const Header: React.FC<Properties> = ({ left, center, right }) => {
left="0"
width="full"
backgroundColor="background.900"
boxShadow="md"
zIndex="100"
zIndex="1000"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does zIndex="100" not work?
Because in this pr we changed it from 1000 to 100 :)

@nikita-remeslov nikita-remeslov merged commit 8e813dd into next Sep 5, 2024
2 checks passed
@nikita-remeslov nikita-remeslov deleted the task/OV-75-Add-sidebar-and-header-to-Home-page branch September 5, 2024 11:24
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: Add sidebar and header to Home page
8 participants