-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Improve reliability of clean-repo-filelist-actions
#3995
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
Improve reliability of clean-repo-filelist-actions
#3995
Conversation
|
Yup, with this PR, the console error is gone on GHE, and the UI looks like the expected screenshot. |
|
Does this PR intend to fix all open errors for this feature? I think there's more than one mentioned. Also are the previous reviews already followed? I don't see any changes here except meta updates |
Yes
Not all of them, it's a WIP |
|
Setting the tooltip classes on the |
yakov116
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a migration
Co-authored-by: yakov116 <16872793+yakov116@users.noreply.github.com>
`observe` won't throw in this case
|
I committed the rename separately so that the file can be followed as a "rename" on GitHub’s history |
readme.md
Outdated
| - [](# "clone-branch") [Clone a branch from the branches list.](https://user-images.githubusercontent.com/16872793/76802029-2a020500-67ad-11ea-95dc-bee1b1352976.png) | ||
| - [](# "fork-source-link-same-view") [Points the “Forked from user/repository” link to current folder or file in the upstream repository.](https://user-images.githubusercontent.com/1402241/84795784-3722d000-aff8-11ea-9b34-97c01acf4fd4.png) | ||
| - [](# "clean-repo-filelist-actions") [Replaces the labels of some simple buttons on repository file lists with icons, making them take less space.](https://user-images.githubusercontent.com/44045911/88551471-7a3f7c80-d055-11ea-82f1-c558b7871824.png) | ||
| - [](# "clean-repo-filelist-actions") [Replaces the labels of some simple buttons on repository filelists with icons, making them take less space.](https://user-images.githubusercontent.com/46634000/108366828-15b65b80-71f9-11eb-880a-5d6b0f0158b4.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleanup-repo-filelist-actionsclean-repo-filelist-actions
|
In this case the "Go to file" button appears everywhere so I'm using it as an anchor for the other 2 buttons, which might not exist. I tested the 4 links and this seems to work |
…ch/refined-github into cleanup-repo-filelist-actions
This reverts commit fb589b5. This isn't just a comment, it describes the feature in a JSDoc comment.
|
Love unmerged PRs reappearing! |



LINKED ISSUES:
Fixes
cleanup-repo-filelist-actions: Cannot read property 'classList' of null #3685Fixes
cleanup-repo-filelist-actions: Cannot read property 'replaceWith' of null #3963TEST URLS:
cleanup-repo-filelist-actions: Cannot read property 'classList' of null #3685)Continuation of #3531.
@orrc could you test this on GHE to see if it fixes #3963?