Skip to content

Commit e6ab454

Browse files
author
Luferov Victor
committed
feat: Remove notification, sveden apps
1 parent b64b98e commit e6ab454

File tree

96 files changed

+1730
-9065
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1730
-9065
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ server/storage/**
1515
!server/storage/readme.md
1616
client/static/sw.js
1717
client/dist
18+
db/

client/components/global/AvatarMenu.vue

-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ export default defineComponent({
3131
const { user, hasPerm } = authStore
3232
const items: AvatarMenuItem[] = [
3333
{ name: 'profile', icon: 'face-man', path: 'profile-me' },
34-
{ name: 'messenger', icon: 'chat-outline', path: 'messenger', permissions: 'core.view_experimental' },
3534
{ name: 'controlPanel', icon: 'cog', path: 'panel', permissions: 'core.view_user' },
3635
{ name: 'infoPanel', icon: 'view-dashboard-outline', path: 'dashboard', permissions: 'core.view_user' },
37-
{ name: 'eleden', icon: 'decagram-outline', path: 'eleden' },
3836
{ name: 'logout', icon: 'logout', path: 'auth-logout' }
3937
]
4038
return { user, hasPerm, items }

client/components/global/FooterComponent.vue

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template lang="pug">
2-
v-footer(padless dark)
2+
v-footer(padless)
33
v-container
44
v-row
55
v-col(cols="12" md="9")
@@ -15,8 +15,7 @@ v-footer(padless dark)
1515
v-list-item-title {{ $t('index.theme.change') }}
1616
v-row
1717
v-col(cols="12" md="9")
18-
.body-2.gray-text &copy; {{ $t('index.rights') }}. {{ new Date().getFullYear() }}&nbsp;
19-
strong #[a(href="https://devind.ru" style="text-decoration: none") {{ $t('index.support') }}.]
18+
.body-2.gray-text &copy; {{ $t('index.rights') }}. {{ new Date().getFullYear() }}.
2019
v-col.text-right(cols="12" md="3" style="height: 88px")
2120
a(href="https://www.liveinternet.ru/click" style="display: block; width: 88px; height: 31px;" target="_blank")
2221
img(:src="counterSrc" alt="" width="88" height="31")

client/components/messenger/AddMember.vue

-92
This file was deleted.

client/components/messenger/AddMessage.vue

-76
This file was deleted.

client/components/messenger/ChatMessages.vue

-104
This file was deleted.

client/components/messenger/Member.vue

-58
This file was deleted.

0 commit comments

Comments
 (0)