From e1793b5c3155e4b0eaa569f790114e3bb3de0ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 26 Oct 2017 11:19:46 +0200 Subject: [PATCH] Performance optimizations in list template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- templates/part.boardlist.php | 11 +++++------ templates/part.navigation.php | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php index ec0e6db56..23c7ad224 100644 --- a/templates/part.boardlist.php +++ b/templates/part.boardlist.php @@ -26,16 +26,15 @@ -
+
{{ b.title }}
- +
-

+

@@ -101,9 +100,9 @@ class="ng-pristine ng-valid" ng-submit="boardCreate()"> + autofocus-on-insert ng-model="newBoard.title" maxlength="100" ng-model-options="{ debounce: 250 }">
-
diff --git a/templates/part.navigation.php b/templates/part.navigation.php index 8eef2b7f2..4b78d27d1 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -4,9 +4,9 @@
  • t('Archived boards')); ?>
  • t('Shared boards')); ?>
  • -
  • +
  • - + {{ b.title }}
      @@ -14,10 +14,10 @@
    -
    +