You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: popup.html
+41-37Lines changed: 41 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -120,46 +120,50 @@ <h2>Profile</h2>
120
120
<!-- Button Configuration via button cards (buttons have their UI - each on card that is added dynamically) -->
121
121
<sectionclass="section">
122
122
<h2>Button Configuration</h2>
123
-
<divclass="row">
124
-
<input
125
-
type="text"
126
-
id="buttonIcon"
127
-
placeholder="✨"
128
-
class="emoji-input"
129
-
title="Button icon that will be clickable in the chat interface, or you may have text here or multiple emojis. (Emoji menu Win+. Or you may ask AI for them and copy)"
130
-
aria-label="Button icon"
131
-
/>
123
+
<divclass="add-button-group">
124
+
<divclass="row">
125
+
<input
126
+
type="text"
127
+
id="buttonIcon"
128
+
placeholder="✨"
129
+
class="emoji-input"
130
+
title="Button icon that will be clickable in the chat interface, or you may have text here or multiple emojis. (Emoji menu Win+. Or you may ask AI for them and copy)"
131
+
aria-label="Button icon"
132
+
/>
132
133
133
-
<textarea
134
-
id="buttonText"
135
-
placeholder="Button Template Text To be Inserted"
136
-
class="text-input"
137
-
rows="1"
138
-
title="This will be inserting text into the chat input when the button is clicked, into textbox after your text"
139
-
aria-label="Button template text"
140
-
></textarea>
141
-
<label
142
-
class="checkbox-row"
143
-
for="buttonAutoSendToggle"
144
-
title="If checked, clicking the new button will automatically send the prompt. This setting can be overridden by the global auto-send toggle below."
0 commit comments