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

WebUI stash list now shows diff for selected stash item #422

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

isc-hwojnick
Copy link
Contributor

Fixes #265

Copy link
Collaborator

@isc-tleavitt isc-tleavitt left a 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) {
Copy link
Collaborator

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!

Copy link
Collaborator

Choose a reason for hiding this comment

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

Still relevant

Copy link
Contributor Author

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?

@isc-hwojnick
Copy link
Contributor Author

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.

Ah I must have accidentally made this branch from another branch to fix a different issue instead of from main

@isc-tleavitt isc-tleavitt merged commit b398d5d into main Jul 12, 2024
2 checks passed
@isc-tleavitt isc-tleavitt deleted the fix-stash-view-diff branch July 12, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebGUI: the differance for stashed changes not displayed
2 participants