Skip to content

Commit c5b85f2

Browse files
committed
fix: simplify actions visibility in Communications component
- The icons weren't showing in mobile, now they are always visible (both for pc and mobile);
1 parent 6ffe768 commit c5b85f2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

frontend/src/components/Communications.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,7 @@
252252
</div>
253253

254254
<!-- Actions -->
255-
<div
256-
:class="[
257-
'mt-1 transition-opacity',
258-
editingThreadId === thread.id
259-
? 'opacity-100'
260-
: 'opacity-0 group-hover/message:opacity-100',
261-
]"
262-
>
255+
<div :class="['mt-1 transition-opacity opacity-100']">
263256
<button
264257
class="p-1 rounded focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-black/10 text-muted-foreground hover:opacity-80"
265258
title="Edit"

0 commit comments

Comments
 (0)