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

Add clickable diffs to recent changes view #215

Merged
merged 4 commits into from
Mar 10, 2024

Conversation

danilax86
Copy link
Contributor

image

@danilax86 danilax86 requested a review from bouncepaw March 10, 2024 09:36
@@ -13,6 +13,24 @@ HyphaeLinksHTML returns a comma-separated list of hyphae that were affected by t
{% endstripspace %}
{% endfunc %}


HyphaeDiffsHTML returns a comma-separated list of diffs links of current revision for every affected file as HTML string.
{% func (rev Revision) HyphaeDiffsHTML() %}
Copy link
Owner

Choose a reason for hiding this comment

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

Снимок экрана 2024-03-10 в 22 23 57

Seen this in action. Works as expected, thank you!

However, I don't like this duplication of the hash. Maybe show it one time only? Something like that maybe:

Снимок экрана 2024-03-10 в 22 25 33

Copy link
Contributor Author

@danilax86 danilax86 Mar 10, 2024

Choose a reason for hiding this comment

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

This variant without parenthesis looks cleaner. Done!

image

@danilax86 danilax86 requested a review from bouncepaw March 10, 2024 19:36
@bouncepaw bouncepaw merged commit afe2f0c into bouncepaw:master Mar 10, 2024
3 checks passed
@danilax86 danilax86 deleted the feature/recent-diff branch April 10, 2024 08:56
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.

2 participants