mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Right Limit & Direct Open
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#define PLAYER_NOTES_ENTRIES_PER_PAGE 2
|
||||
#define PLAYER_NOTES_ENTRIES_PER_PAGE 50
|
||||
|
||||
/datum/tgui_module/player_notes
|
||||
name = "Player Notes"
|
||||
|
||||
@@ -35,13 +35,11 @@ export const PlayerNotes = (props, context) => {
|
||||
Open Legacy UI
|
||||
</Button>
|
||||
<Divider />
|
||||
<Input key="Input_Manual" placeholder="CKEY to Open" />
|
||||
<Button
|
||||
onClick={() => act("show_player_info_manual", {
|
||||
name: Input_Manual.value,
|
||||
})}>
|
||||
Open Notes
|
||||
</Button>
|
||||
<Button.Input
|
||||
content="CKEY to Open"
|
||||
onCommit={(e, value) => act('show_player_info', {
|
||||
name: value,
|
||||
})} />
|
||||
<Divider vertical />
|
||||
<Button
|
||||
color="green"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user