-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Update form bottom button bar appearance #6295
Merged
timja
merged 25 commits into
jenkinsci:master
from
janfaracik:update-forms-1.6-new-bottom-bar
Feb 24, 2022
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
01c6de0
Squashed commit of the following:
janfaracik 61c6b4e
Undo form changes
janfaracik 7532463
Delete checkboxes.jelly
janfaracik cd67881
Move draggable card to
janfaracik ead06c8
Update toggle-switch.less
janfaracik c4bd3ae
Update style.less
janfaracik 366bc77
Update layout.less
janfaracik de79fde
Update colours, add variables
janfaracik b904987
Update codemirror.less
janfaracik c1c25f0
Fix log recorder
janfaracik d42d67b
Update style.less
janfaracik 65ae954
Update style.less
janfaracik 7304741
Add files from future pr
janfaracik 682922d
Update bottomButtonBar.jelly
janfaracik 12db36b
Update style.less
janfaracik 6f2c0e4
Update style.less
janfaracik 32e6cc6
Update hudson-behavior.js
janfaracik fd7f6aa
Add form class, fix table width
janfaracik 02970f5
Merge branch 'master' into update-forms-1.6-new-bottom-bar
janfaracik d33d824
Merge branch 'master' into update-forms-1.6-new-bottom-bar
janfaracik 6c68564
Merge branch 'master' into update-forms-1.6-new-bottom-bar
janfaracik 08ccf7a
Update layout.less
janfaracik 990dd0f
Merge branch 'master' into update-forms-1.6-new-bottom-bar
janfaracik b3a5742
Fix table positioning on job page
janfaracik f371e20
Fix table tooltip in Chrome
janfaracik 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 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 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 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 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 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 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 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 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 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 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 |
---|---|---|
|
@@ -72,7 +72,7 @@ | |
} | ||
|
||
&--monospace { | ||
font-family: monospace; | ||
font-family: var(--font-family-mono); | ||
} | ||
} | ||
|
||
|
This file contains 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 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 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
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.
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.
What happens to forms in plugins that do not have this
class
?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.
The bottom bar fills the width of the page rather than ends at the width of the form, so nothing major just the shadow is wider than it should be.
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.
Why isn't every
f:form
ajenkins-form
? Why does this need to be copied & pasted into everyf:form
?