-
Notifications
You must be signed in to change notification settings - Fork 110
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
Folder view matches look of job view #424
base: master
Are you sure you want to change the base?
Folder view matches look of job view #424
Conversation
Maybe someone from @jenkinsci/sig-ux could also provide feedback |
The ideal would be to reuse core and use that instead so that changes automatically get adapted. If its possible to adapt here / core / both that would be the best solution. If its not then what you've done here looks good UX wise (I've not tested it manually). The main changes I saw were:
|
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 has removed the system message from folders. (not tested anything else)
src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/view-index-top.jelly
Outdated
Show resolved
Hide resolved
You mean a folder has a description and a view can also have one, so when using a view for the folder you have potentially 2 conflicting descriptions? |
As I understand it the I agree, introducing regressions is not my intent, therefor I left it as-is. |
I see it in the folder page.
👍
from |
Well, now that's embarassing - sorry for the confusion 🤭 |
Restored the original description beavior in 1a781ba - edited the PR description. |
@strangelookingnerd is this complete from your point of view before i merge? |
Yes, thanks for taking care of it 👍🏼 |
1a781ba
to
cc39f66
Compare
Comparing the view of a folder vs. job I noticed some minor differences this PR aims to fix by adapting the definitions in
AbstractFolder/view-index-top.jelly
to the core.Most notable changes:
See the following screenshots for comparissions:
Before
After
One thing that gave me a hard time is the
description
- there seem to be multiple of those for the folder and the views? Is that intented? I will need some clarification on this before merging to not introduce regressions.Proposed changelog entries
Submitter checklist
* Use the
Internal:
prefix if the change has no user-visible impact (API, test frameworks, etc.)