Commit Graph
115 Commits
Author SHA1 Message Date
Raymonzut d23db35657 Remove old me.js node module 2020-06-16 18:53:22 +02:00
Raymonzut d966729f7e Defer stylesheets 2020-06-16 18:51:57 +02:00
Raymonzut 1a42c6ef77 Add deferred scripts for dynamic age 2020-06-16 18:51:45 +02:00
Raymonzut 318ab4c6ca Fill homepage 2020-06-16 18:49:00 +02:00
Raymonzut 2c7f327892 Add me.mjs with age() 2020-06-16 18:48:26 +02:00
Raymonzut 7506909670 Add /js location nginx 2020-06-16 18:45:46 +02:00
Raymonzut 037c638427 Add mjs mime type 2020-06-16 18:45:16 +02:00
Raymonzut 78c7ef8809 Remove all testing (yes, all) 2020-06-16 18:44:01 +02:00
Raymonzut a93722a356 Style with dragondesign (thx @jelle619) 2020-06-16 17:35:00 +02:00
Raymonzut a6bf99c945 Position the navbar 2020-06-16 17:13:47 +02:00
Raymonzut a910feda62 Reroute /api route to the back-end 2020-06-16 17:13:47 +02:00
Raymonzut cf1ef4257c Add basic 404 page 2020-06-16 17:13:47 +02:00
Raymonzut fb5fc2ede2 Move styling into assets/styling as /css 2020-06-16 17:13:46 +02:00
Raymonzut ce4d17974b Add navbar 2020-06-16 17:13:46 +02:00
Raymonzut 0c566af9a7 Clean index.html 2020-06-16 14:14:26 +02:00
Raymonzut d6c920bf86 Remove redundant babel.config.js 2020-06-16 13:56:31 +02:00
Raymonzut f9f9f7010c Simplify docker to only use nginx 2020-06-16 13:52:44 +02:00
Raymonzut fd991f3dcc Remove all client npm dependencies 2020-06-16 13:52:44 +02:00
raymonanddependabot[bot] 3d93b6ddb8 Bump websocket-extensions from 0.1.3 to 0.1.4 in /client (#7)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-08 21:46:12 +02:00
Raymonzut f948e833e9 Bump version: c1.1.0-s1.2.0 2020-06-02 16:20:25 +02:00
Raymonzut 760677ce90 Add paragraphs in AboutMe 2020-06-01 17:30:10 +02:00
Raymonzut dd4e2ca9fb Style theme switching button 2020-06-01 16:53:53 +02:00
Raymonzut aab9885242 Add theme switching button 2020-05-31 22:42:14 +02:00
Raymonzut d8b038dc9c Reset padding, margin and width for entire bg 2020-05-31 22:32:58 +02:00
Raymonzut 69eff0ae21 Update client version in package-lock 2020-05-14 20:18:53 +02:00
Raymonzut 918a5cbed5 Bump versions to 1.0.0 2020-05-11 22:16:02 +02:00
Raymonzut bce431f6b5 Add descriptions 2020-05-11 22:15:42 +02:00
Raymonzut 874540a43d Generalise BASE_URL 2020-05-11 21:36:16 +02:00
Raymonzut 5c91c10bc0 Fix #2 2020-05-11 20:32:07 +02:00
Raymonzut 964e72eb73 Fix #1 2020-05-11 16:51:10 +02:00
Raymonzut d5daf1ebf0 Add .dockerignore for client and server 2020-05-11 16:05:41 +02:00
Raymonzut abd5f30d11 Create Dockerfile for client in production
- Including default nginx.conf for Vue.js
2020-05-11 16:04:55 +02:00
Raymonzut c2f70a7f4d Change npm test to execute test_runner 2020-04-26 16:47:23 +02:00
Raymonzut a8c3109b9a Create crude test runner 2020-04-26 16:43:52 +02:00
Raymonzut f5fb563535 Remove mocha and chai 2020-04-26 16:43:51 +02:00
Raymonzut 31651a5d58 Rewrite tests for assert instead of mocha and chai 2020-04-26 16:43:50 +02:00
Raymonzut 9da2f77f84 Add title, date and content 2020-04-25 17:04:44 +02:00
Raymonzut 8cdc2f8767 Call remote from Post component 2020-04-25 16:39:56 +02:00
Raymonzut 3b22f15a45 Extend remote to accept post id 2020-04-25 16:38:28 +02:00
Raymonzut 5a9de29169 Add validator for Post prop id 2020-04-25 15:44:15 +02:00
Raymonzut abcc91ca81 Add route to Post view 2020-04-25 14:41:00 +02:00
Raymonzut f89c9251e6 Add Post view displaying passed id 2020-04-25 14:38:40 +02:00
Raymonzut e18bdd2e29 Add /qa route for QAPage 2020-04-25 13:48:06 +02:00
Raymonzut cce7a20a7f Add simpel QAPage 2020-04-25 13:47:40 +02:00
Raymonzut 75c765ce8e Remove empty object components property 2020-04-25 13:22:57 +02:00
Raymonzut 05e428223d Require props of QA, Question and Answer 2020-04-25 13:19:10 +02:00
Raymonzut 9bfbb03636 Fix naming for Question component 2020-04-25 13:16:10 +02:00
Raymonzut 9ba5090c83 Remove redundant class for div in Posts view 2020-04-25 12:15:01 +02:00
Raymonzut 0fbb22187b Match Posts export name with file name 2020-04-25 12:13:29 +02:00
Raymonzut 12907ea3b7 Rename posts to Posts 2020-04-25 12:03:21 +02:00