forked from openhab/openhab-webui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings-menu.vue
229 lines (224 loc) · 8.53 KB
/
settings-menu.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<template>
<f7-page @page:init="onPageInit" @page:afterin="onPageAfterIn" class="page-settings">
<f7-navbar large :large-transparent="false" title-large="Settings" title="Settings" back-link="Back" back-link-url="/home/" back-link-force>
<f7-nav-right>
<f7-link
class="searchbar-enable"
data-searchbar=".searchbar-demo"
icon-ios="f7:search_strong"
icon-aurora="f7:search_strong"
icon-md="material:search" />
</f7-nav-right>
<f7-searchbar
class="searchbar-demo"
expandable
search-container=".search-list"
search-in=".item-title"
:disable-button="!$theme.aurora" />
</f7-navbar>
<f7-block class="block-narrow after-big-title settings-menu" v-show="servicesLoaded">
<f7-row>
<f7-col width="100" medium="50">
<f7-block-title>Configuration</f7-block-title>
<f7-list media-list class="search-list">
<f7-list-item
v-if="$store.getters.apiEndpoint('things')"
media-item
link="things/"
title="Things"
:badge="(inboxCount > 0) ? inboxCount : undefined"
:after="(inboxCount > 0) ? undefined : thingsCount"
:badge-color="inboxCount ? 'red' : 'blue'"
:footer="objectsSubtitles.things">
<f7-icon slot="media" f7="lightbulb" color="gray" />
</f7-list-item>
<f7-list-item
v-if="$store.getters.apiEndpoint('items')"
media-item
link="model/"
title="Model"
badge-color="blue"
:footer="objectsSubtitles.model">
<f7-icon slot="media" f7="list_bullet_indent" color="gray" />
</f7-list-item>
<f7-list-item
v-if="$store.getters.apiEndpoint('items')"
media-item
link="items/"
title="Items"
:after="itemsCount"
badge-color="blue"
:footer="objectsSubtitles.items">
<f7-icon slot="media" f7="square_on_circle" color="gray" />
</f7-list-item>
<f7-list-item
v-if="$store.getters.apiEndpoint('ui')"
link="pages/"
title="Pages"
:after="$store.getters.pages.length + sitemapsCount"
badge-color="blue"
:footer="objectsSubtitles.pages">
<f7-icon slot="media" f7="tv" color="gray" />
</f7-list-item>
<f7-list-item
v-if="$store.getters.apiEndpoint('transformations')"
media-item
link="transformations/"
title="Transformations"
:after="transformationsCount"
badge-color="blue"
:footer="objectsSubtitles.transform">
<f7-icon slot="media" f7="arrow_2_squarepath" color="gray" />
</f7-list-item>
</f7-list>
<f7-block-title v-if="$store.getters.apiEndpoint('rules')">
Automation
</f7-block-title>
<f7-list media-list class="search-list">
<f7-list-item
media-item
link="rules/"
title="Rules"
badge-color="blue"
:footer="objectsSubtitles.rules">
<f7-icon slot="media" f7="wand_stars" color="gray" />
</f7-list-item>
<f7-list-item
media-item
link="scenes/"
title="Scenes"
badge-color="blue"
:footer="objectsSubtitles.scenes">
<f7-icon slot="media" f7="film" color="gray" />
</f7-list-item>
<f7-list-item
media-item
link="scripts/"
title="Scripts"
badge-color="blue"
:footer="objectsSubtitles.scripts">
<f7-icon slot="media" f7="doc_plaintext" color="gray" />
</f7-list-item>
<f7-list-item
media-item
link="schedule/"
title="Schedule"
badge-color="blue"
:footer="objectsSubtitles.schedule">
<f7-icon slot="media" f7="calendar" color="gray" />
</f7-list-item>
</f7-list>
<f7-block-title v-if="$store.getters.apiEndpoint('addons')">
Add-ons
</f7-block-title>
<f7-list media-list class="search-list"
v-if="$store.getters.apiEndpoint('addons')">
<f7-list-item
media-item
v-for="shortcut in addonStoreTabShortcuts"
:key="shortcut.id"
:link="true"
@click="navigateToStore(shortcut.id)"
:title="shortcut.label"
:footer="shortcut.subtitle">
<f7-icon slot="media" :f7="shortcut.icon" color="gray" />
</f7-list-item>
</f7-list>
</f7-col>
<f7-col width="100" medium="50" v-if="$store.getters.apiEndpoint('services') && servicesLoaded">
<f7-block-title>System Services</f7-block-title>
<f7-list class="search-list">
<f7-list-item
v-for="service in systemServices"
:key="service.id"
:link="'services/' + service.id"
:title="service.label" />
</f7-list>
</f7-col>
</f7-row>
<f7-block-footer v-if="$t('home.overview.title') !== 'Overview'" class="margin text-align-center">
<small v-t="'admin.notTranslatedYet'" />
</f7-block-footer>
</f7-block>
</f7-page>
</template>
<script>
import { AddonStoreTabShortcuts } from '@/assets/addon-store'
export default {
data () {
return {
addonsLoaded: false,
servicesLoaded: false,
addonStoreTabShortcuts: AddonStoreTabShortcuts,
systemServices: [],
objectsSubtitles: {
things: 'Manage the physical layer',
model: 'The semantic model of your home',
items: 'Manage the functional layer',
pages: 'Design displays for user control & monitoring',
transform: 'Manage transformations',
rules: 'Automate with triggers and actions',
scenes: 'Store a set of desired states as a scene',
scripts: 'Rules dedicated to running code',
schedule: 'View upcoming time-based rules'
},
inboxCount: '',
thingsCount: '',
itemsCount: '',
transformationsCount: '',
sitemapsCount: 0
}
},
computed: {
apiEndpoints () {
return this.$store.state.apiEndpoints
}
},
watch: {
apiEndpoints () {
this.loadMenu()
this.loadCounters()
}
},
methods: {
loadMenu () {
if (!this.apiEndpoints) return
const servicesPromise = (this.$store.getters.apiEndpoint('services')) ? this.$oh.api.get('/rest/services') : Promise.resolve([])
const addonsPromise = (this.$store.getters.apiEndpoint('addons')) ? this.$oh.api.get('/rest/addons/types') : Promise.resolve([])
// can be done in parallel!
servicesPromise.then((data) => {
this.systemServices = data.filter(s => s.category === 'system')
this.servicesLoaded = true
})
},
loadCounters () {
if (!this.apiEndpoints) return
if (this.$store.getters.apiEndpoint('inbox')) this.$oh.api.get('/rest/inbox').then((data) => { this.inboxCount = data.filter((e) => e.flag === 'NEW').length.toString() })
if (this.$store.getters.apiEndpoint('things')) this.$oh.api.get('/rest/things?staticDataOnly=true').then((data) => { this.thingsCount = data.length.toString() })
if (this.$store.getters.apiEndpoint('items')) this.$oh.api.get('/rest/items?staticDataOnly=true').then((data) => { this.itemsCount = data.length.toString() })
if (this.$store.getters.apiEndpoint('ui')) this.$oh.api.get('/rest/ui/components/system:sitemap').then((data) => { this.sitemapsCount = data.length })
if (this.$store.getters.apiEndpoint('transformations')) this.$oh.api.get('/rest/transformations').then((data) => { this.transformationsCount = data.length })
},
navigateToStore (tab) {
this.$f7.views.main.router.navigate('addons', { props: { initialTab: tab } })
},
onPageInit () {
this.loadMenu()
},
onPageAfterIn () {
// this.loadMenu()
this.loadCounters()
}
}
}
</script>
<style lang="stylus">
.device-desktop .settings-menu
--f7-list-item-footer-line-height 1.3
.settings-menu .icon
color var(--f7-color-blue)
.theme-filled .settings-menu .icon
color var(--f7-color-gray) !important
.aurora .settings-menu .icon
font-size 24px
</style>