vue-toast-notification icon indicating copy to clipboard operation
vue-toast-notification copied to clipboard

Enhancements

Open ankurk91 opened this issue 4 years ago • 2 comments

  • [x] pause timer on hover
  • [x] define positions as constants and expose them to consumer
  • [x] rename close() to dismiss() and same goes for onClose prop, [#39]
  • [x] add indefinite option, which will make toast to be visible forever until user click
  • [ ] update a running toast instance
  • [ ] toast id/group to replace existing running toast
  • [ ] check if toast is active by id
  • [ ] allow to set container, default is body
  • [ ] Animations similar to this
  • [ ] slots

ref https://maronato.github.io/vue-toastification/

ankurk91 avatar May 01 '20 08:05 ankurk91

Please add ability to set z-index value

svenez avatar Sep 20 '21 13:09 svenez

You are free to modify the scss

https://github.com/ankurk91/vue-toast-notification/blob/c45ae18257202201b07002292be1ef7f8dae5bf0/src/themes/default/_main.scss#L10

ankurk91 avatar Sep 20 '21 14:09 ankurk91