Skip to content

Commit

Permalink
update to json-tree 0.3.0
Browse files Browse the repository at this point in the history
the update should solve issues chrome freezen for large payloads

closes #405
  • Loading branch information
lmenezes committed Nov 17, 2019
1 parent 4f352c1 commit d47b286
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ table.shard-map { table-layout: fixed; }
.radio+.radio, .checkbox+.checkbox { margin-top: 7px; }

/* JSON TREE CSS */
.jstValue { white-space: pre-wrap; font-size: 12px; font-weight: 400; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; line-height: normal; display: block; }
.jstComma { white-space: pre-wrap; }
.jstValue { font-size: 12px; font-weight: 400; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; line-height: normal; display: block; }
.jstComma { }
.jstProperty { color: #D0D0D0; word-wrap: break-word; }
.jstBracket { white-space: pre-wrap; }
.jstBracket { }
.jstBool { color: #1CA8DD; }
.jstNum { color: #9F85FF; }
.jstNull { color: #D0D0D0; }
Expand Down
4 changes: 2 additions & 2 deletions public/js/lib.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ table.shard-map { table-layout: fixed; }
.radio+.radio, .checkbox+.checkbox { margin-top: 7px; }

/* JSON TREE CSS */
.jstValue { white-space: pre-wrap; font-size: 12px; font-weight: 400; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; line-height: normal; display: block; }
.jstComma { white-space: pre-wrap; }
.jstValue { font-size: 12px; font-weight: 400; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; line-height: normal; display: block; }
.jstComma { }
.jstProperty { color: #D0D0D0; word-wrap: break-word; }
.jstBracket { white-space: pre-wrap; }
.jstBracket { }
.jstBool { color: #1CA8DD; }
.jstNum { color: #9F85FF; }
.jstNull { color: #D0D0D0; }
Expand Down
4 changes: 2 additions & 2 deletions src/assets/libs/jsontree/jsontree.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d47b286

Please sign in to comment.