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

refresh redirection dissabled #5126

Merged
merged 12 commits into from Nov 29, 2023
Merged

refresh redirection dissabled #5126

merged 12 commits into from Nov 29, 2023

Conversation

balagowda
Copy link
Contributor

@balagowda balagowda commented Nov 15, 2023

on refresh homepage redirection to integrations section is resolved

This PR fixes #5124

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Signed-off-by: balagowda <balagowda9483@gmail.com>
@l5io
Copy link
Contributor

l5io commented Nov 15, 2023

🚀 Preview for commit a479ebd at: https://6554d23a21c5da1a6c9369a2--layer5.netlify.app

Copy link
Contributor

@abhijeetgauravm abhijeetgauravm 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 @balagowda. Thanks for the contribution!

@@ -40,7 +40,7 @@ const SearchBox = ({
debounceTimeout={500}
onChange={(e) => handleChange(e)}
placeholder="Search..."
autoFocus
// autoFocus
Copy link
Contributor

Choose a reason for hiding this comment

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

One thing to say here though @balagowda, if we comment autoFocus then one inconsistency we can observe here while searching and typing for any particular blog is that typing a word is struggling here a bit. You can compare this with the current state of layer5.io/blog here. Can we do something so that our refresh redirection issue as well as this typing inconsistency both get resolve @balagowda ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll look into this

@l5io
Copy link
Contributor

l5io commented Nov 16, 2023

🚀 Preview for commit ab31d16 at: https://6555975d820c1932ddc43e91--layer5.netlify.app

Signed-off-by: balagowda <balagowda9483@gmail.com>
@l5io
Copy link
Contributor

l5io commented Nov 16, 2023

🚀 Preview for commit e841eb3 at: https://6555c5d16ca7334bedfb775b--layer5.netlify.app

@l5io
Copy link
Contributor

l5io commented Nov 17, 2023

🚀 Preview for commit d761ec6 at: https://6556f89c0140ac54bb502b0e--layer5.netlify.app

@balagowda
Copy link
Contributor Author

@abhijeetgauravm is there anything needs to be change??

@Mohith234
Copy link
Member

@balagowda +1 with @abhijeetgauravm's point. The search bar on the blog page doesn't seem to focus if the search input is cleared. Consider typing a word and clearing it to search for another one, does losing the focus of the search bar and again needing to click the search bar give a good UX?

Thoughts?

@l5io
Copy link
Contributor

l5io commented Nov 17, 2023

🚀 Preview for commit 186679b at: https://65577bbad3a2173538f0e610--layer5.netlify.app

@balagowda
Copy link
Contributor Author

balagowda commented Nov 17, 2023

I hope this resolve the problem @Mohith234 , @abhijeetgauravm

@l5io
Copy link
Contributor

l5io commented Nov 17, 2023

🚀 Preview for commit 49c1aca at: https://65577e8c2dea093593a01f17--layer5.netlify.app

@abhijeetgauravm
Copy link
Contributor

Hey @balagowda Let's discuss this on website call today at 6:30 PM IST / 7 AM Central time. Please add this as an agenda item in the meeting minutes.

@l5io
Copy link
Contributor

l5io commented Nov 20, 2023

🚀 Preview for commit 4ba4926 at: https://655b4a8743f2597b6d55edbf--layer5.netlify.app

@balagowda
Copy link
Contributor Author

is there anything need to be change?? @abhijeetgauravm @Mohith234

@l5io
Copy link
Contributor

l5io commented Nov 21, 2023

🚀 Preview for commit 7fac8e8 at: https://655c99d35df8ab786551e9dc--layer5.netlify.app

@leecalcote leecalcote requested review from AbiodunVlad and removed request for Mohith234 November 21, 2023 22:25
@abhijeetgauravm
Copy link
Contributor

abhijeetgauravm commented Nov 24, 2023

is there anything need to be change?? @abhijeetgauravm @Mohith234

Looks good to me @balagowda Thanks for the contribution! // @Mohith234 @sudhanshutech

@l5io
Copy link
Contributor

l5io commented Nov 25, 2023

🚀 Preview for commit 9e9d766 at: https://6561de00593b11236c9a50ed--layer5.netlify.app

Copy link
Contributor

@iArchitSharma iArchitSharma left a comment

Choose a reason for hiding this comment

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

Good job @balagowda

@l5io
Copy link
Contributor

l5io commented Nov 29, 2023

🚀 Preview for commit 828c788 at: https://6566a44ada425b04f458ea1a--layer5.netlify.app

@l5io
Copy link
Contributor

l5io commented Nov 29, 2023

🚀 Preview for commit 085a305 at: https://6567c7d51eaeb12fade1b8a2--layer5.netlify.app

@leecalcote leecalcote merged commit ce5934b into layer5io:master Nov 29, 2023
3 of 4 checks passed
@leecalcote
Copy link
Member

Thanks for the work that you put into this review, @Mohith234 and @abhijeetgauravm.

Way to stick with it, @balagowda 👍

@balagowda balagowda deleted the refresh branch November 30, 2023 01:28
@AbiodunVlad
Copy link
Contributor

Late reviewer....sorry about that.
I see that the page brings up different hero sections on refresh. If that is the expected result, then it's so good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

On refreshing the layer5.io homepage, its taking us to integrations section
7 participants