Fix: Taskbar UI improvements and window handling logicFix taskbar UI issues and improve button handling#9
Open
ShrutiiShinde05 wants to merge 1 commit into
Conversation
Author
|
Implemented and tested locally. Open to feedback or further improvements. Thanks! |
nihalawasthi
requested changes
May 17, 2026
Owner
nihalawasthi
left a comment
There was a problem hiding this comment.
Check the commit again I think the changes are not pushed, I can't see any changes on my end of the PR
|
Hey @ShrutiiShinde05! Saw your work on GSSoC 2026. We are building TermUI, a TypeScript terminal UI framework with React-style hooks and JSX, rendered entirely in the terminal. We have 67 unassigned GSSoC issues open. 19 are marked Karanjot, TermUI maintainer |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
What changed:
Fixed and improved Taskbar component UI behavior including button rendering, minimized window handling, and global window reference usage.
Why it changed:
To ensure correct taskbar interaction, proper window restore behavior, and to remove incorrect or inconsistent global references that were causing UI issues.
Linked issue(s):
UI improvement / Taskbar behavior fix (if applicable)
Validation
npm run lintnpm run format:checknpm run testnpm run buildReviewer Notes
Risk areas:
Taskbar global state handling (window open/restore logic)
Follow-up work:
Could further improve taskbar performance by reducing frequent state polling (optional optimization)
Screenshots or recordings (for UI changes):
Not added (UI changes are minimal but functional)