-
Notifications
You must be signed in to change notification settings - Fork 6
fix: improve image preview functionality and hover behavior #39
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
base: develop
Are you sure you want to change the base?
Conversation
Hey thanks for the PR, you were fast ! 😎 👍 I've not tested it yet, but would please see my observations. |
static/js/toh_main.js
Outdated
const offset = $link.offset(); | ||
const linkWidth = $link.outerWidth(); | ||
const linkHeight = $link.outerHeight(); | ||
const containerWidth = $container.outerWidth(); | ||
const containerHeight = $container.outerHeight(); | ||
const windowWidth = $(window).width(); | ||
const windowHeight = $(window).height(); | ||
const scrollTop = $(window).scrollTop(); | ||
|
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.
I believe these changes, including the indentation adjustments, may not be necessary in the context of the issue.
Hello @soif , the requested changes were fixed you might proceed with reviewing the PR. Thanks |
@iAmNsengi Thank you for the PR. Unfortunately, OpenWrt team has recently changed something on their site that now prevents remote image loading. So i can not review this PR at this time, until they will fix it (see #41). |
Description :
closes #35