mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-15 22:42:48 -05:00
[PR #1267] [MERGED] Show/hide button non-functional in stack, sync, and build info views #11711
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/1267
Author: @elemated
Created: 3/25/2026
Status: ✅ Merged
Merged: 4/1/2026
Merged by: @mbecker20
Base:
2.1.0← Head:fix/show-hide-button-noop📝 Commits (1)
d232b76fix: show/hide button non-functional in stack, sync, and build info views📊 Changes
3 files changed (+3 additions, -6 deletions)
View changed files
📝
ui/src/resources/build/info.tsx(+1 -2)📝
ui/src/resources/stack/info.tsx(+1 -2)📝
ui/src/resources/sync/info.tsx(+1 -2)📄 Description
Show/hide button wasn't revealing file contents in Komodo's various info sections. Just added setShow on button click.
Before:
https://github.com/user-attachments/assets/caa15af6-f763-4165-bbde-4e14a15b1dc4
After:
https://github.com/user-attachments/assets/447ef3f6-87d6-4c3a-b20c-286c9205882f
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.