-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes interview panel [NO GBP] [MDB IGNORE] (#25689) (#1178)
* Fixes interview panel [NO GBP] (#80395) ## About The Pull Request This was a problematic UI based on how React handles onChange compared to Inferno, our previous. It was extra laggy after the switch, sending data on every key. When I had changed it to not send on keystroke, it wasn't super obvious that you must press "enter". I've tried to make this more obvious, and it now also safeguards against incomplete forms. This should resolve the issue, but not a screen I can test locally 100%. <details> <summary>Pictures</summary> ![image](https://github.com/tgstation/tgstation/assets/42397676/3f06e0ab-3a58-4d03-b3c4-fdd809937bfc) </details> ## Why It's Good For The Game Bug fix fixes #80378 ## Changelog :cl: fix: Interview UI should now be more obvious how it works: You must press "enter" or save the answer. /:cl: * Fixes interview panel [NO GBP] --------- Co-authored-by: SkyratBot <[email protected]> Co-authored-by: Jeremiah <[email protected]>
- Loading branch information
1 parent
12815ad
commit ff167f4
Showing
1 changed file
with
97 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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