Skip to content

Commit

Permalink
- Updated info panel for upcoming v1.5.3 hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
exodus4d committed Jul 27, 2019
1 parent 24c2e55 commit 43f6db1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ let trackTable = {
// https://www.npmjs.com/package/uglify-es
let uglifyJsOptions = {
warnings: true,
toplevel: false
toplevel: false,
ecma: 8
};

// Sourcemaps options
Expand Down
2 changes: 1 addition & 1 deletion public/templates/ui/info_panel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="{{id}}" class="alert alert-warning">
<div class="ui-pnotify-icon"><span class="fas fa-exclamation fa-fw fa-lg"></span></div>
<h4 class="ui-pnotify-title">Scheduled maintenance: Update v1.5.1 <i class="fas fa-long-arrow-alt-right"></i> v1.5.2; Shutdown: ~21:30 (UTC). ETA ~22:00 (UTC)</h4>
<h4 class="ui-pnotify-title">Scheduled maintenance: Update v1.5.2 <i class="fas fa-long-arrow-alt-right"></i> v1.5.3; Shutdown: ~13:00 (UTC). ETA ~13:30 (UTC)</h4>
</div>
6 changes: 3 additions & 3 deletions public/templates/ui/notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ <h3 class="panel-title">New release {{version}}</h3>
<div class="row">
<div class="col-sm-6">
<ul class="list-unstyled text-left">
<li><i class="fas fa-fw fa-angle-right"></i>New connection "size" flags for wormholes <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/568" rel="noopener">#568</a></li>
<li><i class="fas fa-fw fa-angle-right"></i>New "jump history" breadcrumb added to header <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/812" rel="noopener">#812</a></li>
<li><i class="fas fa-fw fa-angle-right"></i>Fixed duplicated wormhole jump logs <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/822" rel="noopener">#822</a></li>
<li><i class="fas fa-fw fa-angle-right"></i>Fixed issue where systems can not be delete <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/820" rel="noopener">#820</a></li>
</ul>
</div>
<div class="col-sm-6">
<ul class="list-unstyled text-left">
<li><i class="fas fa-fw fa-angle-right"></i>New map "zoom" and map "move" options <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/791" rel="noopener">#791</a></li>
<li><i class="fas fa-fw fa-angle-right"></i>Fixed "empty system body" shows <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/823" rel="noopener">#823</a></li>
<li><i class="fas fa-fw fa-angle-double-right"></i>Many more improvements/fixes. Complete <a href="javascript:void(0)" class="pf-navbar-version-info">changelog</a></li>
</ul>
</div>
Expand Down

0 comments on commit 43f6db1

Please sign in to comment.