chore(embedded): cut v0.0.17-beta
All checks were successful
Notify chart dev on beta cut / notify-chart-dev (push) Successful in 6s
All checks were successful
Notify chart dev on beta cut / notify-chart-dev (push) Successful in 6s
This commit is contained in:
parent
b8c6b98823
commit
59d8ccf0fc
7 changed files with 27 additions and 18 deletions
|
|
@ -2470,7 +2470,7 @@ td[data-field="trackingNumber"] {
|
||||||
</svg>
|
</svg>
|
||||||
<div class="header-title-group">
|
<div class="header-title-group">
|
||||||
<span class="app-header__title">ZDDC Archive</span>
|
<span class="app-header__title">ZDDC Archive</span>
|
||||||
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 17:55:11 · 9245017</span></span>
|
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98</span></span>
|
||||||
</div>
|
</div>
|
||||||
<button id="addDirectoryBtn" class="btn btn-primary">Add Local Directory</button>
|
<button id="addDirectoryBtn" class="btn btn-primary">Add Local Directory</button>
|
||||||
<button id="refreshHeaderBtn" class="btn btn-secondary hidden" title="Refresh Data">⟳</button>
|
<button id="refreshHeaderBtn" class="btn btn-secondary hidden" title="Refresh Data">⟳</button>
|
||||||
|
|
|
||||||
|
|
@ -1657,7 +1657,7 @@ html, body {
|
||||||
</svg>
|
</svg>
|
||||||
<div class="header-title-group">
|
<div class="header-title-group">
|
||||||
<span class="app-header__title">ZDDC Browse</span>
|
<span class="app-header__title">ZDDC Browse</span>
|
||||||
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 17:55:11 · 9245017</span></span>
|
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 18:06:46 · b8c6b98</span></span>
|
||||||
</div>
|
</div>
|
||||||
<button id="addDirectoryBtn" class="btn btn-primary">Add Local Directory</button>
|
<button id="addDirectoryBtn" class="btn btn-primary">Add Local Directory</button>
|
||||||
<button id="refreshHeaderBtn" class="btn btn-secondary hidden" title="Refresh listing" aria-label="Refresh listing">⟳</button>
|
<button id="refreshHeaderBtn" class="btn btn-secondary hidden" title="Refresh listing" aria-label="Refresh listing">⟳</button>
|
||||||
|
|
@ -6763,12 +6763,21 @@ var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Arr
|
||||||
var a = document.createElement('a');
|
var a = document.createElement('a');
|
||||||
a.className = 'btn btn-sm btn-secondary md-shell__download';
|
a.className = 'btn btn-sm btn-secondary md-shell__download';
|
||||||
a.href = node.url + '?convert=' + encodeURIComponent(fmt);
|
a.href = node.url + '?convert=' + encodeURIComponent(fmt);
|
||||||
a.download = node.name.replace(/\.md$/i, '') + '.' + fmt;
|
// target=_blank: clicks open in a new tab. The server
|
||||||
a.textContent = fmt.toUpperCase();
|
// sends Content-Disposition: inline, so the new tab
|
||||||
a.title = 'Download as ' + fmt.toUpperCase()
|
// either renders (HTML → web page; PDF → browser's
|
||||||
+ ' (right-click to copy link or open in new tab)';
|
// PDF viewer) or auto-downloads (DOCX, since browsers
|
||||||
a.dataset.fmt = fmt;
|
// can't render Office Open XML). Right-click "Save
|
||||||
|
// Link As" still gives a download-to-disk path for
|
||||||
|
// any format. Errors from the server (422, 503, …)
|
||||||
|
// appear as a plain-text page in the new tab, which
|
||||||
|
// is more diagnostic than a transient toast.
|
||||||
|
a.target = '_blank';
|
||||||
a.rel = 'noopener';
|
a.rel = 'noopener';
|
||||||
|
a.textContent = fmt.toUpperCase();
|
||||||
|
a.title = 'Open ' + fmt.toUpperCase()
|
||||||
|
+ ' in a new tab (right-click for Save Link As / Copy Link)';
|
||||||
|
a.dataset.fmt = fmt;
|
||||||
convertBtns.push(a);
|
convertBtns.push(a);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1681,7 +1681,7 @@ body.help-open .app-header {
|
||||||
</svg>
|
</svg>
|
||||||
<div class="header-title-group">
|
<div class="header-title-group">
|
||||||
<span class="app-header__title">ZDDC Classifier</span>
|
<span class="app-header__title">ZDDC Classifier</span>
|
||||||
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 17:55:11 · 9245017</span></span>
|
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98</span></span>
|
||||||
</div>
|
</div>
|
||||||
<button id="addDirectoryBtn" class="btn btn-primary">Add Local Directory</button>
|
<button id="addDirectoryBtn" class="btn btn-primary">Add Local Directory</button>
|
||||||
<button id="refreshHeaderBtn" class="btn btn-secondary hidden" title="Refresh and rescan directory" aria-label="Refresh" style="font-size:1.1rem;">⟳</button>
|
<button id="refreshHeaderBtn" class="btn btn-secondary hidden" title="Refresh and rescan directory" aria-label="Refresh" style="font-size:1.1rem;">⟳</button>
|
||||||
|
|
|
||||||
|
|
@ -1424,7 +1424,7 @@ body {
|
||||||
</svg>
|
</svg>
|
||||||
<div class="header-title-group">
|
<div class="header-title-group">
|
||||||
<span class="app-header__title">ZDDC</span>
|
<span class="app-header__title">ZDDC</span>
|
||||||
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 17:55:11 · 9245017</span></span>
|
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98</span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="header-right">
|
<div class="header-right">
|
||||||
|
|
|
||||||
|
|
@ -2523,7 +2523,7 @@ dialog.modal--narrow {
|
||||||
</svg>
|
</svg>
|
||||||
<div class="header-title-group">
|
<div class="header-title-group">
|
||||||
<span class="app-header__title">ZDDC Transmittal</span>
|
<span class="app-header__title">ZDDC Transmittal</span>
|
||||||
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 17:55:10 · 9245017</span></span>
|
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98</span></span>
|
||||||
</div>
|
</div>
|
||||||
<span id="no-js-notice" class="text-gray-400 text-xs italic">JavaScript not available</span>
|
<span id="no-js-notice" class="text-gray-400 text-xs italic">JavaScript not available</span>
|
||||||
<!-- Publish split-button (Transmittal-specific primary action;
|
<!-- Publish split-button (Transmittal-specific primary action;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# Generated by build.sh — do not edit. One <app>=<build label> per line.
|
# Generated by build.sh — do not edit. One <app>=<build label> per line.
|
||||||
archive=v0.0.17-beta · 2026-05-13 17:55:11 · 9245017
|
archive=v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98
|
||||||
transmittal=v0.0.17-beta · 2026-05-13 17:55:10 · 9245017
|
transmittal=v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98
|
||||||
classifier=v0.0.17-beta · 2026-05-13 17:55:11 · 9245017
|
classifier=v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98
|
||||||
landing=v0.0.17-beta · 2026-05-13 17:55:11 · 9245017
|
landing=v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98
|
||||||
form=v0.0.17-beta · 2026-05-13 17:55:11 · 9245017
|
form=v0.0.17-beta · 2026-05-13 18:06:45 · b8c6b98
|
||||||
tables=v0.0.17-beta · 2026-05-13 17:55:11 · 9245017
|
tables=v0.0.17-beta · 2026-05-13 18:06:46 · b8c6b98
|
||||||
browse=v0.0.17-beta · 2026-05-13 17:55:11 · 9245017
|
browse=v0.0.17-beta · 2026-05-13 18:06:46 · b8c6b98
|
||||||
|
|
|
||||||
|
|
@ -1300,7 +1300,7 @@ body.help-open .app-header {
|
||||||
</svg>
|
</svg>
|
||||||
<div class="header-title-group">
|
<div class="header-title-group">
|
||||||
<span class="app-header__title" id="table-title">ZDDC Table</span>
|
<span class="app-header__title" id="table-title">ZDDC Table</span>
|
||||||
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 17:55:11 · 9245017</span></span>
|
<span class="build-timestamp"><span style="color:red;font-weight:bold">v0.0.17-beta · 2026-05-13 18:06:46 · b8c6b98</span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="header-right">
|
<div class="header-right">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue