fix: stat panel flickering, stat panel items not interactable, disposal unit ui fix#256
Open
BartDrown wants to merge 1 commit intoMonkestation:masterfrom
Open
fix: stat panel flickering, stat panel items not interactable, disposal unit ui fix#256BartDrown wants to merge 1 commit intoMonkestation:masterfrom
BartDrown wants to merge 1 commit intoMonkestation:masterfrom
Conversation
Mycah142
approved these changes
Feb 23, 2026
Collaborator
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.
About The Pull Request
This PR addresses #252 issue regarding statpanel flickering and being not interactable
With this change, stat panel (floor clicked with alt) stops rerendering whole DOM in intervals and propagates events through proper refs to the atoms interacted with.
This PR also fixes disposals UI, which after interaction through statpanel, was reopening on its own
Known issues:

Canister is the only thing that I've found that wasn't properly working when interacted via statpanel, but comments dettered me from touching that, as I have no clue if it's still relevant or no:
Fix for that is easy as just adding
..()in the beginning of that function, but I'm leaving that up to you.Why It's Good For The Game
Fixes #252
This PR improves existing component that's currently not working and of course stat panel is really useful for accessing specific things in areas full of other items.
Testing
I guess movie would be more usefull in this case, cause everything looks exactly the same, but it's working, not flickering, you can pickup, pull, examine items etc.
Changelog
🆑
fix: stat panel flickering
fix: stat panel items not interactable
fix: disposal unit ui fix
/:cl: