Skip to content

Commit

Permalink
Add current status in navbar
Browse files Browse the repository at this point in the history
This ports the code to vue and if the user_status app is disabled this
goes back to the previous behavior.

The Avatar vue components detects changes of the status automatically.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan committed Oct 13, 2021
1 parent b585cf1 commit c896ddc
Show file tree
Hide file tree
Showing 12 changed files with 410 additions and 150 deletions.
128 changes: 64 additions & 64 deletions apps/user_status/js/dashboard.js
2 changes: 1 addition & 1 deletion apps/user_status/js/dashboard.js.map
237 changes: 224 additions & 13 deletions apps/user_status/js/user-status-menu.js
2 changes: 1 addition & 1 deletion apps/user_status/js/user-status-menu.js.map
4 changes: 2 additions & 2 deletions apps/user_status/js/user-status-modal.js
2 changes: 1 addition & 1 deletion apps/user_status/js/user-status-modal.js.map
81 changes: 21 additions & 60 deletions apps/user_status/js/vendors-user-status-modal.js
2 changes: 1 addition & 1 deletion apps/user_status/js/vendors-user-status-modal.js.map
39 changes: 39 additions & 0 deletions apps/user_status/src/UserStatusNavbarApp.vue
16 changes: 16 additions & 0 deletions apps/user_status/src/main-user-status-menu.js
38 changes: 31 additions & 7 deletions core/templates/layout.user.php
9 changes: 9 additions & 0 deletions lib/private/TemplateLayout.php

0 comments on commit c896ddc

Please sign in to comment.