Skip to content

Commit

Permalink
Removed emoji from thread replies
Browse files Browse the repository at this point in the history
  • Loading branch information
dpigera committed Jan 7, 2025
1 parent 55f118f commit 00b432d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/templates/dashboard.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -365,22 +365,22 @@

<div class="flex justify-between mt-2">
<div class="relative">
<button
{{!-- <button
class="p-2 text-gray-500 hover:text-gray-700 hover:bg-gray-100 rounded-lg"
title="Add emoji"
{{on "click" (fn (mut this.isEmojiPickerVisible) (not this.isEmojiPickerVisible))}}
>
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</button>
</button> --}}

{{#if this.isEmojiPickerVisible}}
{{!-- {{#if this.isEmojiPickerVisible}}
<EmojiPicker
@onSelect={{this.addEmojiToReply}}
@onClose={{fn (mut this.isEmojiPickerVisible) false}}
/>
{{/if}}
{{/if}} --}}
</div>

<button
Expand Down

0 comments on commit 00b432d

Please sign in to comment.