From aeac6ed1ae9814f001cb4bdbed6ed1a102b64663 Mon Sep 17 00:00:00 2001 From: Andrew Yates Date: Sun, 8 Apr 2018 21:33:54 -0700 Subject: [PATCH] Auto stash before merge of "master" and "origin/master" --- index.js | 16 ++-- src/components/Thread.vue | 154 ++++++++++++++++++++------------------ 2 files changed, 91 insertions(+), 79 deletions(-) diff --git a/index.js b/index.js index 975312a..5454988 100644 --- a/index.js +++ b/index.js @@ -63,12 +63,12 @@ app.use(function (err, req, res, next) { res.json({ error: err.message }); }); -//let options = { -// key: fs.readFileSync('privateKey.key'), -// cert: fs.readFileSync('certificate.crt') -//}; -//https.createServer(options, app).listen(3001); +// let options = { +// key: fs.readFileSync('privateKey.key'), +// cert: fs.readFileSync('certificate.crt') +// }; +// https.createServer(options, app).listen(3001); - app.listen(3001, ()=>{ - console.log('API listening on port 3001'); - }); +app.listen(3001, ()=>{ + console.log('API listening on port 3001'); +}); diff --git a/src/components/Thread.vue b/src/components/Thread.vue index 5ce2031..18a73d2 100644 --- a/src/components/Thread.vue +++ b/src/components/Thread.vue @@ -4,8 +4,8 @@
[ ] - [ Bottom / Home ]
+ [ Bottom / Home ]
/{{ $route.params.board }}/ {{ board.name }}
@@ -17,22 +17,25 @@
- -
-
+ + + + +
+ +
@@ -41,58 +44,67 @@
>>
-

-
[ ] [ Top / Home ]
+
[ ] + [ Top / Home ] +

- + -
- Post Reply -
- - - Thread - - - - Name - - - - Content - - - - File - - - - - -
-
+
+ Post Reply +
+ + + Thread + + + + Name + + + + Content + + + + File + + + + + +
+