Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma-fe
Commits
ef277ae4
Verified
Commit
ef277ae4
authored
Aug 03, 2021
by
Tusooa Zhu
Browse files
Fix mobile shoutbox
parent
425919a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/side_drawer/side_drawer.js
View file @
ef277ae4
...
...
@@ -49,6 +49,7 @@ const SideDrawer = {
currentUser
()
{
return
this
.
$store
.
state
.
users
.
currentUser
},
shout
()
{
return
this
.
$store
.
state
.
shout
.
channel
.
state
===
'
joined
'
},
unseenNotifications
()
{
return
unseenNotificationsFromStore
(
this
.
$store
)
},
...
...
src/components/side_drawer/side_drawer.vue
View file @
ef277ae4
...
...
@@ -106,10 +106,10 @@
</router-link>
</li>
<li
v-if=
"
cha
t"
v-if=
"
shou
t"
@
click=
"toggleDrawer"
>
<router-link
:to=
"
{ name: '
cha
t-panel' }">
<router-link
:to=
"
{ name: '
shou
t-panel' }">
<FAIcon
fixed-width
class=
"fa-scale-110 fa-old-padding"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment