-
Notifications
You must be signed in to change notification settings - Fork 250
Use card layout for credentials tables #984
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
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4c5b9ca
Use card layout for credentials tables
timja d04b667
Refine card UI
janfaracik af8b1e0
Adjust colors + padding
janfaracik 84a38e1
Update domain items
janfaracik b54d2c9
Add Configure button
janfaracik 221cd44
Add credential count
janfaracik d348efb
Start migrating home page
janfaracik ff3c9a6
WIP homepage cards
janfaracik 291f7c7
Update credentials.css
janfaracik 8dc4e38
Fixes
janfaracik d883f31
Refine further
janfaracik 068dcb7
Update credentials.css
janfaracik da86efb
Add missing check
timja 468a242
Remove no longer needed brackets
timja be99fc9
Fix non editable stores showing actions
timja e78f847
Add empty state support
timja fe5718b
Remove unneeded brackets around description
timja 451d6ae
Drop the .
janfaracik 17bdf0f
Switch to adjunct for settings-subpage compat
timja 73c94f1
Fix text wrap, fix icon shrinking + alignment
janfaracik 275d125
Fix description wrap
janfaracik 9753ab3
Pull out Stores into own Jelly file
janfaracik 1113246
Use symbol-business-outline plugin-ionicons-api
janfaracik 2250dba
Fix page description spacing
janfaracik ad653e4
Use dialog for deleting domains
janfaracik a9b60f1
Use dialog for deleting credentials
janfaracik aaff327
Update index.jelly
janfaracik 8604f37
Fix ATH
timja 80f5dbe
Use different icon for globals
janfaracik 0781ef4
Use user avatar for user stores - happy to revert if not right approach
janfaracik c19f8c2
Update CredentialsStore.java
janfaracik c3818b6
Don't need to export iconClassName
timja 362ecf0
Increase baseline for jenkins-badge
timja 0e3a77f
Adjust junit5 import from not up-to date branch
timja 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
Some comments aren't visible on the classic Files Changed page.
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
Oops, something went wrong.
Oops, something went wrong.
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.
This broke several
CredentialsStoreimplementations in CloudBees CI which were implementingIconSpec(and thus defining their owngetIconClassNamemethods). Is there a recommended migration?