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 @@
- -
-
+ + + + +
+
{{ thread.title }} {{ thread.name }} {{ new Date(thread.timeStamp) }} No. {{ thread._id }} +
+
@@ -41,58 +44,67 @@
>>
- - - - -
-
{{ reply.name }} {{ new Date(reply.time) }} No. {{ reply._id }} + -
-
+

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

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