-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(proxy): simplify URL construction in pagination links (#36) #37
fix(proxy): simplify URL construction in pagination links (#36) #37
Conversation
Hi @pythonbrad, thanks' for your review. I've applied your suggestion and reverted my commit about the helper function. |
Ok good, when I will test it, I will inform you. |
@sikatikenmogne, it's not good to push more than one pr who solve the same issue. |
I know, I just thought it would be better to summarize the changes in this conversation in a one commit pull request instead of a 3 which looks a bit messy, feel free to close the pull request which seems like too much. |
I've closed the PR #38 |
1144d21
to
8394157
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch.
Related Issues
Changes (initial)
removeDomain
to handle URL parsing and remove the domain from the given full URL.constructUrl
helper function to useremoveDomain
for constructing clean URLs.pagination.hbs
template to useremoveDomain
in thehref
attribute of the page links.After review
Preview
2024-08-26-16-59-42.mp4
Tested environments