-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat(ui): display sha's revision in every history release (#19962) #19963
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: Tchoupinax <[email protected]>
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.
Tested locally, now revision, authored by and GPG sig are visible at all times, so the revisions are searchable at all times without clicking on the show details button.
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.
@Tchoupinax can you just add some screenshots of before and after?
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.
Looks great and is a good feature.
Hello @reggie-k, Could this fix be part of Thanks! |
/cherry-pick release-2.13 |
1 similar comment
/cherry-pick release-2.13 |
Hello,
Following the regression reported by this issue, I made the fix to hide only the params table.
I created a sub component to have the state of the panel (open or closed) isolated for each history.
Closes #19962