Merge remote-tracking branch 'upstream/feature/mobile-improvements-3' into shigusegubu
* upstream/feature/mobile-improvements-3: add gesture to close notifications drawer make notifications close on navigation make mobile notifs drawer more like an actual drawer, make mobile nav buttons bigger to press, fix alert dot remove notifications from sidebar, make notifications appear on login only make nav bar slide, move mobile post status to mobile nav more work with notifications drawer start working on one tap notifications
This commit is contained in:
commit
ea9adb3c16
24 changed files with 284 additions and 77 deletions
|
|
@ -7,6 +7,9 @@ import {
|
|||
} from '../../services/notification_utils/notification_utils.js'
|
||||
|
||||
const Notifications = {
|
||||
props: [
|
||||
'noHeading'
|
||||
],
|
||||
created () {
|
||||
const store = this.$store
|
||||
const credentials = store.state.users.currentUser.credentials
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="notifications">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<div v-if="!noHeading" class="panel-heading">
|
||||
<div class="title">
|
||||
{{$t('notifications.notifications')}}
|
||||
<span class="badge badge-notification unseen-count" v-if="unseenCount">{{unseenCount}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue