-
Notifications
You must be signed in to change notification settings - Fork 8
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
WebUI stash list now shows diff for selected stash item #422
Conversation
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.
Please clean up the code and add CHANGELOG.md. This also picked up changes from another PR which isn't the end of the world.
if (currentCommit == entry.commit) { | ||
// We already display the right data. No need to update. | ||
return; | ||
// if (currentCommit == entry.commit) { |
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.
Remove dead code, don't just comment it out!
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.
Still relevant
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.
This is in the release file. I just didn't recompile after removing the dead code. Is that fine?
Ah I must have accidentally made this branch from another branch to fix a different issue instead of from main |
Fixes #265