forked from strictdoc-project/strictdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request strictdoc-project#1497 from strictdoc-project/_git…
…_diff export/html: DIFF: improve preloader
- Loading branch information
Showing
5 changed files
with
158 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...templates/screens/git/frame_content.jinja → .../templates/screens/git/frame_result.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
strictdoc/export/html/templates/screens/git/skeleton.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<div class="diff skeleton"> | ||
<div class="diff_skeleton_spinner_container"> | ||
<div class="skeleton_spinner"></div> | ||
{# <p>It may take a while the first time!</p> #} | ||
</div> | ||
<div class="diff_2columns">{# button panel simulation #}</div> | ||
<div class="diff_column" left> | ||
<div class="diff_inner" left> | ||
<div class="item_"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
|
||
<div class="item_"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
|
||
<div class="item_"></div> | ||
</div> | ||
</div> | ||
<div class="diff_column" right> | ||
<div class="diff_inner" right> | ||
<div class="item_"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
|
||
<div class="item_"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
<div class="item"></div> | ||
|
||
<div class="item_"></div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters