From 313422f52a406667206f7f88ada11bc92883b4cd Mon Sep 17 00:00:00 2001 From: Montana Date: Tue, 11 Dec 2018 11:04:47 -0500 Subject: [PATCH 1/3] Change members list table to fixed to prevent code from showing when the table loads --- templates/workspaces/members/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/workspaces/members/index.html b/templates/workspaces/members/index.html index b1698f60..e2f86165 100644 --- a/templates/workspaces/members/index.html +++ b/templates/workspaces/members/index.html @@ -108,7 +108,7 @@ -
+
From c8dd9eb6a865a6f2f2d73962d34beb84ba1b6f0e Mon Sep 17 00:00:00 2001 From: Montana Date: Wed, 12 Dec 2018 10:25:34 -0500 Subject: [PATCH 2/3] Try using v-cloak --- templates/workspaces/members/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/workspaces/members/index.html b/templates/workspaces/members/index.html index e2f86165..fc941779 100644 --- a/templates/workspaces/members/index.html +++ b/templates/workspaces/members/index.html @@ -108,11 +108,11 @@ -
+
-
+ !{ col.displayName } {{ Icon("caret_down") }} From 5e718c3cfcf8a9b5c40f52e98a2a5185bcf1c23a Mon Sep 17 00:00:00 2001 From: Montana Date: Thu, 13 Dec 2018 11:09:48 -0500 Subject: [PATCH 3/3] V-cloak the entire table --- templates/workspaces/members/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/workspaces/members/index.html b/templates/workspaces/members/index.html index fc941779..54b76ff0 100644 --- a/templates/workspaces/members/index.html +++ b/templates/workspaces/members/index.html @@ -109,10 +109,10 @@
- +
-
+ !{ col.displayName } {{ Icon("caret_down") }}