-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Improve UI on mobile #19546
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
Merged
Merged
Improve UI on mobile #19546
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8ef16c7
Don't apply wrap around submit buttons on review form
a8306a3
Don't allow the issue view headers to stack.
5689d9f
Have nice issue/pulls list headers
bed6577
Don't overflow on notification table
0ead559
Fix repo buttons overflowing
e7876e2
Properly show tables on mobile
e78db22
Properly show table on user accounts
a4ed98b
Properly show all tables on admin for mobile
330afac
Fix cron/notice tables on admin
cf4137c
Merge branch 'main' into fix-review-form
81f6687
Merge branch 'main' into fix-review-form
b9e8fa5
More width on viewing comments
f617514
Fix linting
00839b2
Fix other avatars
bd530af
Merge branch 'main' into fix-review-form
920b683
Don't error when branch's commit doesn't exist (#19547)
7834260
Fix Pull Request comment filename word breaks (#19535)
parnic 6d0240b
Permalink files In PR diff (#19534)
KN4CK3R 7bcee58
Add API to query collaborators permission for a repository (#18761)
flozzone a0c79fb
Mute link in diff header (#19556)
silverwind 0f9f73d
Respect DefaultUserIsRestricted system default when creating new user…
jpraet a257cd4
[skip ci] Updated translations via Crowdin
GiteaBot 9a4deff
fix #19545 (#19563)
6543 577710c
Added X-Mailer header to outgoing emails (#19562)
TitaniumHocker 9da61e3
Use middleware to open gitRepo (#19559)
6543 9d0048f
Add comments for display: none
e413709
Revert broken commits
fd7ffb4
Merge branch 'main' into fix-review-form
24d4f36
Add Poster check
71fa53e
Fix idents
59183d3
Merge branch 'main' into fix-review-form
8e4fc27
Update comment
b7afee9
Merge branch 'main' into fix-review-form
d3d0cab
Merge branch 'main' into fix-review-form
6543 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,3 +175,7 @@ | |
max-width: 60px; | ||
} | ||
} | ||
|
||
#notification_div .tab.segment { | ||
overflow-x: scroll; | ||
} |
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.
Uh oh!
There was an error while loading. Please reload this page.