summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/NotificationsAlerts.vue
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-7/+9
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [documentation] Add faq pages & add webapp tutorial classes for the home moduleJannik Schönartz2019-05-151-1/+1
|
* [webapp/alerts] Fix: Notification didn't fill the whole container when ↵Jannik Schönartz2019-03-261-4/+0Star
| | | | having a short msg
* [webapp/alerts] Remove unnecessary code which produced vue warningsJannik Schönartz2019-02-231-2/+1Star
|
* [webapp/alerts] Fix position to be attached to the topbar & fix overflowJannik Schönartz2019-02-231-2/+8
|
* [webapp+server] Add first implementation of a websocket to alert webclients ↵Udo Walter2018-11-261-11/+26
| | | | | | of events and to synchronize notification across multiple webapp instances of the same user
* [webapp] small bugfixUdo Walter2018-11-241-1/+1
|
* [webapp] Add notification systemUdo Walter2018-11-241-0/+132
Components can call this. and this. to display notifications