diff --git a/frontend/public/sound/Air-Plane-Ding-SoundBible.com-496729130.mp3 b/frontend/public/sound/Air-Plane-Ding-SoundBible.com-496729130.mp3 new file mode 100644 index 000000000..b08407e03 Binary files /dev/null and b/frontend/public/sound/Air-Plane-Ding-SoundBible.com-496729130.mp3 differ diff --git a/frontend/src/components/SessionLogoutTimeout.vue b/frontend/src/components/SessionLogoutTimeout.vue new file mode 100644 index 000000000..db9378e72 --- /dev/null +++ b/frontend/src/components/SessionLogoutTimeout.vue @@ -0,0 +1,92 @@ + + + + + + {{ $t('session.warningText') }} + + {{ $t('session.lightText') }} + {{ closeTime }} + {{ $t('time.seconds') }} + + + + + + {{ $t('navigation.logout') }} + + + {{ $t('session.extend') }} + + + + + + diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue index a2adb7de6..8e778ab01 100755 --- a/frontend/src/layouts/DashboardLayout.vue +++ b/frontend/src/layouts/DashboardLayout.vue @@ -32,22 +32,7 @@ - - - - {{ $t('session.warningText') }} - - {{ $t('session.lightText') }} - {{ closeTime }} - {{ $t('time.seconds') }} - - - - - verlängern - Logout - - + @@ -55,17 +40,18 @@