Move footer version block below help
This commit is contained in:
@@ -67,10 +67,6 @@
|
||||
aria-label="Chat Grid, press question mark for help."
|
||||
></canvas>
|
||||
<footer id="appFooter">
|
||||
<small id="appVersion">Another AI experiment with Jage. Version</small>
|
||||
<small id="appGithubLinkWrap">
|
||||
<a id="appGithubLink" href="https://www.github.com/jage9/chat_grid">Chat Grid on Github</a>
|
||||
</small>
|
||||
<section id="helpSection" class="updates-section hidden">
|
||||
<h2>Help</h2>
|
||||
<button id="helpToggle" type="button" aria-expanded="false" aria-controls="instructions">Show help</button>
|
||||
@@ -83,6 +79,10 @@
|
||||
</button>
|
||||
<div id="updatesPanel" class="hidden" hidden></div>
|
||||
</section>
|
||||
<small id="appVersion">Another AI experiment with Jage. Version</small>
|
||||
<small id="appGithubLinkWrap">
|
||||
<a id="appGithubLink" href="https://www.github.com/jage9/chat_grid">Chat Grid on Github</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
||||
<div id="settingsModal" class="hidden" role="dialog" aria-modal="true" aria-labelledby="modalTitle">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Maintainer-controlled web client version metadata.
|
||||
window.CHGRID_RELEASE_VERSION = "0.1.0";
|
||||
window.CHGRID_BUILD_REVISION = "R345";
|
||||
window.CHGRID_BUILD_REVISION = "R346";
|
||||
window.CHGRID_WEB_VERSION = `${window.CHGRID_RELEASE_VERSION} ${window.CHGRID_BUILD_REVISION}`;
|
||||
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
|
||||
window.CHGRID_TIME_ZONE = "America/Detroit";
|
||||
|
||||
Reference in New Issue
Block a user