-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Dont show expansion for empty actions steps #29977
Conversation
There are likely more statuses that should not be expandable, but I need some help to know which ones out of these have no output and should therefor not be expandable:
Maybe @wolfogre would know. |
I made it now like below, I think it's likely correct, but confirmation would still be great. I'm especially uncertain about
|
I believe it's entirely correct. There absolutely cannot be any logs for statuses |
* origin/main: Dont show expansion for empty actions steps (go-gitea#29977) Remove fomantic header module (go-gitea#30033)
* origin/main: Dont show expansion for empty actions steps (go-gitea#29977) Remove fomantic header module (go-gitea#30033)
Fix mistake from #29977 where the click handler wasn't updated for the change with the `isExpandable` function.
Fix mistake from go-gitea/gitea#29977 where the click handler wasn't updated for the change with the `isExpandable` function. (cherry picked from commit 57539bcdc024110c890320e3e785bf3d6ad6df55)
This hides the chevron icon and makes the step header unclickable for skipped steps because there is no content to expand on those.
Before:
After: