Draft
Conversation
di
approved these changes
Sep 3, 2025
| <div class="space-y-4"> | ||
| <div class="bg-gradient-to-r from-python-blue to-python-blue-dark text-white rounded-lg p-6 shadow-lg"> | ||
| <h2 class="text-2xl font-bold mb-2">Package Artifacts</h2> | ||
| <p class="opacity-90">Available files for download</p> |
Member
There was a problem hiding this comment.
Suggested change
| <p class="opacity-90">Available files for download</p> | |
| <p class="opacity-90">Available files for inspection</p> |
Comment on lines
+12
to
+21
| {% for link in links %} | ||
| <li class="flex items-center p-3 hover:bg-gray-50 rounded-lg transition-colors duration-150"> | ||
| <svg class="w-5 h-5 text-python-blue mr-3 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"> | ||
| <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z"></path> | ||
| </svg> | ||
| <a href="{{ link }}" class="text-python-blue hover:text-python-blue-dark font-mono text-sm transition-colors duration-200 break-all"> | ||
| {{ link|unquote }} | ||
| </a> | ||
| </li> | ||
| {% endfor %} |
Member
There was a problem hiding this comment.
Can we reduce the amount of whitespace between elements here?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes fancy UI