diff --git a/platypush/backend/http/webapp/public/index.html b/platypush/backend/http/webapp/public/index.html index c89cd826..85af3d06 100644 --- a/platypush/backend/http/webapp/public/index.html +++ b/platypush/backend/http/webapp/public/index.html @@ -4,11 +4,6 @@ - <%= htmlWebpackPlugin.options.title %> diff --git a/platypush/backend/http/webapp/src/App.vue b/platypush/backend/http/webapp/src/App.vue index 2731f230..16034591 100644 --- a/platypush/backend/http/webapp/src/App.vue +++ b/platypush/backend/http/webapp/src/App.vue @@ -1,43 +1,43 @@ diff --git a/platypush/backend/http/webapp/src/Events.vue b/platypush/backend/http/webapp/src/Events.vue index a744bdab..47deb49c 100644 --- a/platypush/backend/http/webapp/src/Events.vue +++ b/platypush/backend/http/webapp/src/Events.vue @@ -1,10 +1,15 @@ - - diff --git a/platypush/backend/http/webapp/src/components/Sensor.vue b/platypush/backend/http/webapp/src/components/Sensor.vue new file mode 100644 index 00000000..365e4e8f --- /dev/null +++ b/platypush/backend/http/webapp/src/components/Sensor.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/platypush/backend/http/webapp/src/utils/DateTime.vue b/platypush/backend/http/webapp/src/utils/DateTime.vue new file mode 100644 index 00000000..70ce8e92 --- /dev/null +++ b/platypush/backend/http/webapp/src/utils/DateTime.vue @@ -0,0 +1,14 @@ + diff --git a/platypush/backend/http/webapp/src/utils/Events.vue b/platypush/backend/http/webapp/src/utils/Events.vue new file mode 100644 index 00000000..caaae33d --- /dev/null +++ b/platypush/backend/http/webapp/src/utils/Events.vue @@ -0,0 +1,15 @@ + diff --git a/platypush/backend/http/webapp/src/utils/Notification.vue b/platypush/backend/http/webapp/src/utils/Notification.vue index c0448252..d8aef810 100644 --- a/platypush/backend/http/webapp/src/utils/Notification.vue +++ b/platypush/backend/http/webapp/src/utils/Notification.vue @@ -1,5 +1,5 @@ diff --git a/platypush/backend/http/webapp/src/widgets/Calendar/Index.vue b/platypush/backend/http/webapp/src/widgets/Calendar/Index.vue new file mode 100644 index 00000000..36697368 --- /dev/null +++ b/platypush/backend/http/webapp/src/widgets/Calendar/Index.vue @@ -0,0 +1,120 @@ + + + + + \ No newline at end of file diff --git a/platypush/backend/http/webapp/src/widgets/DateTime/Index.vue b/platypush/backend/http/webapp/src/widgets/DateTime/Index.vue new file mode 100644 index 00000000..6be4d955 --- /dev/null +++ b/platypush/backend/http/webapp/src/widgets/DateTime/Index.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/platypush/backend/http/webapp/src/widgets/DateTimeWeather/Index.vue b/platypush/backend/http/webapp/src/widgets/DateTimeWeather/Index.vue index 866fd983..1d60000b 100644 --- a/platypush/backend/http/webapp/src/widgets/DateTimeWeather/Index.vue +++ b/platypush/backend/http/webapp/src/widgets/DateTimeWeather/Index.vue @@ -1,30 +1,28 @@