Document CSS-only features#9283
Merged
Merged
Conversation
4 tasks
…gh-feature-descriptions Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/bba62c9f-4d5c-4274-a4b5-a3c20f204937 Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add comments and test URLs to global CSS file
Document CSS-only features in readme and add validateReadme check
Apr 26, 2026
Member
|
Why not make them regular disableable features instead? |
Member
|
Unnecessary overhead for things that shouldn't really need to be disabled. Like If a feature is controversial we make it disableable, otherwise we don't |
fregante
requested changes
Apr 30, 2026
…ons, rename center-reactions-popup Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/9893b827-4158-4b08-bfc8-3be7d67437ad Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Member
|
@copilot resolve conflicts, |
Contributor
Author
eb65da6 to
44ca765
Compare
fregante
reviewed
Apr 30, 2026
| css: existsSync(`source/features/${simpleId}.css`) || undefined, | ||
| css: hasCss || undefined, | ||
| // `undefined` hides the key for features that have a .tsx file | ||
| cssOnly: (hasCss && !hasTsx) || undefined, |
Member
There was a problem hiding this comment.
This could have used css: true | "only" | undefined as the type, to drop the dedicated cssOnly key :(
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.
.