From: Benjamin Auder Date: Fri, 31 Jan 2020 01:00:49 +0000 (+0100) Subject: TODO: board+moves in same div fixed width centered, chat modal (any screen size) X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=ddec77d8d3d304f61e86946ca73be6f23b11163e TODO: board+moves in same div fixed width centered, chat modal (any screen size) --- diff --git a/TODO b/TODO index 95431640..d8ba4f0f 100644 --- a/TODO +++ b/TODO @@ -43,3 +43,9 @@ http://www.quadibloc.com/chess/ch0401.htm Inspiration for refactor: https://github.com/triestpa/Vue-Chess/blob/master/src/components/chessboard/chessboard.js https://github.com/gustaYo/vue-chess + +Server: +Later: use http2 +https://webapplog.com/http2-node/ +https://www.npmjs.com/package/spdy +Express 5? diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 1e19a2bd..1bb44367 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -59,98 +59,3 @@ export default { td.highlight-lm background-color: plum - - diff --git a/server/TODO b/server/TODO deleted file mode 100644 index bd5d7309..00000000 --- a/server/TODO +++ /dev/null @@ -1,4 +0,0 @@ -Later: use http2 -https://webapplog.com/http2-node/ -https://www.npmjs.com/package/spdy -Express 5?