# HG changeset patch # User Daniel Dourvaris # Date 2020-01-10 12:06:16 # Node ID d325c1c9e03cbd6452f2fac2c3c4aa45397fb627 # Parent ac8c602008407639414de43d9e2e4de27d83d8b0 main-page: fixed jumping of text in grid loading. - new logic starts with everything hidden and global loading marker - show only those grida that contain data. diff --git a/rhodecode/public/css/tables.less b/rhodecode/public/css/tables.less --- a/rhodecode/public/css/tables.less +++ b/rhodecode/public/css/tables.less @@ -373,6 +373,17 @@ table#repo_list_table { min-width: 600px; } +#no_grid_data { + text-align: center; +} + +#grid_data_loading { + text-align: center; + font-weight: 600; + font-size: 16px; + padding: 80px 20px; +} + // Keyboard mappings table.keyboard-mappings { th { diff --git a/rhodecode/templates/index_base.mako b/rhodecode/templates/index_base.mako --- a/rhodecode/templates/index_base.mako +++ b/rhodecode/templates/index_base.mako @@ -14,32 +14,50 @@
+ + +
-
+
-
+
+