From 64ed2ff53a4ba61a062bd11c0e882fdb223d80dd Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Sat, 21 May 2022 01:10:45 +0200 Subject: [PATCH] Right Limit & Direct Open --- code/modules/tgui/modules/admin/player_notes.dm | 2 +- tgui/packages/tgui/interfaces/PlayerNotes.js | 12 +++++------- tgui/public/tgui.bundle.js | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/code/modules/tgui/modules/admin/player_notes.dm b/code/modules/tgui/modules/admin/player_notes.dm index f92b11d3eca..492cc5288bb 100644 --- a/code/modules/tgui/modules/admin/player_notes.dm +++ b/code/modules/tgui/modules/admin/player_notes.dm @@ -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" diff --git a/tgui/packages/tgui/interfaces/PlayerNotes.js b/tgui/packages/tgui/interfaces/PlayerNotes.js index aac9c159f76..68be93e5180 100644 --- a/tgui/packages/tgui/interfaces/PlayerNotes.js +++ b/tgui/packages/tgui/interfaces/PlayerNotes.js @@ -35,13 +35,11 @@ export const PlayerNotes = (props, context) => { Open Legacy UI - - + act('show_player_info', { + name: value, + })} />