File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
app/components/public/stream Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- <div class =" ui chat-stream-side-panel-button right" >
2
- <i class =" rocketchat large icon p-4 chat-panel-icon" {{ on " click" @showChatPanel }} role =" button" ></i >
3
- </div >
4
1
{{ #if @shown }}
5
2
<div class =" d-flex chat-side-panel" style =" flex-direction: column-reverse" {{ did-insert this.setup }} >
6
3
<div class =" ml-4" >
Original file line number Diff line number Diff line change 1
1
<button {{ did-insert this.setup }} class =" ui icon button stream-side-panel-button" {{ action (mut this.shown ) true }} >
2
2
<i class =" angle right icon" ></i >
3
3
</button >
4
+ {{ #if this.showChat }}
5
+ <div class =" ui chat-stream-side-panel-button right" >
6
+ <i class =" rocketchat large icon p-4 chat-panel-icon" {{ on " click" @showChatPanel }} role =" button" ></i >
7
+ </div >
8
+ {{ /if }}
4
9
{{ #if this.shown }}
5
10
<div class =" d-flex flex-column stream-side-panel" >
6
11
<div class =" ui header inverted ml-4 mt-4" >
You can’t perform that action at this time.
0 commit comments