Add undo button to notification when marking a task as done
This commit is contained in:
parent
a4acfb5ef2
commit
5972476735
6 changed files with 92 additions and 34 deletions
|
|
@ -184,7 +184,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<notifications position="bottom left"/>
|
||||
<notification/>
|
||||
</div>
|
||||
<div class="app offline" v-else>
|
||||
<div class="offline-message">
|
||||
|
|
@ -203,10 +203,11 @@
|
|||
import authTypes from './models/authTypes'
|
||||
|
||||
import swEvents from './ServiceWorker/events'
|
||||
import Notification from "./components/global/notification";
|
||||
|
||||
export default {
|
||||
name: 'app',
|
||||
|
||||
components: {Notification},
|
||||
data() {
|
||||
return {
|
||||
user: auth.user,
|
||||
|
|
|
|||
Reference in a new issue