Clearing logs is now a confirm button (#95228)

## About The Pull Request

you gotta double click to clear logs on the monitor.

## Why It's Good For The Game

one click away from total disaster is bad UI

## Changelog

🆑
qol: You now need to click twice on the telecomms monitor console to
wipe logs.
/🆑
This commit is contained in:
John Willard
2026-02-22 09:47:03 -05:00
committed by GitHub
parent bc3354f85d
commit d1ea58cd9f
@@ -229,7 +229,7 @@ const MainScreenAuth = (props: AuthScreenProps) => {
</Table.Row>
<Table.Row>
<Table.Cell>
<Button
<Button.Confirm
content={'Clear Message Logs'}
onClick={() => act('clear_message_logs')}
/>
@@ -238,7 +238,7 @@ const MainScreenAuth = (props: AuthScreenProps) => {
</Table.Row>
<Table.Row>
<Table.Cell>
<Button
<Button.Confirm
content={'Clear Request Console Logs'}
onClick={() => act('clear_request_logs')}
/>