table-input collapsible-content-button - Disable on mobile#9379
Merged
fregante merged 4 commits intoMay 8, 2026
Merged
Conversation
table-input - Disable on small screens
table-input - Disable on small screenstable-input - Disable on small screens due to bug
Member
|
Please do the same for |
table-input - Disable on small screens due to bugtable-input collapsible-content-button - Disable on mobile
Contributor
Author
|
Done in 7e8af40. I added the same small-screen feature gate to |
fregante
approved these changes
May 7, 2026
Member
fregante
left a comment
There was a problem hiding this comment.
Good enough for me. Technically the same issue applies to small viewports on large screens, but they do have the option to make the viewport bigger and fix the issue.
It's not clear if the responsiveness of the component is restored if we drop the elements under a certain viewport width.
Member
|
I suggest marking this as a workaround and adding a TODO to remove it once the issue is properly fixed |
Member
fregante
approved these changes
May 8, 2026
fregante
added a commit
that referenced
this pull request
May 10, 2026
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.

part of #9358
Test URLs
https://github.com/refined-github/refined-github/issues/new?template=1_bug_report.yml&title=%60table-input%60%3A+&labels=bug%2C+help+wanted
Screenshot
Not captured; local verification was static because this change disables
table-inputandcollapsible-content-buttonon small screens through the existingisSmallDevicefeature gate.Verification
npm run build:typescriptnpx eslint source/features/table-input.tsx source/features/collapsible-content-button.tsx --quietgit diff --check