From e3459d136ef6c54a4309b4bf4e297d20f8da2256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Gaud=C3=A9?= Date: Tue, 16 Jun 2020 11:23:57 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20mode=20compact=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/BoardPage/BoardPage.tsx | 17 ++++++-- client/src/components/BoardPage/IssueCard.tsx | 43 +++++++++++-------- client/src/sass/_base.scss | 4 ++ client/src/sass/_kanboard.scss | 17 ++++++++ 4 files changed, 60 insertions(+), 21 deletions(-) diff --git a/client/src/components/BoardPage/BoardPage.tsx b/client/src/components/BoardPage/BoardPage.tsx index d5f7d5d..b4c5c4f 100644 --- a/client/src/components/BoardPage/BoardPage.tsx +++ b/client/src/components/BoardPage/BoardPage.tsx @@ -59,8 +59,6 @@ export class BoardPage extends React.Component { renderBoard() { const { kanboard, board } = this.props; - - console.log(kanboard); if (!kanboard) { return @@ -68,7 +66,7 @@ export class BoardPage extends React.Component { return ( -