Files
FenodyreeAv 1c6938707c Updates Keycard Authentication Device to TGUI (#22652)
Updates the keycard swipe console to TGUI.

Did this to practice on something simple.
Mostly copied from #20880 

The few things I'm unsure of:
<Button
                 content="Dispense"

Was flagged as depreciated so I changed it to

               <Button
                  color="bad"
                  onClick={() =>
act('select_event', { event: 'Emergency Evacuation' })
                  }
                > 

I relied quite a lot on the autocomplete so hopefully there's no huge
problems.

<img width="633" height="402" alt="image"
src="https://github.com/user-attachments/assets/df8be821-947c-48cc-a289-31b658c967e1"
/>
2026-06-19 17:35:54 +00:00
..