From 4e6b1f2f788246f389584334419a3d0ad860bf77 Mon Sep 17 00:00:00 2001 From: stingl Date: Mon, 6 Sep 2021 17:50:29 +0200 Subject: [PATCH] WIP board --- css/app.css | 14 +++- index.html | 144 ++++++++++++++++++++++++++++++++++- js/app.js | 73 +++++++++++++++++- js/components/ticket-card.js | 67 ++++++++++++++++ todos.md | 1 + 5 files changed, 295 insertions(+), 4 deletions(-) create mode 100644 js/components/ticket-card.js create mode 100644 todos.md diff --git a/css/app.css b/css/app.css index 031ff19..d56d468 100644 --- a/css/app.css +++ b/css/app.css @@ -154,4 +154,16 @@ nav, .card { .switch-portal-button { margin-bottom: 0.5em; -} \ No newline at end of file +} + +.col-board-inner { + border-right: 1px solid grey; +} + +#board-view h5 { + text-align: center; + text-transform: uppercase; + color: dimgrey; + line-height: 0.7em; + word-spacing: 1px; +} diff --git a/index.html b/index.html index 1ad19b5..9216eec 100644 --- a/index.html +++ b/index.html @@ -24,14 +24,16 @@ - +
Timetrack
-
+