From 023f5367d4a4e4e2f4acb8d4ea101ddba399ab07 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Thu, 24 Jul 2025 00:38:18 -0700 Subject: [PATCH] [MIRROR] prettier all part two (#11229) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- .prettierignore | 1 - html/create_object.html | 237 ++++++++++-------- .../VorePanelExportBellyString.tsx | 2 +- 3 files changed, 130 insertions(+), 110 deletions(-) diff --git a/.prettierignore b/.prettierignore index 5e6414db00..bfb94bab39 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,7 +8,6 @@ juke **/dist **/node_modules html/templates -html/create_object.html # File names / types *.min.* diff --git a/html/create_object.html b/html/create_object.html index c9b8b091b3..f202ea9983 100644 --- a/html/create_object.html +++ b/html/create_object.html @@ -1,129 +1,150 @@ + + Create Object + + - h1, h2, h3, h4, h5, h6 - { - color: #00f; - font-family: Georgia, Arial, sans-serif; - } - img { - border: 0px; - } - p.lic { - font-size: 6pt; - } - - + +
+ + /* hreftokenfield */ + - - - - /* hreftokenfield */ - + Type + +
+ Offset: + - Type
- Offset: + A R +
- A - R
+ Number: + + Dir: + + Name: +
+ Where: + +

+ Number of matches: +
+

- Number: - Dir: - Name:
- Where: - -

- Number of matches:
-

+
+ +
-
- -
+
+ +
-
- - + - + function submitFirst(event) { + if (!object_list.options.length) { + return false; + } + if (event.keyCode == 13 || event.which == 13) { + object_list.options[0].selected = "true"; + } + } + + diff --git a/tgui/packages/tgui/interfaces/VorePanelExport/VorePanelExportBellyString.tsx b/tgui/packages/tgui/interfaces/VorePanelExport/VorePanelExportBellyString.tsx index 48b0cdee22..64011085ea 100644 --- a/tgui/packages/tgui/interfaces/VorePanelExport/VorePanelExportBellyString.tsx +++ b/tgui/packages/tgui/interfaces/VorePanelExport/VorePanelExportBellyString.tsx @@ -1079,4 +1079,4 @@ export const generateBellyString = (belly: Belly, index: number) => { result += ''; return result; -}; \ No newline at end of file +};