mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user