UI: Front page minor adjustment; prepare yarn migration

Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/b64a72c4
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/b64a72c4
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/b64a72c4

Branch: refs/heads/master
Commit: b64a72c48ee393619da518fcb4ab96d2106ad22d
Parents: 44d7d2e
Author: Vivo Xu <v...@linkedin.com>
Authored: Sun Oct 21 17:52:21 2018 -0700
Committer: Vivo Xu <v...@linkedin.com>
Committed: Thu Nov 1 16:04:12 2018 -0700

----------------------------------------------------------------------
 .../helix-list/helix-list.component.html        |    2 +-
 .../helix-list/helix-list.component.scss        |    4 +
 helix-front/package-lock.json                   | 4000 +++++------
 helix-front/package.json                        |    2 +-
 helix-front/yarn.lock                           | 6616 ++++++++++++------
 5 files changed, 6292 insertions(+), 4332 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/b64a72c4/helix-front/client/app/chooser/helix-list/helix-list.component.html
----------------------------------------------------------------------
diff --git 
a/helix-front/client/app/chooser/helix-list/helix-list.component.html 
b/helix-front/client/app/chooser/helix-list/helix-list.component.html
index e8df780..5e494a4 100644
--- a/helix-front/client/app/chooser/helix-list/helix-list.component.html
+++ b/helix-front/client/app/chooser/helix-list/helix-list.component.html
@@ -1,6 +1,6 @@
 <mat-card *ngFor="let group of keys(groups)">
   <mat-card-header>
-    <mat-card-title>{{ group }}</mat-card-title>
+    <mat-card-title>{{ group | titlecase }}</mat-card-title>
   </mat-card-header>
   <mat-card-content>
     <section *ngFor="let section of groups[group]" class="section">

http://git-wip-us.apache.org/repos/asf/helix/blob/b64a72c4/helix-front/client/app/chooser/helix-list/helix-list.component.scss
----------------------------------------------------------------------
diff --git 
a/helix-front/client/app/chooser/helix-list/helix-list.component.scss 
b/helix-front/client/app/chooser/helix-list/helix-list.component.scss
index 97e941b..36bcba6 100644
--- a/helix-front/client/app/chooser/helix-list/helix-list.component.scss
+++ b/helix-front/client/app/chooser/helix-list/helix-list.component.scss
@@ -6,3 +6,7 @@
     text-align: left;
   }
 }
+
+.mat-card-title {
+  font-size: 20px;
+}

Reply via email to