Преглед на файлове

:recycle: pulled out notification code to not overlap code work

tags/0.0.1^2
K Rob преди 3 години
родител
ревизия
16a5fee04a
променени са 2 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. 1
    2
      frontend/src/App.vue
  2. 1
    3
      frontend/src/utils/index.js

+ 1
- 2
frontend/src/App.vue Целия файл

@@ -1,6 +1,6 @@
1 1
 <template lang="pug">
2 2
 w-app
3
-    w-toolbar.w-flex.no-grow.align-start.mb4
3
+    w-toolbar().smd-hide.w-flex.no-grow.align-start.mb4
4 4
         .title2 Siimee
5 5
         .spacer
6 6
         w-button.ml2 Home
@@ -13,7 +13,6 @@ w-app
13 13
     w-drawer(v-model="openDrawer")
14 14
         SideBar(@updatePid="setPid" :pid="profile.id.value")
15 15
         
16
-
17 16
     RouterView(
18 17
         v-if="profile.isLoggedIn"
19 18
         :pid="profile.id.value"

+ 1
- 3
frontend/src/utils/index.js Целия файл

@@ -2,7 +2,6 @@ import Joi from 'joi'
2 2
 
3 3
 import { Connector } from './db'
4 4
 import { SurveyFactory } from './survey'
5
-import { NotificationFactory } from './notification'
6 5
 import { possible } from './lang'
7 6
 import { pidMixin, cardMixin } from './mixins'
8 7
 
@@ -22,7 +21,7 @@ const makeKebob = input => {
22 21
 }
23 22
 
24 23
 const surveyFactory = new SurveyFactory(possible['usa'])
25
-const notificationFactory = new NotificationFactory
24
+
26 25
 
27 26
 const mixins = { pidMixin, cardMixin }
28 27
 
@@ -104,7 +103,6 @@ export {
104 103
     api,
105 104
     validatorMapping,
106 105
     surveyFactory,
107
-    notificationFactory,
108 106
     makeKebob,
109 107
     mixins,
110 108
     randomSurveyResponses,

Loading…
Отказ
Запис