Skip to content

Commit

Permalink
update viewer
Browse files Browse the repository at this point in the history
 - add region and languages to information panel
 - revise information panel
  • Loading branch information
marcolarosa committed Nov 20, 2019
1 parent 3b72523 commit da0e230
Show file tree
Hide file tree
Showing 12 changed files with 135 additions and 2 deletions.
43 changes: 43 additions & 0 deletions src/viewer/html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<base href="/" />
<meta name="description" content="" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta
http-equiv="Cache-control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link href="vendors.0da94467cde34b98bca5.css" rel="stylesheet"><link href="main.61bf3605b3302ebc736f.css" rel="stylesheet"></head>
<body>
<!-- Add your site or application content here -->
<div id="app"></div>

<!-- Google Analytics: change UA-XXXXX-X to be your site's ID
<script>
!(function(A, n, g, u, l, a, r) {
(A.GoogleAnalyticsObject = l),
(A[l] =
A[l] ||
function() {
(A[l].q = A[l].q || []).push(arguments);
}),
(A[l].l = +new Date()),
(a = n.createElement(g)),
(r = n.getElementsByTagName(g)[0]),
(a.src = u),
r.parentNode.insertBefore(a, r);
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-XXXXX-X');
ga('send', 'pageview');
</script>
--><script type="text/javascript" src="runtime.023d14ec76ae8a283b32.bundle.js"></script><script type="text/javascript" src="vendors.3bef3c76f1c2f6d6049e.bundle.js"></script><script type="text/javascript" src="main.a55091f4ef2cffba9801.bundle.js"></script></body>
</html>
File renamed without changes.
Binary file added src/viewer/html/res/element-icons.ttf
Binary file not shown.
Binary file added src/viewer/html/res/element-icons.woff
Binary file not shown.
1 change: 1 addition & 0 deletions src/viewer/html/runtime.023d14ec76ae8a283b32.bundle.js

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

1 change: 1 addition & 0 deletions src/viewer/html/vendors.0da94467cde34b98bca5.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/viewer/html/vendors.3bef3c76f1c2f6d6049e.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link href="vendors.0da94467cde34b98bca5.css" rel="stylesheet"><link href="main.61bf3605b3302ebc736f.css" rel="stylesheet"></head>
<link href="vendors.0da94467cde34b98bca5.css" rel="stylesheet"><link href="main.371542c5241e82ac4fbc.css" rel="stylesheet"></head>
<body>
<!-- Add your site or application content here -->
<div id="app"></div>
Expand All @@ -39,5 +39,5 @@
ga('create', 'UA-XXXXX-X');
ga('send', 'pageview');
</script>
--><script type="text/javascript" src="runtime.023d14ec76ae8a283b32.bundle.js"></script><script type="text/javascript" src="vendors.3bef3c76f1c2f6d6049e.bundle.js"></script><script type="text/javascript" src="main.a55091f4ef2cffba9801.bundle.js"></script></body>
--><script type="text/javascript" src="runtime.023d14ec76ae8a283b32.bundle.js"></script><script type="text/javascript" src="vendors.3bef3c76f1c2f6d6049e.bundle.js"></script><script type="text/javascript" src="main.28c169d6686d669ae13d.bundle.js"></script></body>
</html>
1 change: 1 addition & 0 deletions src/viewer/main.28c169d6686d669ae13d.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/viewer/main.371542c5241e82ac4fbc.css

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions src/viewer/vendors.3bef3c76f1c2f6d6049e.bundle.js.LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
/*!
* vue-scrollto v2.17.1
* (c) 2019 Randjelovic Igor
* @license MIT
*/

/*!
* Outlayer v2.1.1
* the brains and guts of a layout library
* MIT license
*/

/*!
* Vue.js v2.6.10
* (c) 2014-2019 Evan You
* Released under the MIT License.
*/

/**
* vuex v3.1.1
* (c) 2019 Evan You
* @license MIT
*/

/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/*!
* getSize v2.0.3
* measure size of elements
* MIT license
*/

/**
* Checks if an event is supported in the current execution environment.
*
* NOTE: This will not work correctly for non-generic events such as `change`,
* `reset`, `load`, `error`, and `select`.
*
* Borrows from Modernizr.
*
* @param {string} eventNameSuffix Event name, e.g. "click".
* @param {?boolean} capture Check if the capture phase is supported.
* @return {boolean} True if the event is supported.
* @internal
* @license Modernizr 3.0.0pre (Custom Build) | MIT
*/

/*!
* Masonry v4.2.2
* Cascading grid layout library
* https://masonry.desandro.com
* MIT License
* by David DeSandro
*/

/*!
* vue-router v3.1.3
* (c) 2019 Evan You
* @license MIT
*/

/*!
* imagesLoaded v4.1.4
* JavaScript is all like "You images are done yet or what?"
* MIT License
*/

/*! Hammer.JS - v2.0.7 - 2016-04-22
* http://hammerjs.github.io/
*
* Copyright (c) 2016 Jorik Tangelder;
* Licensed under the MIT license */

/*!
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/

0 comments on commit da0e230

Please sign in to comment.