From b2df5884ddaa4626e2a118b440ef1c0809ac0799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xenia=20Gr=C3=BCnzinger?= Date: Wed, 12 Dec 2018 14:34:39 +0100 Subject: [PATCH] =?UTF-8?q?Files=20und=20NewMsg=20Componente=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bookmark.js | 2 +- public/createMessage.js | 34 +++++++++++++++++++ public/files.js | 21 ++++++++---- public/index.html | 9 +++-- public/style/style.css | 27 +++++++++++++-- public/style/style.less | 35 +++++++++++++++---- public/{message.html => template-test.html} | 37 ++++++--------------- 7 files changed, 117 insertions(+), 48 deletions(-) rename public/{message.html => template-test.html} (61%) diff --git a/public/bookmark.js b/public/bookmark.js index de16438..92a94f5 100644 --- a/public/bookmark.js +++ b/public/bookmark.js @@ -1,7 +1,7 @@ const BookmarkRouter = { template: `
-

Gepeicherte Beiträge

+

Gepeicherte Beiträge

+
Neue Nachricht erstellen
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+
+ + +
+
+`, + data: function () { + }, + methods: { + }, +}; diff --git a/public/files.js b/public/files.js index d1a9fcb..98e74df 100644 --- a/public/files.js +++ b/public/files.js @@ -1,8 +1,15 @@ -Vue.component('Files', { - data: function() { - return { - count: 0 - } +const FileRouter = { + template: ` +
+

Dateiablage

+
+ folder_open
+ Diese Funktion steht noch nicht bereit. +
+
+`, + data: function () { }, - template: `` -}) + methods: { + }, +}; diff --git a/public/index.html b/public/index.html index cd4af1e..84fb892 100644 --- a/public/index.html +++ b/public/index.html @@ -66,11 +66,10 @@ - -
+