Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
0afccb5d
Unverified
Commit
0afccb5d
authored
4 years ago
by
Julius Härtl
Committed by
Joas Schilling
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Show icon only with dnd status in the message
Signed-off-by:
Julius Härtl
<
jus@bitgrid.net
>
parent
0de44a80
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/user_status/src/views/Dashboard.vue
+1
-1
1 addition, 1 deletion
apps/user_status/src/views/Dashboard.vue
with
1 addition
and
1 deletion
apps/user_status/src/views/Dashboard.vue
+
1
−
1
View file @
0afccb5d
...
@@ -57,7 +57,7 @@ export default {
...
@@ -57,7 +57,7 @@ export default {
return
this
.
statuses
.
map
((
item
)
=>
{
return
this
.
statuses
.
map
((
item
)
=>
{
const
icon
=
item
.
icon
||
''
const
icon
=
item
.
icon
||
''
const
message
=
item
.
message
||
''
const
message
=
item
.
message
||
''
const
status
=
`
${
icon
}
${
message
}
`
const
status
=
item
.
status
===
'
dnd
'
?
`
${
icon
}
${
message
}
`
:
message
let
subText
let
subText
if
(
item
.
icon
===
null
&&
item
.
message
===
null
&&
item
.
timestamp
===
null
)
{
if
(
item
.
icon
===
null
&&
item
.
message
===
null
&&
item
.
timestamp
===
null
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment