Compare commits

...

2 Commits

Author SHA1 Message Date
Chuck e90781c435 Missed changing the value in the previous commit 2023-08-04 00:09:16 -07:00
Chuck 4c1a2f819c Add a checkbox in the emoji picker 2023-08-04 00:08:33 -07:00
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
<input type="checkbox" id="emoji-sel-2" value="pat" class="emoji-postfix">
<label class="emoji-option" for="emoji-sel-2">Pat</label>
</div>
<div style="display: inline" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Adds a speechbubble above the emoji">
<input type="checkbox" id="emoji-sel-3" value="talking" class="emoji-postfix">
<label class="emoji-option" for="emoji-sel-3">Talking</label>
</div>
</fieldset>
</div>