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

Resolve the working of multi column layout in favourites page #498

Merged
merged 6 commits into from
Jun 21, 2023

Conversation

Palakkgoyal
Copy link
Contributor

This PR resolves issue no. #479
Now, the layout is working fine just same as the home page.

Copy link
Owner

@narayan954 narayan954 left a comment

Choose a reason for hiding this comment

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

looks good to me!

Copy link
Owner

@narayan954 narayan954 left a comment

Choose a reason for hiding this comment

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

small change

src/App.jsx Show resolved Hide resolved
@Palakkgoyal
Copy link
Contributor Author

Hey @narayan954 according to me we should add context provider to main otherwise we would also need to pass state i.e. rowMode and setRowMode to main and then, the main file will also become cluttered like App.jsx
I have done some changes and used context in Navbar. Please review them.

@narayan954
Copy link
Owner

Hey @narayan954 according to me we should add context provider to main otherwise we would also need to pass state i.e. rowMode and setRowMode to main and then, the main file will also become cluttered like App.jsx
I have done some changes and used context in Navbar. Please review them.

yeah ,seems right! will review and merge asap

Copy link
Owner

@narayan954 narayan954 left a comment

Choose a reason for hiding this comment

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

looks good to me!

@narayan954 narayan954 merged commit b9bb054 into narayan954:master Jun 21, 2023
4 checks passed
@Palakkgoyal Palakkgoyal deleted the threeColumnLayout branch June 21, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Favourites Page is not showing multi column layout
2 participants