Conversation
tags-on-commits-list - Refactortags-on-commits-list - Improve code and update style
This reverts commit e446b4c.
tags-on-commits-list - Improve code and update styletags-on-commits-list - Improve code and visibility
fregante
commented
Aug 6, 2026
| @@ -1,166 +1,106 @@ | |||
| import React from 'dom-chef'; | |||
| import {$, $$, $$optional} from 'select-dom'; | |||
| import cache from 'webext-storage-cache/legacy.js'; | |||
Member
Author
There was a problem hiding this comment.
No more caching, it made little sense as it took a lot of caching space only to be unused after a single new commit. Unblocks #9875
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.
Thank god. I always hated this feature. A few rounds of Claude and maybe we got something cleaner.
Test URLs
https://github.com/refined-github/refined-github/commits/19.5.21.1921
Screenshot
I also added a tag icon like
mark-merge-commits-in-listdoes to make it more visible, even if it kinda looks duplicated now:I had tried to match the new tag style but it ended up looking worse I think