Skip to content

Commit

Permalink
Merge pull request #2690 from santiment/feature/xmas-explorer-update
Browse files Browse the repository at this point in the history
Updated Explorer UI
  • Loading branch information
Woafflation authored Dec 16, 2022
2 parents 777c4f7 + a7ddc2a commit 589f678
Show file tree
Hide file tree
Showing 21 changed files with 2,272 additions and 962 deletions.
10 changes: 10 additions & 0 deletions config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ module.exports = function override(config, env) {
to: 'static/sprites/illus/halloween',
flatten: true,
},
{
from: path.resolve('node_modules/san-webkit/lib/sprites/illus/christmas/*.svg'),
to: 'static/sprites/illus/christmas',
flatten: true,
},
{
from: path.resolve('node_modules/san-webkit/lib/icons/*.svg'),
to: 'static/icons',
Expand All @@ -129,6 +134,11 @@ module.exports = function override(config, env) {
to: 'static/illus/halloween',
flatten: true,
},
{
from: path.resolve('node_modules/san-webkit/lib/illus/christmas/*.svg'),
to: 'static/illus/christmas',
flatten: true,
},
]),
)

Expand Down
1,856 changes: 928 additions & 928 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"rxjs": "5.x.x",
"san-insights": "https://github.com/santiment/insights-app#0137632",
"san-studio": "https://github.com/santiment/san-studio#5aa45f4",
"san-webkit": "https://github.com/santiment/san-webkit#e8cf55e",
"san-webkit": "https://github.com/santiment/san-webkit#3facfff",
"san-queries": "https://github.com/santiment/san-queries#c501ced",
"sanitize-html": "^1.18.2",
"svg-sprite": "1.5.0",
Expand Down
Binary file added public/images/img_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/img_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/img_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/img_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@
</style>
<div id="root" class="relative">
<div class="loader">
<svg width="80" height="80" viewBox="0 0 32 32" fill="none">
<path fill="#fff" d="M32 16a16 16 0 11-32 0 16 16 0 0132 0z"/>
<path fill="#181B2B" d="M8.23 16a1.7 1.7 0 01-1.71 1.69A1.7 1.7 0 014.8 16c0-.93.77-1.69 1.72-1.69.94 0 1.71.76 1.71 1.69zM25.48 17.69A1.7 1.7 0 0027.2 16a1.7 1.7 0 00-1.72-1.69A1.7 1.7 0 0023.77 16c0 .93.77 1.69 1.71 1.69zM19.43 9.61a6.5 6.5 0 00-4.4-.67c-1.38.32-2.57 1.26-2.8 2.84-.18 1.3.22 2.33.9 3.14a9.31 9.31 0 002.27 1.77c.81.5 1.48.9 1.97 1.38.46.44.7.9.7 1.5 0 .69-.2 1.04-.43 1.24-.24.22-.63.38-1.19.42a5.43 5.43 0 01-3.3-.97l-1.21 1.56a7.42 7.42 0 004.65 1.37 3.92 3.92 0 002.4-.94 3.48 3.48 0 001.07-2.68c0-1.26-.55-2.19-1.28-2.9-.7-.67-1.6-1.2-2.32-1.65a7.52 7.52 0 01-1.8-1.36c-.35-.42-.55-.9-.45-1.61.08-.59.5-1.02 1.28-1.2a4.5 4.5 0 013 .5l.94-1.74z"/>
<path fill="#D2D6E7" d="M16 30.83a14.83 14.83 0 100-29.66 14.83 14.83 0 000 29.66zM32 16a16 16 0 11-32 0 16 16 0 0132 0z" />
</svg>
<!-- <svg width="80" height="80" viewBox="0 0 32 32" fill="none">-->
<!-- <path fill="#fff" d="M32 16a16 16 0 11-32 0 16 16 0 0132 0z"/>-->
<!-- <path fill="#181B2B" d="M8.23 16a1.7 1.7 0 01-1.71 1.69A1.7 1.7 0 014.8 16c0-.93.77-1.69 1.72-1.69.94 0 1.71.76 1.71 1.69zM25.48 17.69A1.7 1.7 0 0027.2 16a1.7 1.7 0 00-1.72-1.69A1.7 1.7 0 0023.77 16c0 .93.77 1.69 1.71 1.69zM19.43 9.61a6.5 6.5 0 00-4.4-.67c-1.38.32-2.57 1.26-2.8 2.84-.18 1.3.22 2.33.9 3.14a9.31 9.31 0 002.27 1.77c.81.5 1.48.9 1.97 1.38.46.44.7.9.7 1.5 0 .69-.2 1.04-.43 1.24-.24.22-.63.38-1.19.42a5.43 5.43 0 01-3.3-.97l-1.21 1.56a7.42 7.42 0 004.65 1.37 3.92 3.92 0 002.4-.94 3.48 3.48 0 001.07-2.68c0-1.26-.55-2.19-1.28-2.9-.7-.67-1.6-1.2-2.32-1.65a7.52 7.52 0 01-1.8-1.36c-.35-.42-.55-.9-.45-1.61.08-.59.5-1.02 1.28-1.2a4.5 4.5 0 013 .5l.94-1.74z"/>-->
<!-- <path fill="#D2D6E7" d="M16 30.83a14.83 14.83 0 100-29.66 14.83 14.83 0 000 29.66zM32 16a16 16 0 11-32 0 16 16 0 0132 0z" />-->
<!-- </svg>-->
<!-- FIXME: REPLACE AFTER XMAS -->
<lottie-player src="%PUBLIC_URL%/logoAnimation.json" background="transparent" speed="1" style="width: 400px; height: 400px;" loop autoplay></lottie-player>
</div>
</div>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script defer
src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Object.entries,Intl,Intl.~locale.en">
</script>
Expand Down
Loading

0 comments on commit 589f678

Please sign in to comment.