-
Notifications
You must be signed in to change notification settings - Fork 345
[PORT] scss cleanup and some chat things #6171
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
Merged
Merged
Conversation
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
This reverts commit 953662f.
This was referenced Apr 2, 2025
Closed
This was referenced Apr 3, 2025
github-merge-queue bot
pushed a commit
to cmss13-devs/cmss13
that referenced
this pull request
Apr 8, 2025
# About the pull request Updates typescript to the latest version 5.8.2 Moves button confirm from the secondary click event to blur for the reset Also porting the scroll node searching from Monkestation/Monkestation2.0#6171 which should add some more reliability if the history was loading too slowly Additionally, porting the removal of all polyfills: tgstation/tgstation#90397 Splitting of tgui html: tgstation/tgstation#90340 Adding the changes to tgui say from tgstation/tgstation#90418 # Explain why it's good for the game # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> Put screenshots and videos here with an empty line between the screenshots and the `<details>` tags. </details> # Changelog :cl: fix: Fix fps / tick config not applying individually ui: Buttons now use blur to reset ui: Fix tgsay not scaling correctly when using small scale option ui: Fix edgecase with chat scrolling sometimes breaking when loading in large chat history code: Bump typescript version for tgui /:cl:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Code: Fix
fix da bug
Code: TGUI
Involves TGUI in some way, shape or form
Process: should testmerge
PR should be testmerged first
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
Ports tgstation/tgstation#90336
Changelog
🆑 Absolucy, Kashargul
fix: confirm buttons on the chat window
fix: scroll tracking failing on large display counts when large messages blocks where received
/:cl: