These changes provide some visibility into the repo requests in the web ui.
Fixes https://pagure.io/koji/issue/4289
This symbol raises for me: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1500
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1500
does adding #encoding UTF-8 to reporequests.chtml help?
#encoding UTF-8
yes, that's enough
1 new commit added
add explicit encoding
updated.
I'm still debating the right way to mark the "add tag to query" link. Open to suggestions.
Maybe just adding some descriptive title like <a href="..." title="Filter by tag"/>?
<a href="..." title="Filter by tag"/>
add link title
Ah good idea.
But is the ↻ symbol ok? Any better ideas?
Hmm, not many - 🔎 ?
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
rebased onto 8e5509845872d92de8ea3f643882a65d39b05a07
2 new commits added
adjust icon size
Use funnel icon for links to add query filters
@cobrien pointed out that the filter or funnel icon is intended for this. There isn't a standard unicode character for it, so I used an svg icon
Metadata Update from @tkopecek: - Pull-request untagged with: testing-ready - Pull-request tagged with: testing-custom
temporary untaged because of conflict in testing
Metadata Update from @mfilip: - Pull-request untagged with: testing-custom
Expecting to port this change to jinja2 once #4346 is merged
jinja2 version in progress -- https://pagure.io/koji/pull-request/4387
Pull-Request has been closed by mikem
These changes provide some visibility into the repo requests in the web ui.
Fixes https://pagure.io/koji/issue/4289